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-01T05:25:30.317Z||main|||||INFO|500||The following profiles are active: basic
2022-05-01T05:25:41.952Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-01T05:25:41.952Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-01T05:25:42.062Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-01T05:25:46.176Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-01T05:25:46.593Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-01T05:25:47.073Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-01T05:25:47.081Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-01T05:25:47.187Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-01T05:25:47.406Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-01T05:25:48.008Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-01T05:25:49.853Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-01T05:25:52.414Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-01T05:25:52.479Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-01T05:25:53.118Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-01T05:25:53.458Z||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-01T05:25:54.723Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-01T05:25:55.885Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-01T05:25:55.907Z||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$$461afd56.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-01T05:25:55.909Z||main|||||WARN|500||The sdc end point is not alive
2022-05-01T05:25:59.117Z||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-01T05:26:02.246Z||main|||||WARN|500||---
2022-05-01T05:26:02.246Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-01T05:26:02.246Z||main|||||WARN|500||---
2022-05-01T05:26:02.719Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-01T05:26:08.553Z||main|||||INFO|500||Started Application in 41.54 seconds (JVM running for 44.002)
2022-05-01T05:26:08.587Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-01T05:26:08.594Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-01T05:26:08.622Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-01T05:26:08.648Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-01T05:26:08.693Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 81d72783-6d36-4345-bb7c-146d7c8c28e4 url= /sdc/v1/artifactTypes
2022-05-01T05:26:08.694Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-01T05:26:08.971Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-01T05:26:08.997Z||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-01T05:26:09.021Z||scheduling-1|||||DEBUG|500||create keys
2022-05-01T05:26:09.029Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-01T05:26:09.055Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:26:09.073Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e16d71fd-747f-4dab-b16b-4fa66a5d41fa url= /sdc/v1/registerForDistribution
2022-05-01T05:26:09.260Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e16d71fd-747f-4dab-b16b-4fa66a5d41fa url= /sdc/v1/registerForDistribution
2022-05-01T05:26:09.260Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-01T05:26:09.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:26:09.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:26:09.283Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-01T05:26:09.317Z||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-01T05:26:09.317Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:26:09.318Z||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-01T05:26:09.318Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:26:19.626Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:26:19.628Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:27:09.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:27:09.268Z||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-01T05:27:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:27:09.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:27:09.271Z||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-01T05:27:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:27:18.823Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:27:18.823Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:28:09.268Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:28:09.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:28:09.271Z||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-01T05:28:09.271Z||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-01T05:28:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:28:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:28:18.834Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:28:18.836Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:29:09.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:29:09.269Z||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-01T05:29:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:29:09.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:29:09.270Z||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-01T05:29:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:29:18.819Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:29:18.820Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:30:09.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:30:09.269Z||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-01T05:30:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:30:09.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:30:09.271Z||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-01T05:30:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:30:18.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:30:18.816Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:31:09.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:31:09.269Z||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-01T05:31:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:31:09.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:31:09.270Z||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-01T05:31:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:31:18.844Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:31:18.844Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:32:09.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:32:09.269Z||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-01T05:32:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:32:09.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:32:09.271Z||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-01T05:32:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:32:18.819Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:32:18.819Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:33:09.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:33:09.269Z||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-01T05:33:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:33:09.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:33:09.271Z||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-01T05:33:09.272Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:33:18.828Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:33:18.828Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:34:09.268Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:34:09.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:34:09.272Z||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-01T05:34:09.272Z||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-01T05:34:09.273Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:34:09.273Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:34:18.824Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:34:18.837Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:35:09.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:35:09.269Z||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-01T05:35:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:35:09.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:35:09.270Z||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-01T05:35:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:35:18.832Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:35:18.833Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:35:46.157Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-01T05:36:09.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:36:09.268Z||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-01T05:36:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:36:09.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:36:09.271Z||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-01T05:36:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:36:18.820Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:36:18.823Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:37:09.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:37:09.268Z||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-01T05:37:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:37:09.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:37:09.271Z||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-01T05:37:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:37:18.812Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:37:18.813Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:38:09.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:38:09.268Z||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-01T05:38:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:38:09.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:38:09.271Z||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-01T05:38:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:38:18.810Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:38:18.810Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:39:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:39:09.269Z||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-01T05:39:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:39:09.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:39:09.270Z||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-01T05:39:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:39:18.823Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:39:18.835Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:40:09.268Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:40:09.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:40:09.271Z||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-01T05:40:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:40:09.271Z||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-01T05:40:09.272Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:40:18.820Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:40:18.825Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:41:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:41:09.269Z||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-01T05:41:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:41:09.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:41:09.270Z||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-01T05:41:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:41:18.812Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:41:18.827Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:42:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:42:09.269Z||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-01T05:42:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:42:09.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:42:09.271Z||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-01T05:42:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:42:18.811Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:42:18.811Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:43:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:43:09.269Z||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-01T05:43:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:43:09.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:43:09.270Z||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-01T05:43:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:43:18.809Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:43:18.809Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:44:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:44:09.268Z||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-01T05:44:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:44:09.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:44:09.270Z||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-01T05:44:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:44:18.816Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:44:18.816Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:45:09.268Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:45:09.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:45:09.274Z||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-01T05:45:09.273Z||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-01T05:45:09.274Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:45:09.274Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:45:18.816Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:45:18.816Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:46:09.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:46:09.269Z||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-01T05:46:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:46:09.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:46:09.272Z||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-01T05:46:09.272Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:46:18.847Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:46:18.847Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:47:09.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:47:09.268Z||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-01T05:47:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:47:09.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:47:09.270Z||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-01T05:47:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:47:18.823Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:47:18.828Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:48:09.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:48:09.269Z||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-01T05:48:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:48:09.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:48:09.270Z||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-01T05:48:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:48:18.815Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:48:18.816Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:49:09.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:49:09.269Z||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-01T05:49:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:49:09.269Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:49:09.270Z||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-01T05:49:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:49:18.811Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:49:18.812Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:50:09.268Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:50:09.269Z||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-01T05:50:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:50:09.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:50:09.270Z||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-01T05:50:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:50:18.812Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:50:18.812Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:51:09.268Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:51:09.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:51:09.270Z||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-01T05:51:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:51:09.271Z||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-01T05:51:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:51:18.811Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:51:18.818Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:52:09.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:52:09.269Z||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-01T05:52:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:52:09.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:52:09.270Z||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-01T05:52:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:52:18.820Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:52:18.824Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:53:09.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:53:09.269Z||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-01T05:53:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:53:09.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:53:09.270Z||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-01T05:53:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:53:18.811Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:53:18.812Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:54:09.268Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:54:09.269Z||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-01T05:54:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:54:09.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:54:09.271Z||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-01T05:54:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:54:18.814Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:54:18.814Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:55:09.267Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:55:09.268Z||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-01T05:55:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:55:09.269Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:55:09.270Z||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-01T05:55:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:55:18.811Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:55:18.811Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:56:09.268Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:56:09.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:56:09.270Z||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-01T05:56:09.270Z||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-01T05:56:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:56:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:56:18.813Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:56:18.815Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:57:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:57:09.269Z||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-01T05:57:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:57:09.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:57:09.270Z||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-01T05:57:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:57:18.809Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:57:18.809Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:58:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:58:09.268Z||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-01T05:58:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:58:09.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:58:09.270Z||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-01T05:58:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:58:18.812Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:58:18.812Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:59:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:59:09.268Z||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-01T05:59:09.268Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:59:09.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T05:59:09.271Z||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-01T05:59:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T05:59:18.810Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:59:18.810Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T05:59:38.681Z||http-nio-8085-exec-5|||||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-01T06:00:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:00:09.268Z||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-01T06:00:09.268Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:00:09.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:00:09.270Z||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-01T06:00:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:00:18.819Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:00:18.825Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:01:09.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:01:09.269Z||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-01T06:01:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:01:09.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:01:09.270Z||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-01T06:01:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:01:18.813Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:01:18.813Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:02:09.268Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:02:09.270Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:02:09.270Z||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-01T06:02:09.270Z||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-01T06:02:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:02:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:02:18.808Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:02:18.811Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:03:09.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:03:09.268Z||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-01T06:03:09.268Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:03:09.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:03:09.271Z||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-01T06:03:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:03:18.809Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:03:18.814Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:04:09.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:04:09.269Z||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-01T06:04:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:04:09.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:04:09.271Z||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-01T06:04:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:04:18.819Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:04:18.819Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:05:09.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:05:09.269Z||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-01T06:05:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:05:09.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:05:09.270Z||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-01T06:05:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:05:18.810Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:05:18.813Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:06:09.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:06:09.268Z||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-01T06:06:09.268Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:06:09.269Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:06:09.270Z||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-01T06:06:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:06:18.811Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:06:18.817Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:07:09.268Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:07:09.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:07:09.271Z||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-01T06:07:09.271Z||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-01T06:07:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:07:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:07:18.819Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:07:18.819Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:08:09.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:08:09.269Z||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-01T06:08:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:08:09.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:08:09.271Z||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-01T06:08:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:08:18.809Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:08:18.809Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:09:09.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:09:09.269Z||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-01T06:09:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:09:09.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:09:09.270Z||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-01T06:09:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:09:18.805Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:09:18.814Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:09.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:10:09.268Z||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-01T06:10:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:09.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:10:09.271Z||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-01T06:10:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:09.891Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:09.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a764744f-3fa6-41b6-a7b5-8edf92ba8bfa","serviceName":"vFW 2022-05-01 06-07-27","serviceVersion":"1.0","serviceUUID":"bcc179bc-1c6c-44a3-8710-e180e148de04","serviceDescription":"catalog service description","serviceInvariantUUID":"5316d360-b329-4bc4-8b5a-1af8af777e2f","resources":[{"resourceInstanceName":"vFW a18c6f96-e912 0","resourceName":"vFW a18c6f96-e912","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"08ef4946-51e8-4d67-91ef-bdd9b03bb90a","resourceInvariantUUID":"fee42c7a-9092-4df3-a992-f8e990018a2f","resourceCustomizationUUID":"2ac4df37-59db-4050-9cdc-bc85c4a19c55","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml","artifactChecksum":"MTA5NDE4NGRmOWJhY2M1MzRhODE3NjRlOGYwYjA1Yzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e62995f-915f-4bd3-9ce4-0ce8fe036b7e","artifactVersion":"1"},{"artifactName":"vfwa18c6f96e9120_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json","artifactChecksum":"OTc0ZWY2ZTk1MDFkOTNhNGMwYWYyNWU3ZWJkN2YzOTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"01e51156-5764-40f4-889a-43daac499ea6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6449e88d-46c8-4b39-9158-f93d338ec716","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml","artifactChecksum":"NDllZjI1YTcxNzI4YjczODY1OWQxOWNmZjUyZTczMWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9afa53dc-0b0a-4219-8770-c6150b8d353c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"37229a29-db2f-4658-8660-989feb52f4e9","artifactVersion":"2","generatedFromUUID":"6449e88d-46c8-4b39-9158-f93d338ec716"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220501060727-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml","artifactChecksum":"ZTJiZDhhMzFkZjdjMGZhMDZmZjhhYjkyYWNhYTY4ZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eff7f3eb-b9a6-4929-9662-60f8b621c5e3","artifactVersion":"1"},{"artifactName":"service-Vfw20220501060727-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar","artifactChecksum":"ZGFlOGE1YWI0YmJiYzIzN2ZhZGYyYjg0YTQ5MmY5ZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f2bd1d9-62f8-4fad-b476-bc95e9112022","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-01T06:10:09.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:09.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385367545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.920Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:10:09.932Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:09.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385362485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "aai-ml",
  "timestamp": 1651385362446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "cds",
  "timestamp": 1651385360239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "policy-id",
  "timestamp": 1651385362813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385367545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:10:09.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "cds",
  "timestamp": 1651385360239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "aai-ml",
  "timestamp": 1651385362446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385362485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "policy-id",
  "timestamp": 1651385362813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385367545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:10:09.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "aai-ml",
  "timestamp": 1651385362446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "cds",
  "timestamp": 1651385360239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385362485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "policy-id",
  "timestamp": 1651385362813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:10:09.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385367545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "cds",
  "timestamp": 1651385360239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.959Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:09.959Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385409267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.961Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "aai-ml",
  "timestamp": 1651385362446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385362485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "policy-id",
  "timestamp": 1651385362813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.963Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385367545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-01T06:10:09.963Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385362485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "aai-ml",
  "timestamp": 1651385362446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "cds",
  "timestamp": 1651385360239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "policy-id",
  "timestamp": 1651385362813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385367545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "cds",
  "timestamp": 1651385360239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "aai-ml",
  "timestamp": 1651385362446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385362485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "policy-id",
  "timestamp": 1651385362813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385367545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:10:09.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "cds",
  "timestamp": 1651385360239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:10:09.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385362485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:09.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "aai-ml",
  "timestamp": 1651385362446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:10:09.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "policy-id",
  "timestamp": 1651385362813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:10:09.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:09.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385375938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:10:09.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:09.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "cds",
  "timestamp": 1651385376177,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:10:09.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:09.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "aai-ml",
  "timestamp": 1651385375765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:10:09.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:09.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "policy-id",
  "timestamp": 1651385376080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:10:09.977Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:09.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:09.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "cds",
  "timestamp": 1651385377202,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-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-01T06:10:10.060Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-05-01T06:10:10.066Z||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-01T06:10:10.067Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:10.084Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:10.085Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:10:10.201Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
2022-05-01T06:10:10.225Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a764744f-3fa6-41b6-a7b5-8edf92ba8bfa 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-01T06:10:10.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "policy-id",
  "timestamp": 1651385377089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:10:10.268Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385377147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:10:10.269Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "policy-id",
  "timestamp": 1651385378094,
  "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-01T06:10:10.286Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
2022-05-01T06:10:10.286Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a764744f-3fa6-41b6-a7b5-8edf92ba8bfa 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-01T06:10:10.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385378243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:10:10.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385379305,
  "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-01T06:10:10.303Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
2022-05-01T06:10:10.303Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a764744f-3fa6-41b6-a7b5-8edf92ba8bfa 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-01T06:10:10.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385380311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:10:10.317Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.317Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385379308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:10.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385379308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:10.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385379308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.320Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:10.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385379308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.321Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:10.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.321Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385379308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.322Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:10.322Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.322Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385379308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.323Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:10.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.323Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385379308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:10:10.324Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:10.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385387367,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:10:10.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "clamp",
  "timestamp": 1651385387275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:10.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "clamp",
  "timestamp": 1651385387275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:10:10.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:10.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "clamp",
  "timestamp": 1651385387275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:10.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "clamp",
  "timestamp": 1651385387275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:10.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "clamp",
  "timestamp": 1651385387275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:10.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "aai-ml",
  "timestamp": 1651385393005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:10:10.331Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "clamp",
  "timestamp": 1651385387275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:10.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:10.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "aai-ml",
  "timestamp": 1651385394011,
  "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-01T06:10:10.340Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
2022-05-01T06:10:10.340Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a764744f-3fa6-41b6-a7b5-8edf92ba8bfa 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-01T06:10:10.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385393696,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:10:10.353Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "clamp",
  "timestamp": 1651385387275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:10:10.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:10:10.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385394703,
  "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-01T06:10:10.360Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
2022-05-01T06:10:10.360Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a764744f-3fa6-41b6-a7b5-8edf92ba8bfa 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-01T06:10:10.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "clamp",
  "timestamp": 1651385400955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:10:10.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "clamp",
  "timestamp": 1651385402991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:10:10.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:10:10.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:10:10.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "clamp",
  "timestamp": 1651385403997,
  "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-01T06:10:10.379Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
2022-05-01T06:10:10.379Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a764744f-3fa6-41b6-a7b5-8edf92ba8bfa 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-01T06:10:10.973Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:10:10.973Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:10.976Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:10.976Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385409267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:10:11.076Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:10:11.077Z||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-01T06:10:11.078Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:11.086Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:11.087Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:11.977Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:10:11.978Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:11.985Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:11.985Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385409267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:10:12.085Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:12.087Z||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-01T06:10:12.087Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:12.098Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:12.099Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:12.986Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:10:12.986Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:12.989Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:12.989Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385409267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:13.090Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:13.091Z||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-01T06:10:13.091Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:13.102Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:13.103Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:13.991Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:10:13.991Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:13.994Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:13.994Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385409267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-01T06:10:14.094Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:14.095Z||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-01T06:10:14.095Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:14.105Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:14.105Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:14.995Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:10:14.996Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:14.999Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:14.999Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385409267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:10:15.099Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:15.100Z||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-01T06:10:15.100Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:15.113Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:15.114Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:15.999Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:10:16.001Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:16.003Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:16.003Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385409267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:10:16.103Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:16.105Z||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-01T06:10:16.105Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:16.115Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:16.115Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:10:17.005Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "serviceName": "vFW 2022-05-01 06-07-27",
  "serviceVersion": "1.0",
  "serviceUUID": "bcc179bc-1c6c-44a3-8710-e180e148de04",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5316d360-b329-4bc4-8b5a-1af8af777e2f",
  "resources": [
    {
      "resourceInstanceName": "vFW a18c6f96-e912 0",
      "resourceCustomizationUUID": "2ac4df37-59db-4050-9cdc-bc85c4a19c55",
      "resourceName": "vFW a18c6f96-e912",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "08ef4946-51e8-4d67-91ef-bdd9b03bb90a",
      "resourceInvariantUUID": "fee42c7a-9092-4df3-a992-f8e990018a2f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa18c6f96e9120_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
          "artifactChecksum": "OTc0ZWY2ZTk1MDFkOTNhNGMwYWYyNWU3ZWJkN2YzOTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "01e51156-5764-40f4-889a-43daac499ea6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6449e88d-46c8-4b39-9158-f93d338ec716",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "37229a29-db2f-4658-8660-989feb52f4e9",
            "generatedFromUUID": "6449e88d-46c8-4b39-9158-f93d338ec716"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "37229a29-db2f-4658-8660-989feb52f4e9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220501060727-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
      "artifactChecksum": "ZGFlOGE1YWI0YmJiYzIzN2ZhZGYyYjg0YTQ5MmY5ZmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3f2bd1d9-62f8-4fad-b476-bc95e9112022"
    }
  ],
  "workloadContext": "Production"
}
2022-05-01T06:10:17.007Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-01T06:10:17.007Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bcc179bc-1c6c-44a3-8710-e180e148de04 ASDC
2022-05-01T06:10:17.132Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
ServiceName:vFW 2022-05-01 06-07-27
ServiceVersion:1.0
ServiceUUID:bcc179bc-1c6c-44a3-8710-e180e148de04
ServiceInvariantUUID:5316d360-b329-4bc4-8b5a-1af8af777e2f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220501060727-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar
ArtifactUUID:3f2bd1d9-62f8-4fad-b476-bc95e9112022
ArtifactChecksum:ZGFlOGE1YWI0YmJiYzIzN2ZhZGYyYjg0YTQ5MmY5ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a18c6f96-e912 0
ResourceCustomizationUUID:2ac4df37-59db-4050-9cdc-bc85c4a19c55
ResourceInvariantUUID:fee42c7a-9092-4df3-a992-f8e990018a2f
ResourceName:vFW a18c6f96-e912
ResourceType:VF
ResourceUUID:08ef4946-51e8-4d67-91ef-bdd9b03bb90a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa18c6f96e9120_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json
ArtifactUUID:01e51156-5764-40f4-889a-43daac499ea6
ArtifactChecksum:OTc0ZWY2ZTk1MDFkOTNhNGMwYWYyNWU3ZWJkN2YzOTA=
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/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml
ArtifactUUID:6449e88d-46c8-4b39-9158-f93d338ec716
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/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env
ArtifactUUID:37229a29-db2f-4658-8660-989feb52f4e9
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/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env
ArtifactUUID:37229a29-db2f-4658-8660-989feb52f4e9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-01T06:10:17.133Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bcc179bc-1c6c-44a3-8710-e180e148de04 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-01T06:10:17.190Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:10:17.191Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:10:17.193Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:10:17.193Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3f2bd1d9-62f8-4fad-b476-bc95e9112022 from URL: /sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:17.194Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:10:17.195Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:17.631Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:10:17.653Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar 3f2bd1d9-62f8-4fad-b476-bc95e9112022 99027
2022-05-01T06:10:17.655Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar ASDC sendASDCNotification
2022-05-01T06:10:17.655Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:17.656Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:10:17.657Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:17.659Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:17.659Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385417653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:10:17.759Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:17.760Z||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-01T06:10:17.761Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:17.770Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:17.771Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:18.660Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:10:18.661Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:10:18.661Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3f2bd1d9-62f8-4fad-b476-bc95e9112022, URL: /sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar to file: /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:18.662Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220501060727-csar.csar
2022-05-01T06:10:18.745Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:18.746Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:19.480Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP289838525813498503/Definitions/service-Vfw20220501060727-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_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_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-01T06:10:22.376Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-01T06:10:22.382Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:10:22.382Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||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-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||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-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||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-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a18c6f96-e912 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-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.383Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.384Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.384Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.384Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.384Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:22.384Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:10:22.390Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:22.392Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:22.397Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:22.397Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:10:22.399Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:10:22.402Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:22.403Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:22.403Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:22.403Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:10:22.403Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:10:22.405Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:22.405Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:22.410Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:22.411Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is not matching search criteria
2022-05-01T06:10:22.411Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:10:22.411Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:10:22.411Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:10:22.411Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.411Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.412Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:10:22.412Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.412Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:10:22.412Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:10:22.412Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.412Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.412Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:10:22.412Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.413Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:10:22.413Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.413Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-01T06:10:22.413Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:22.414Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:10:22.416Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:22.416Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:22.416Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:10:22.417Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:22.417Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:22.419Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:10:22.419Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:22.420Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:22.420Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:10:22.420Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:22.420Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is not matching search criteria
2022-05-01T06:10:22.421Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:10:22.421Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:10:22.421Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-01T06:10:22.421Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:10:22.421Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:10:22.421Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.421Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.421Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:10:22.422Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.422Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:10:22.422Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.422Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5e9cba76-5f1d-40c8-aa9d-cdf76aa1a541
2022-05-01T06:10:22.422Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:22.422Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is not matching search criteria
2022-05-01T06:10:22.422Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:10:22.423Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:10:22.423Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:10:22.423Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.423Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.423Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:10:22.423Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.423Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-01T06:10:22.423Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:10:22.424Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.424Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:10:22.424Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.424Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3a17c745-71e9-494d-b4f4-2abf6eb2c186
2022-05-01T06:10:22.425Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:22.425Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is not matching search criteria
2022-05-01T06:10:22.425Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:10:22.425Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:10:22.425Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:10:22.425Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.427Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.428Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:10:22.428Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.428Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:10:22.428Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:10:22.429Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:22.429Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:22.429Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-01T06:10:22.429Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4fecc230-bf54-41d6-bcb8-5be233b5412a
2022-05-01T06:10:22.429Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:22.430Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:22.430Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:22.430Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:22.430Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:22.430Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:22.430Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:22.430Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:22.431Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-01 06-07-27
Description:catalog service description
Model UUID:bcc179bc-1c6c-44a3-8710-e180e148de04
Model Version:NULL
Model InvariantUuid:5316d360-b329-4bc4-8b5a-1af8af777e2f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a18c6f96-e912
Model UUID:75fa774c-9158-4826-87d6-e9b656ce46dd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fee42c7a-9092-4df3-a992-f8e990018a2f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2ac4df37-59db-4050-9cdc-bc85c4a19c55
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a5cdcd1a-772f-4e45-b2c9-c3be3eea7872
ModelName:VfwA18c6f96E912..base_vfw..module-0
ModelUuid:c6cd45dd-f787-43c4-a1ab-b71d75bb8f0d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5e9cba76-5f1d-40c8-aa9d-cdf76aa1a541
ModelInvariantUuid:28c3e448-b917-4427-9c3f-561a32c977b1
ModelName:vFW a18c6f96-e912-nodes.vfwCvfc
ModelUuid:7a42ebc6-a0eb-4c45-8ead-d3472727172d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8ed3c541-d064-483b-a0da-595ac5a21a1b
ModelInvariantUuid:38a84228-97b2-4b78-877d-88fbe71aa477
ModelName:VfwA18c6f96E912.compute.nodes.heat.vfw
ModelUuid:43e6a44d-21fc-44e2-b94f-8d577d3cced0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3a17c745-71e9-494d-b4f4-2abf6eb2c186
ModelInvariantUuid:f0b227b3-346e-40b4-8aa3-7bcedcd78e7b
ModelName:vFW a18c6f96-e912-nodes.vsnCvfc
ModelUuid:3c9f4fdd-75ba-4631-9b51-24233a715dbc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a5a28bab-d195-469e-810a-5bba306a0a57
ModelInvariantUuid:dac75a3d-8d20-45f8-85cb-913b9e56f97b
ModelName:VfwA18c6f96E912.compute.nodes.heat.vsn
ModelUuid:45147da3-2403-4ed7-bd81-246994ce1bb9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4fecc230-bf54-41d6-bcb8-5be233b5412a
ModelInvariantUuid:0bc8af7d-989d-451d-8182-81a6e8cb1c58
ModelName:vFW a18c6f96-e912-nodes.vpgCvfc
ModelUuid:884ccefe-e032-46c7-9a77-c286ceee44aa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:95c9d511-d005-4790-9b67-c722df69fe99
ModelInvariantUuid:b374e439-28c3-4975-8e0a-1ed5aa39c6e5
ModelName:VfwA18c6f96E912.compute.nodes.heat.vpg
ModelUuid:cf0a21fd-3fd9-4d79-8385-a880b49583a7
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-01T06:10:22.444Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 08ef4946-51e8-4d67-91ef-bdd9b03bb90a
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-01T06:10:22.549Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||vFW a18c6f96-e912 0
2022-05-01T06:10:22.557Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 08ef4946-51e8-4d67-91ef-bdd9b03bb90a
2022-05-01T06:10:22.557Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 01e51156-5764-40f4-889a-43daac499ea6 from URL: /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json
2022-05-01T06:10:22.557Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:10:22.557Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json
2022-05-01T06:10:22.832Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:10:22.833Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json 01e51156-5764-40f4-889a-43daac499ea6 785
2022-05-01T06:10:22.833Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json ASDC sendASDCNotification
2022-05-01T06:10:22.833Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json
2022-05-01T06:10:22.834Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:10:22.834Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:22.836Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:22.837Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385422833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:10:22.937Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:22.938Z||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-01T06:10:22.938Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:22.949Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:22.950Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:10:23.838Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA18c6f96E912..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a5cdcd1a-772f-4e45-b2c9-c3be3eea7872",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c6cd45dd-f787-43c4-a1ab-b71d75bb8f0d",
    "vfModuleModelCustomizationUUID": "3da6c02e-aabe-4892-a0a8-e343516f602d",
    "isBase": true,
    "artifacts": [
      "6449e88d-46c8-4b39-9158-f93d338ec716",
      "37229a29-db2f-4658-8660-989feb52f4e9"
    ],
    "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-01T06:10:23.856Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA18c6f96E912..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6cd45dd-f787-43c4-a1ab-b71d75bb8f0d
VfModuleModelInvariantUUID:a5cdcd1a-772f-4e45-b2c9-c3be3eea7872
VfModuleModelDescription:NULL
Artifacts UUID List:{
6449e88d-46c8-4b39-9158-f93d338ec716
,
37229a29-db2f-4658-8660-989feb52f4e9

}
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-01T06:10:23.859Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA18c6f96E912..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a5cdcd1a-772f-4e45-b2c9-c3be3eea7872",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c6cd45dd-f787-43c4-a1ab-b71d75bb8f0d",
    "vfModuleModelCustomizationUUID": "3da6c02e-aabe-4892-a0a8-e343516f602d",
    "isBase": true,
    "artifacts": [
      "6449e88d-46c8-4b39-9158-f93d338ec716",
      "37229a29-db2f-4658-8660-989feb52f4e9"
    ],
    "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-01T06:10:23.860Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA18c6f96E912..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6cd45dd-f787-43c4-a1ab-b71d75bb8f0d
VfModuleModelInvariantUUID:a5cdcd1a-772f-4e45-b2c9-c3be3eea7872
VfModuleModelDescription:NULL
Artifacts UUID List:{
6449e88d-46c8-4b39-9158-f93d338ec716
,
37229a29-db2f-4658-8660-989feb52f4e9

}
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-01T06:10:23.860Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6449e88d-46c8-4b39-9158-f93d338ec716 from URL: /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml
2022-05-01T06:10:23.860Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:10:23.860Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml
2022-05-01T06:10:24.341Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:10:24.343Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml 6449e88d-46c8-4b39-9158-f93d338ec716 20368
2022-05-01T06:10:24.343Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-01T06:10:24.343Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml
2022-05-01T06:10:24.343Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:10:24.343Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:24.345Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:24.345Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385424343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:10:24.446Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:24.446Z||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-01T06:10:24.447Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:24.459Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:24.460Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:10:25.346Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 37229a29-db2f-4658-8660-989feb52f4e9 from URL: /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env
2022-05-01T06:10:25.347Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:10:25.347Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env
2022-05-01T06:10:25.638Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:10:25.639Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env 37229a29-db2f-4658-8660-989feb52f4e9 2098
2022-05-01T06:10:25.639Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-01T06:10:25.639Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env
2022-05-01T06:10:25.639Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:10:25.640Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:25.643Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:25.643Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385425639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:10:25.743Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:25.745Z||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-01T06:10:25.745Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:25.762Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:25.763Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:26.643Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: bcc179bc-1c6c-44a3-8710-e180e148de04
2022-05-01T06:10:26.644Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a18c6f96-e912 0 08ef4946-51e8-4d67-91ef-bdd9b03bb90a 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-01T06:10:26.681Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48bb2ddc, org.onap.sdc.toscaparser.api.parameters.Input@73960f03, org.onap.sdc.toscaparser.api.parameters.Input@64786412, org.onap.sdc.toscaparser.api.parameters.Input@745d87be, org.onap.sdc.toscaparser.api.parameters.Input@65199124]
2022-05-01T06:10:26.686Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.686Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:26.686Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-05-01T06:10:26.687Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 2ac4df37-59db-4050-9cdc-bc85c4a19c55
2022-05-01T06:10:26.687Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2ac4df37-59db-4050-9cdc-bc85c4a19c55 matches Tosca VF Customization UUID: 2ac4df37-59db-4050-9cdc-bc85c4a19c55
2022-05-01T06:10:26.687Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 2ac4df37-59db-4050-9cdc-bc85c4a19c55  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-01T06:10:26.696Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.696Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:26.698Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 2ac4df37-59db-4050-9cdc-bc85c4a19c55: {\"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-01T06:10:26.698Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7281e80f
2022-05-01T06:10:26.698Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.698Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:10:26.699Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3da6c02e-aabe-4892-a0a8-e343516f602d
2022-05-01T06:10:26.700Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3da6c02e-aabe-4892-a0a8-e343516f602d
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-01T06:10:26.708Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.708Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:26.708Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:10:26.709Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.709Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:26.710Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:10:26.710Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.710Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is not matching search criteria
2022-05-01T06:10:26.710Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:10:26.710Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:10:26.711Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-01T06:10:26.711Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:10:26.711Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:10:26.711Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:26.711Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:26.711Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:10:26.711Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:26.712Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:10:26.712Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:26.712Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5e9cba76-5f1d-40c8-aa9d-cdf76aa1a541
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-01T06:10:26.723Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.723Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:26.723Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:10:26.724Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.724Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is not matching search criteria
2022-05-01T06:10:26.725Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:10:26.725Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:10:26.725Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:10:26.725Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:26.726Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:26.726Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:10:26.726Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:26.726Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-01T06:10:26.726Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:10:26.726Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:26.727Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:10:26.727Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:26.727Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3a17c745-71e9-494d-b4f4-2abf6eb2c186
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-01T06:10:26.730Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.731Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:26.731Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:10:26.740Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.741Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is not matching search criteria
2022-05-01T06:10:26.741Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:10:26.741Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:10:26.742Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:10:26.742Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:26.742Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:26.742Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:10:26.742Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:10:26.742Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:10:26.743Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:10:26.743Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:10:26.743Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:10:26.743Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-01T06:10:26.743Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4fecc230-bf54-41d6-bcb8-5be233b5412a
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-01T06:10:26.747Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.747Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:26.747Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:10:26.748Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.748Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Node template vFW a18c6f96-e912 0 is matching search criteria
2022-05-01T06:10:26.749Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW a18c6f96-e912 0] matching following query criteria: sdcType=VF, customizationUUID=2ac4df37-59db-4050-9cdc-bc85c4a19c55
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-01T06:10:26.751Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.752Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:26.752Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid bcc179bc-1c6c-44a3-8710-e180e148de04: vFW a18c6f96-e912
2022-05-01T06:10:26.753Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.753Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:26.753Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.753Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:26.754Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.754Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:26.754Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.754Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:26.754Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:10:26.755Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-07-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:10:26.755Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-05-01 06-07-27 
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-01T06:10:27.039Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a18c6f96-e912 08ef4946-51e8-4d67-91ef-bdd9b03bb90a 1 ASDC deployResourceStructure
2022-05-01T06:10:27.039Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json ASDC sendASDCNotification
2022-05-01T06:10:27.039Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json
2022-05-01T06:10:27.039Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:10:27.040Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:27.043Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:27.043Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385427039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:10:27.142Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:10:27.143Z||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-01T06:10:27.143Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:27.154Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:27.154Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:28.045Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-01T06:10:28.046Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml
2022-05-01T06:10:28.046Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:10:28.046Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:28.048Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:28.048Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385428045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-01T06:10:28.148Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:28.150Z||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-01T06:10:28.150Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:28.162Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:28.162Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:29.049Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-01T06:10:29.050Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env
2022-05-01T06:10:29.050Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:10:29.050Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:29.052Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:29.053Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385429049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-01T06:10:29.153Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:29.154Z||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-01T06:10:29.154Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:29.170Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:29.171Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:10:30.054Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar ASDC sendASDCNotification
2022-05-01T06:10:30.054Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar
2022-05-01T06:10:30.055Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:10:30.055Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:10:30.057Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:10:30.058Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385430054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:10:30.158Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:10:30.159Z||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-01T06:10:30.159Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:10:30.170Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:10:30.171Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:10:31.059Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:10:31.083Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a764744f-3fa6-41b6-a7b5-8edf92ba8bfa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-01T06:10:31.088Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:10:31.088Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-01T06:10:31.088Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-01T06:10:31.089Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-01T06:10:31.089Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:10:31.089Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:10:31.090Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:10:31.090Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:10:31.090Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:10:31.090Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:10:31.090Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:10:31.096Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-01T06:11:01.097Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a764744f-3fa6-41b6-a7b5-8edf92ba8bfa 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-01T06:11:01.106Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a764744f-3fa6-41b6-a7b5-8edf92ba8bfa and serviceModelVersionId: bcc179bc-1c6c-44a3-8710-e180e148de04
2022-05-01T06:11:01.107Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5316d360-b329-4bc4-8b5a-1af8af777e2f
2022-05-01T06:11:09.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:11:09.271Z||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-01T06:11:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:11:09.390Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:11:09.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:11:09.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385409267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:11:09.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:11:15.966Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5316d360-b329-4bc4-8b5a-1af8af777e2f/model-vers/model-ver/bcc179bc-1c6c-44a3-8710-e180e148de04?depth=0
2022-05-01T06:11:16.095Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-01T06:11:16.634Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5316d360-b329-4bc4-8b5a-1af8af777e2f/model-vers/model-ver/bcc179bc-1c6c-44a3-8710-e180e148de04?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-01T06:11:16.639Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5316d360-b329-4bc4-8b5a-1af8af777e2f/model-vers/model-ver/bcc179bc-1c6c-44a3-8710-e180e148de04?depth=0|INFO|500||Invoke
2022-05-01T06:11:16.754Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5316d360-b329-4bc4-8b5a-1af8af777e2f/model-vers/model-ver/bcc179bc-1c6c-44a3-8710-e180e148de04?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-01T06:11:17.239Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5316d360-b329-4bc4-8b5a-1af8af777e2f/model-vers/model-ver/bcc179bc-1c6c-44a3-8710-e180e148de04?depth=0|INFO|500||InvokeReturn
2022-05-01T06:11:17.239Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5316d360-b329-4bc4-8b5a-1af8af777e2f/model-vers/model-ver/bcc179bc-1c6c-44a3-8710-e180e148de04?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220501-06:11:16:046-19579], vertex-id=[372888], Content-Length=[0], Date=[Sun, 01 May 2022 06:11:16 GMT], Content-Type=[application/json]}
2022-05-01T06:11:17.241Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-05-01T06:11:17.244Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-01T06:11:17.244Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:11:17.250Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-01T06:11:17.251Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a764744f-3fa6-41b6-a7b5-8edf92ba8bfa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-01T06:11:17.252Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-01T06:11:17.253Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:11:17.255Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:11:17.255Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385477252,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:11:17.355Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:11:17.356Z||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-01T06:11:17.357Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:11:17.368Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:11:17.369Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-01T06:11:18.267Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:11:18.268Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|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-01T06:11:18.268Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:11:27.805Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:12:09.267Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:12:09.268Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|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-01T06:12:09.269Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:12:09.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:12:09.270Z||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-01T06:12:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:12:09.292Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:12:09.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.294Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385409267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:12:09.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:12:09.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385409267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:12:09.295Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:12:09.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385409267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:12:09.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:12:09.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385409267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-01T06:12:09.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:12:09.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385409267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:12:09.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:12:09.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385409267,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:12:09.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:12:09.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385417653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:12:09.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:12:09.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385422833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:12:09.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:12:09.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385424343,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:12:09.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:12:09.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385425639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:12:09.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:12:09.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385427039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/vfwa18c6f96e9120_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:12:09.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:12:09.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.300Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385428045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-01T06:12:09.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:12:09.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385429049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/resourceInstances/vfwa18c6f96e9120/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-01T06:12:09.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:12:09.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-01T06:12:09.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385430054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501060727/1.0/artifacts/service-Vfw20220501060727-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:12:09.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:12:18.856Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:09.268Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:13:09.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:13:09.271Z||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-01T06:13:09.271Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|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-01T06:13:09.271Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:09.329Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:09.331Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:13:09.331Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a764744f-3fa6-41b6-a7b5-8edf92ba8bfa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385477252,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:13:09.332Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:13:09.896Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:09.898Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-01T06:13:09.898Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d86117c7-64ab-4d3a-ae68-82b6221a879e","serviceName":"vFW 2022-05-01 06-10-19","serviceVersion":"1.0","serviceUUID":"438b16c4-c29f-4b70-a86e-7cd02a36b682","serviceDescription":"catalog service description","serviceInvariantUUID":"5f5f35a7-d08f-41d9-817b-b807427b8b4c","resources":[{"resourceInstanceName":"vFW 8a32a707-3088 0","resourceName":"vFW 8a32a707-3088","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"becec99b-847d-4131-b1f6-a28e7cd991f4","resourceInvariantUUID":"65cf581f-e86c-42d1-9011-1cbf64c2e7ad","resourceCustomizationUUID":"35a077fd-8ad2-462d-8921-48653ba38255","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml","artifactChecksum":"YzBjNjg3ZGU0ZGY5N2MyYTAxODFmNWZlM2E2YWI2NzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5cbf65e-3cc3-4514-a47a-8c1315284c00","artifactVersion":"1"},{"artifactName":"vfw8a32a70730880_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json","artifactChecksum":"YjQ1N2FmMDc4NmQ2MGMyZjNkNDFkNTlmNTUzMTk3NzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"58419451-4c2f-402f-90d7-46beb415fa8a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"81c4f80b-e58a-4c79-9bdc-0938812db757","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml","artifactChecksum":"MzY2NmUxNGFlNzI4NjlmMWMyMzZjMjA2N2RmNzg2NWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2384d802-a74f-4f7b-8f34-d114a90c4b45","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"266e16f3-2ff4-475e-b004-ac4613e4bbac","artifactVersion":"2","generatedFromUUID":"81c4f80b-e58a-4c79-9bdc-0938812db757"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220501061019-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml","artifactChecksum":"M2I2NjQ0MTczMjEyNjVkNDE0Yjg3MjAyMzYzYzMyNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b92f5b0c-5a85-4004-b407-b2727a92f7f8","artifactVersion":"1"},{"artifactName":"service-Vfw20220501061019-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar","artifactChecksum":"ZjQ1YjBkODVmYThkMGYzMGUxOTc4ZDhkMDc3NTk1NDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"03400e90-2350-4101-ae14-add23c16503f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-01T06:13:09.904Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:13:09.904Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:09.909Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:09.910Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:13:10.009Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:13:10.011Z||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-01T06:13:10.011Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:10.021Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:10.021Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:10.911Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:13:10.912Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:10.915Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:10.915Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:13:11.015Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:11.016Z||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-01T06:13:11.016Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:11.026Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:11.027Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:11.916Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:13:11.917Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:11.920Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:11.920Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:13:12.020Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:12.022Z||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-01T06:13:12.022Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:12.033Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:12.034Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:12.921Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:13:12.925Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:12.927Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:12.927Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:13:13.028Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-01T06:13:13.030Z||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-01T06:13:13.030Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:13.042Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:13.042Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:13.928Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:13:13.929Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:13.933Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:13.933Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-01T06:13:14.033Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:14.035Z||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-01T06:13:14.035Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:14.046Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:14.046Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:14.934Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:13:14.935Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:14.938Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:14.938Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:13:15.038Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:15.039Z||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-01T06:13:15.039Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:15.071Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:15.071Z||pool-24-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:15.938Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:13:15.939Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:15.942Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:15.942Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:13:16.042Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:16.044Z||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-01T06:13:16.044Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:16.053Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:16.054Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:16.944Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "serviceName": "vFW 2022-05-01 06-10-19",
  "serviceVersion": "1.0",
  "serviceUUID": "438b16c4-c29f-4b70-a86e-7cd02a36b682",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5f5f35a7-d08f-41d9-817b-b807427b8b4c",
  "resources": [
    {
      "resourceInstanceName": "vFW 8a32a707-3088 0",
      "resourceCustomizationUUID": "35a077fd-8ad2-462d-8921-48653ba38255",
      "resourceName": "vFW 8a32a707-3088",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "becec99b-847d-4131-b1f6-a28e7cd991f4",
      "resourceInvariantUUID": "65cf581f-e86c-42d1-9011-1cbf64c2e7ad",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8a32a70730880_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
          "artifactChecksum": "YjQ1N2FmMDc4NmQ2MGMyZjNkNDFkNTlmNTUzMTk3NzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "58419451-4c2f-402f-90d7-46beb415fa8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "81c4f80b-e58a-4c79-9bdc-0938812db757",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "266e16f3-2ff4-475e-b004-ac4613e4bbac",
            "generatedFromUUID": "81c4f80b-e58a-4c79-9bdc-0938812db757"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "266e16f3-2ff4-475e-b004-ac4613e4bbac",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220501061019-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
      "artifactChecksum": "ZjQ1YjBkODVmYThkMGYzMGUxOTc4ZDhkMDc3NTk1NDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "03400e90-2350-4101-ae14-add23c16503f"
    }
  ],
  "workloadContext": "Production"
}
2022-05-01T06:13:16.945Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-01T06:13:16.945Z|a764744f-3fa6-41b6-a7b5-8edf92ba8bfa|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 438b16c4-c29f-4b70-a86e-7cd02a36b682 ASDC
2022-05-01T06:13:16.946Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d86117c7-64ab-4d3a-ae68-82b6221a879e
ServiceName:vFW 2022-05-01 06-10-19
ServiceVersion:1.0
ServiceUUID:438b16c4-c29f-4b70-a86e-7cd02a36b682
ServiceInvariantUUID:5f5f35a7-d08f-41d9-817b-b807427b8b4c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220501061019-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar
ArtifactUUID:03400e90-2350-4101-ae14-add23c16503f
ArtifactChecksum:ZjQ1YjBkODVmYThkMGYzMGUxOTc4ZDhkMDc3NTk1NDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8a32a707-3088 0
ResourceCustomizationUUID:35a077fd-8ad2-462d-8921-48653ba38255
ResourceInvariantUUID:65cf581f-e86c-42d1-9011-1cbf64c2e7ad
ResourceName:vFW 8a32a707-3088
ResourceType:VF
ResourceUUID:becec99b-847d-4131-b1f6-a28e7cd991f4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8a32a70730880_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json
ArtifactUUID:58419451-4c2f-402f-90d7-46beb415fa8a
ArtifactChecksum:YjQ1N2FmMDc4NmQ2MGMyZjNkNDFkNTlmNTUzMTk3NzQ=
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/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml
ArtifactUUID:81c4f80b-e58a-4c79-9bdc-0938812db757
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/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env
ArtifactUUID:266e16f3-2ff4-475e-b004-ac4613e4bbac
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/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env
ArtifactUUID:266e16f3-2ff4-475e-b004-ac4613e4bbac
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-01T06:13:16.946Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 438b16c4-c29f-4b70-a86e-7cd02a36b682 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-01T06:13:16.989Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:13:16.990Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:13:16.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:13:16.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 03400e90-2350-4101-ae14-add23c16503f from URL: /sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:16.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:13:16.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:17.336Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:13:17.341Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar 03400e90-2350-4101-ae14-add23c16503f 99017
2022-05-01T06:13:17.342Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar ASDC sendASDCNotification
2022-05-01T06:13:17.342Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:17.342Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:13:17.343Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:17.345Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:17.345Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385597342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:13:17.446Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:17.447Z||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-01T06:13:17.447Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:17.458Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:17.459Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:18.346Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:13:18.347Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:13:18.348Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 03400e90-2350-4101-ae14-add23c16503f, URL: /sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar to file: /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:18.348Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220501061019-csar.csar
2022-05-01T06:13:18.348Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:18.349Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:18.583Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14346632702164002089/Definitions/service-Vfw20220501061019-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-01T06:13:20.982Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-01T06:13:20.984Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:13:20.984Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.984Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-01T06:13:20.984Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8a32a707-3088 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-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.984Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||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-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.985Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||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-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.985Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.985Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.985Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.985Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||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-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.985Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.986Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.986Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.986Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.986Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.986Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:20.986Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:13:20.986Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:20.987Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:20.987Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:20.988Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:13:20.988Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:13:20.988Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:20.988Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:20.989Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:20.989Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:13:20.989Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:13:20.989Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:20.990Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:20.990Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:20.990Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is not matching search criteria
2022-05-01T06:13:20.990Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:13:20.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:13:20.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:20.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:20.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:13:20.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:20.991Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:13:20.992Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:13:20.992Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:13:20.992Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:20.992Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:20.993Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:13:20.993Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:20.993Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:13:20.993Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:20.993Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-01T06:13:20.994Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:20.994Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:13:20.994Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:20.994Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:20.995Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:13:20.995Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:20.995Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:20.995Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:13:20.996Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:20.996Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:20.996Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:13:20.996Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:20.996Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is not matching search criteria
2022-05-01T06:13:20.997Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:13:20.997Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-01T06:13:20.997Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:13:20.997Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:13:20.997Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:13:20.998Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:20.998Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:20.998Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:13:20.998Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:20.998Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:13:20.999Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:20.999Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=96a25bf3-c3e6-414c-92c0-8c105fab55ee
2022-05-01T06:13:20.999Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:20.999Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is not matching search criteria
2022-05-01T06:13:20.999Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:13:20.999Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:13:21.000Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:21.000Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:21.000Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:13:21.000Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:21.000Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:13:21.001Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-01T06:13:21.001Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:13:21.001Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:21.001Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:13:21.001Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:21.002Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7a7f1210-2c4d-4aa0-955d-b609f74b7571
2022-05-01T06:13:21.002Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:21.002Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is not matching search criteria
2022-05-01T06:13:21.002Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:13:21.003Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:13:21.003Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:21.003Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:21.003Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:13:21.003Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:21.004Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:13:21.004Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:13:21.034Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:13:21.035Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:21.035Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:21.035Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-01T06:13:21.035Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c42d220c-aada-4d51-82e4-91204320e0d7
2022-05-01T06:13:21.035Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:21.036Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:21.036Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:21.036Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:21.036Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:21.036Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:21.036Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:21.037Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:21.037Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-01 06-10-19
Description:catalog service description
Model UUID:438b16c4-c29f-4b70-a86e-7cd02a36b682
Model Version:NULL
Model InvariantUuid:5f5f35a7-d08f-41d9-817b-b807427b8b4c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8a32a707-3088
Model UUID:ef9d7d40-a54e-4ec0-a722-5bd4a56c646d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:65cf581f-e86c-42d1-9011-1cbf64c2e7ad
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:35a077fd-8ad2-462d-8921-48653ba38255
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3b7e466d-3725-4f78-9d7a-4e7abcb425d4
ModelName:Vfw8a32a7073088..base_vfw..module-0
ModelUuid:3316026d-3163-45f0-beeb-a024eedfad09
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:96a25bf3-c3e6-414c-92c0-8c105fab55ee
ModelInvariantUuid:e4f3f2be-2b73-4903-ac95-f95662119cd9
ModelName:vFW 8a32a707-3088-nodes.vfwCvfc
ModelUuid:6840fcd2-1a09-41a2-a081-dbc3d24d4c20
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b2fb52bc-8f7f-4e94-9bdc-68cd77d95bc0
ModelInvariantUuid:9781b8c8-3f1a-4068-b0cd-9b3dc8875c43
ModelName:Vfw8a32a7073088.compute.nodes.heat.vfw
ModelUuid:334015aa-a76c-46dd-b72f-94c2cf90286d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7a7f1210-2c4d-4aa0-955d-b609f74b7571
ModelInvariantUuid:fd670bf1-9024-422a-b507-ca9b66892bc0
ModelName:vFW 8a32a707-3088-nodes.vsnCvfc
ModelUuid:e8aaf72c-acf7-4d42-a9f3-d48eb78b2bf1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a64771e0-aeb6-4e75-ae53-c6d8ed4a6124
ModelInvariantUuid:149f3362-460f-4a7f-a18e-848a17ff5930
ModelName:Vfw8a32a7073088.compute.nodes.heat.vsn
ModelUuid:36df5ff4-2996-4c2b-8ef2-f1b4e3619524
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c42d220c-aada-4d51-82e4-91204320e0d7
ModelInvariantUuid:ba917550-80f6-4795-a3d8-2a8121f6d6f8
ModelName:vFW 8a32a707-3088-nodes.vpgCvfc
ModelUuid:656ec87c-825b-4025-aaa2-a2c0f4803c5e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6e4897c5-db61-4b22-a524-b5e53b14e5c2
ModelInvariantUuid:5e173d94-2fa2-4118-aaf6-24fbda78a686
ModelName:Vfw8a32a7073088.compute.nodes.heat.vpg
ModelUuid:face88fb-d0f2-4eb7-81fb-987e206437f4
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-01T06:13:21.045Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: becec99b-847d-4131-b1f6-a28e7cd991f4
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-01T06:13:21.050Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||vFW 8a32a707-3088 0
2022-05-01T06:13:21.050Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: becec99b-847d-4131-b1f6-a28e7cd991f4
2022-05-01T06:13:21.050Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 58419451-4c2f-402f-90d7-46beb415fa8a from URL: /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json
2022-05-01T06:13:21.051Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:13:21.051Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json
2022-05-01T06:13:21.243Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:13:21.244Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json 58419451-4c2f-402f-90d7-46beb415fa8a 785
2022-05-01T06:13:21.244Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json ASDC sendASDCNotification
2022-05-01T06:13:21.244Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json
2022-05-01T06:13:21.244Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:13:21.245Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:21.247Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:21.247Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385601244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:13:21.347Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:21.349Z||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-01T06:13:21.349Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:21.359Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:21.360Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:22.248Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8a32a7073088..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3b7e466d-3725-4f78-9d7a-4e7abcb425d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3316026d-3163-45f0-beeb-a024eedfad09",
    "vfModuleModelCustomizationUUID": "ae424fa2-0d25-4140-a122-52472b13825a",
    "isBase": true,
    "artifacts": [
      "81c4f80b-e58a-4c79-9bdc-0938812db757",
      "266e16f3-2ff4-475e-b004-ac4613e4bbac"
    ],
    "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-01T06:13:22.255Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8a32a7073088..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3316026d-3163-45f0-beeb-a024eedfad09
VfModuleModelInvariantUUID:3b7e466d-3725-4f78-9d7a-4e7abcb425d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
81c4f80b-e58a-4c79-9bdc-0938812db757
,
266e16f3-2ff4-475e-b004-ac4613e4bbac

}
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-01T06:13:22.257Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8a32a7073088..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "3b7e466d-3725-4f78-9d7a-4e7abcb425d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3316026d-3163-45f0-beeb-a024eedfad09",
    "vfModuleModelCustomizationUUID": "ae424fa2-0d25-4140-a122-52472b13825a",
    "isBase": true,
    "artifacts": [
      "81c4f80b-e58a-4c79-9bdc-0938812db757",
      "266e16f3-2ff4-475e-b004-ac4613e4bbac"
    ],
    "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-01T06:13:22.257Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8a32a7073088..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3316026d-3163-45f0-beeb-a024eedfad09
VfModuleModelInvariantUUID:3b7e466d-3725-4f78-9d7a-4e7abcb425d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
81c4f80b-e58a-4c79-9bdc-0938812db757
,
266e16f3-2ff4-475e-b004-ac4613e4bbac

}
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-01T06:13:22.257Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 81c4f80b-e58a-4c79-9bdc-0938812db757 from URL: /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml
2022-05-01T06:13:22.257Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:13:22.257Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml
2022-05-01T06:13:22.530Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:13:22.531Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml 81c4f80b-e58a-4c79-9bdc-0938812db757 20368
2022-05-01T06:13:22.532Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-01T06:13:22.532Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml
2022-05-01T06:13:22.532Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:13:22.532Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:22.534Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:22.535Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385602532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:13:22.635Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:22.636Z||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-01T06:13:22.636Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:22.655Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:22.655Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:23.536Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 266e16f3-2ff4-475e-b004-ac4613e4bbac from URL: /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env
2022-05-01T06:13:23.536Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:13:23.536Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env
2022-05-01T06:13:24.025Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:13:24.026Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env 266e16f3-2ff4-475e-b004-ac4613e4bbac 2098
2022-05-01T06:13:24.026Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-01T06:13:24.026Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env
2022-05-01T06:13:24.026Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:13:24.027Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:24.029Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:24.029Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385604026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:13:24.129Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:24.130Z||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-01T06:13:24.131Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:24.142Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:24.142Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:13:25.030Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 438b16c4-c29f-4b70-a86e-7cd02a36b682
2022-05-01T06:13:25.030Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8a32a707-3088 0 becec99b-847d-4131-b1f6-a28e7cd991f4 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-01T06:13:25.049Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25332d6c, org.onap.sdc.toscaparser.api.parameters.Input@25263f92, org.onap.sdc.toscaparser.api.parameters.Input@266777ac, org.onap.sdc.toscaparser.api.parameters.Input@2d09f0b, org.onap.sdc.toscaparser.api.parameters.Input@3e349a70]
2022-05-01T06:13:25.051Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.051Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:25.052Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-05-01T06:13:25.052Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 35a077fd-8ad2-462d-8921-48653ba38255
2022-05-01T06:13:25.052Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 35a077fd-8ad2-462d-8921-48653ba38255 matches Tosca VF Customization UUID: 35a077fd-8ad2-462d-8921-48653ba38255
2022-05-01T06:13:25.052Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 35a077fd-8ad2-462d-8921-48653ba38255  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-01T06:13:25.055Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.055Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:25.056Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 35a077fd-8ad2-462d-8921-48653ba38255: {\"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-01T06:13:25.056Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3113d954
2022-05-01T06:13:25.056Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.056Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:13:25.057Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ae424fa2-0d25-4140-a122-52472b13825a
2022-05-01T06:13:25.057Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ae424fa2-0d25-4140-a122-52472b13825a
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-01T06:13:25.060Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.061Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:25.061Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:13:25.061Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.062Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:25.062Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:13:25.062Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.063Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is not matching search criteria
2022-05-01T06:13:25.063Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:13:25.063Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-01T06:13:25.063Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:13:25.064Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:13:25.064Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:13:25.064Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:25.064Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:25.064Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:13:25.065Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:25.065Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:13:25.065Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:25.065Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=96a25bf3-c3e6-414c-92c0-8c105fab55ee
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-01T06:13:25.068Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.068Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:25.068Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:13:25.069Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.069Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is not matching search criteria
2022-05-01T06:13:25.069Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:13:25.069Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:13:25.069Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:25.070Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:25.070Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:13:25.070Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:25.070Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:13:25.071Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-01T06:13:25.071Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-01T06:13:25.071Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:25.071Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-01T06:13:25.071Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:25.071Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7a7f1210-2c4d-4aa0-955d-b609f74b7571
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-01T06:13:25.074Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.074Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:25.074Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:13:25.074Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.075Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is not matching search criteria
2022-05-01T06:13:25.075Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-01T06:13:25.075Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-01T06:13:25.075Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:25.075Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:25.076Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-01T06:13:25.076Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-01T06:13:25.076Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-01T06:13:25.076Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-01T06:13:25.076Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-01T06:13:25.077Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-01T06:13:25.077Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-01T06:13:25.077Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-01T06:13:25.077Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c42d220c-aada-4d51-82e4-91204320e0d7
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-01T06:13:25.079Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.080Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:25.080Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:13:25.080Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.080Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Node template vFW 8a32a707-3088 0 is matching search criteria
2022-05-01T06:13:25.081Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8a32a707-3088 0] matching following query criteria: sdcType=VF, customizationUUID=35a077fd-8ad2-462d-8921-48653ba38255
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-01T06:13:25.082Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.083Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:25.083Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 438b16c4-c29f-4b70-a86e-7cd02a36b682: vFW 8a32a707-3088
2022-05-01T06:13:25.083Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.083Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:25.084Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.084Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:25.084Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.084Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:25.084Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.085Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:25.085Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:13:25.085Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-01 06-10-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:13:25.085Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-05-01 06-10-19 
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-01T06:13:25.274Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8a32a707-3088 becec99b-847d-4131-b1f6-a28e7cd991f4 1 ASDC deployResourceStructure
2022-05-01T06:13:25.274Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json ASDC sendASDCNotification
2022-05-01T06:13:25.275Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json
2022-05-01T06:13:25.275Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:13:25.275Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:25.277Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:25.277Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385605274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:13:25.378Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:25.379Z||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-01T06:13:25.379Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:25.389Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:25.390Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:26.279Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-01T06:13:26.279Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml
2022-05-01T06:13:26.279Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:13:26.279Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:26.281Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:26.281Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385606279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-01T06:13:26.382Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:26.383Z||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-01T06:13:26.383Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:26.396Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:26.397Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:13:27.283Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-01T06:13:27.283Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env
2022-05-01T06:13:27.283Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:13:27.284Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:27.286Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:27.286Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385607283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-01T06:13:27.386Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:13:27.388Z||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-01T06:13:27.388Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:27.398Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:27.399Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:28.287Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar ASDC sendASDCNotification
2022-05-01T06:13:28.288Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar
2022-05-01T06:13:28.288Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:13:28.288Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:13:28.290Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:13:28.290Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385608287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:13:28.390Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:13:28.392Z||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-01T06:13:28.392Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:13:28.402Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:13:28.404Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:13:29.291Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d86117c7-64ab-4d3a-ae68-82b6221a879e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:13:29.303Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d86117c7-64ab-4d3a-ae68-82b6221a879e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-01T06:13:29.305Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:13:29.305Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-01T06:13:29.305Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-01T06:13:59.306Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d86117c7-64ab-4d3a-ae68-82b6221a879e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:13:59.318Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d86117c7-64ab-4d3a-ae68-82b6221a879e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-01T06:13:59.320Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:13:59.321Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-01T06:13:59.321Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-01T06:14:09.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:14:09.271Z||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-01T06:14:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:14:09.295Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:14:09.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "aai-ml",
  "timestamp": 1651385542446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.304Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385542485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385547545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "policy-id",
  "timestamp": 1651385542813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385542485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.306Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "aai-ml",
  "timestamp": 1651385542446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385547545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "policy-id",
  "timestamp": 1651385542813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385542485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "aai-ml",
  "timestamp": 1651385542446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "policy-id",
  "timestamp": 1651385542813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385547545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.311Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.311Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.311Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385542485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "aai-ml",
  "timestamp": 1651385542446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.312Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "policy-id",
  "timestamp": 1651385542813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385547545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385542485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "aai-ml",
  "timestamp": 1651385542446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.314Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "policy-id",
  "timestamp": 1651385542813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385547545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385542485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "aai-ml",
  "timestamp": 1651385542446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "policy-id",
  "timestamp": 1651385542813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385547545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "cds",
  "timestamp": 1651385555239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385542485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "aai-ml",
  "timestamp": 1651385542446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "policy-id",
  "timestamp": 1651385542813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385547545,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "cds",
  "timestamp": 1651385555239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "cds",
  "timestamp": 1651385555239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "aai-ml",
  "timestamp": 1651385557544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "policy-id",
  "timestamp": 1651385557875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385557831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "cds",
  "timestamp": 1651385555239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "policy-id",
  "timestamp": 1651385558881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:14:09.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385559054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "cds",
  "timestamp": 1651385555239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "policy-id",
  "timestamp": 1651385559884,
  "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-01T06:14:09.334Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d86117c7-64ab-4d3a-ae68-82b6221a879e
2022-05-01T06:14:09.334Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86117c7-64ab-4d3a-ae68-82b6221a879e 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-01T06:14:09.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385560249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.345Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385559309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.345Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "cds",
  "timestamp": 1651385555239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.346Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385561311,
  "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-01T06:14:09.351Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d86117c7-64ab-4d3a-ae68-82b6221a879e
2022-05-01T06:14:09.351Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86117c7-64ab-4d3a-ae68-82b6221a879e 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-01T06:14:09.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385559309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.362Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "cds",
  "timestamp": 1651385555239,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.363Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385562315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:14:09.363Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.363Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.363Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385559309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "cds",
  "timestamp": 1651385563149,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.364Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385559309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.364Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "cds",
  "timestamp": 1651385564157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-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-01T06:14:09.372Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d86117c7-64ab-4d3a-ae68-82b6221a879e
2022-05-01T06:14:09.372Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86117c7-64ab-4d3a-ae68-82b6221a879e 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-01T06:14:09.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385559309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385559309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385559309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385567345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.383Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "clamp",
  "timestamp": 1651385567275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "aai-ml",
  "timestamp": 1651385569295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:14:09.384Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "clamp",
  "timestamp": 1651385567275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "aai-ml",
  "timestamp": 1651385570301,
  "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-01T06:14:09.392Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d86117c7-64ab-4d3a-ae68-82b6221a879e
2022-05-01T06:14:09.392Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86117c7-64ab-4d3a-ae68-82b6221a879e 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-01T06:14:09.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "clamp",
  "timestamp": 1651385567275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "clamp",
  "timestamp": 1651385567275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385571544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:14:09.403Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "clamp",
  "timestamp": 1651385567275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.403Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385572550,
  "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-01T06:14:09.409Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d86117c7-64ab-4d3a-ae68-82b6221a879e
2022-05-01T06:14:09.409Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86117c7-64ab-4d3a-ae68-82b6221a879e 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-01T06:14:09.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "clamp",
  "timestamp": 1651385567275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "clamp",
  "timestamp": 1651385567275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "aai-ml",
  "timestamp": 1651385572446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385567545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "cds",
  "timestamp": 1651385570239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "aai-ml",
  "timestamp": 1651385572446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.421Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385567545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "cds",
  "timestamp": 1651385570239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.422Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.422Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "aai-ml",
  "timestamp": 1651385572446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385567545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.423Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.423Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "cds",
  "timestamp": 1651385570239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.423Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385567545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.424Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "aai-ml",
  "timestamp": 1651385572446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "cds",
  "timestamp": 1651385570239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "clamp",
  "timestamp": 1651385578979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "aai-ml",
  "timestamp": 1651385572446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385567545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "cds",
  "timestamp": 1651385570239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "aai-ml",
  "timestamp": 1651385572446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385567545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "cds",
  "timestamp": 1651385570239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "clamp",
  "timestamp": 1651385580987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:14:09.429Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385567545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "aai-ml",
  "timestamp": 1651385572446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "cds",
  "timestamp": 1651385570239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "clamp",
  "timestamp": 1651385581990,
  "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-01T06:14:09.439Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d86117c7-64ab-4d3a-ae68-82b6221a879e
2022-05-01T06:14:09.439Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d86117c7-64ab-4d3a-ae68-82b6221a879e 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-01T06:14:09.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385583181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "cds",
  "timestamp": 1651385583398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "aai-ml",
  "timestamp": 1651385582974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.450Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385582485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "policy-id",
  "timestamp": 1651385582813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "cds",
  "timestamp": 1651385584405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-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-01T06:14:09.466Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f6ce241-635f-4f3c-9960-c1c54f9ac71d
2022-05-01T06:14:09.466Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f6ce241-635f-4f3c-9960-c1c54f9ac71d 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-01T06:14:09.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385582485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385584346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "policy-id",
  "timestamp": 1651385582813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385582485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "policy-id",
  "timestamp": 1651385582813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:14:09.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385585637,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:14:09.478Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385582485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "policy-id",
  "timestamp": 1651385582813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385586660,
  "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-01T06:14:09.484Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f6ce241-635f-4f3c-9960-c1c54f9ac71d
2022-05-01T06:14:09.484Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f6ce241-635f-4f3c-9960-c1c54f9ac71d 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-01T06:14:09.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.500Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385582485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.500Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.500Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "policy-id",
  "timestamp": 1651385582813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.501Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.501Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651385587666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:14:09.501Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:14:09.501Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385582485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:09.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:14:09.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "policy-id",
  "timestamp": 1651385582813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:14:09.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:14:29.321Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d86117c7-64ab-4d3a-ae68-82b6221a879e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:14:29.334Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d86117c7-64ab-4d3a-ae68-82b6221a879e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-01T06:14:29.337Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:14:29.337Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-01T06:14:29.338Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-01T06:14:29.338Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-01T06:14:29.338Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:14:29.338Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:14:29.338Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:14:29.338Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:14:29.338Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:14:29.338Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:14:29.339Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:14:29.344Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-01T06:14:59.344Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d86117c7-64ab-4d3a-ae68-82b6221a879e 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-01T06:14:59.351Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d86117c7-64ab-4d3a-ae68-82b6221a879e and serviceModelVersionId: 438b16c4-c29f-4b70-a86e-7cd02a36b682
2022-05-01T06:14:59.351Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5f5f35a7-d08f-41d9-817b-b807427b8b4c
2022-05-01T06:14:59.352Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?depth=0
2022-05-01T06:14:59.357Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-01T06:14:59.410Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?depth=0|INFO|500||Invoke
2022-05-01T06:14:59.411Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d86117c7-64ab-4d3a-ae68-82b6221a879e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b5726752-4c31-4b34-83df-7cfc16244844], X-ECOMP-RequestID=[d86117c7-64ab-4d3a-ae68-82b6221a879e], X-TransactionId=[], X-ONAP-RequestID=[d86117c7-64ab-4d3a-ae68-82b6221a879e], Content-Type=[application/merge-patch+json]}
2022-05-01T06:14:59.440Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-01T06:14:59.768Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?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/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220501-06:14:58:730-83740], vertex-id=[356384], Content-Length=[0], Date=[Sun, 01 May 2022 06:14:58 GMT], Content-Type=[application/json]}
2022-05-01T06:14:59.769Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-01T06:14:59.770Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5f5f35a7-d08f-41d9-817b-b807427b8b4c/model-vers/model-ver/438b16c4-c29f-4b70-a86e-7cd02a36b682?depth=0|INFO|500||InvokeReturn
2022-05-01T06:14:59.770Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-01T06:14:59.770Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:14:59.779Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-01T06:14:59.780Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d86117c7-64ab-4d3a-ae68-82b6221a879e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-01T06:14:59.780Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-01T06:14:59.780Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:14:59.784Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:14:59.784Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385699780,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:14:59.883Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:14:59.884Z||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-01T06:14:59.885Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:14:59.900Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:14:59.901Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-01T06:15:00.797Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-01T06:15:00.797Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f6ce241-635f-4f3c-9960-c1c54f9ac71d","serviceName":"basic_onboard_XiojFo","serviceVersion":"1.0","serviceUUID":"1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5","serviceDescription":"service","serviceInvariantUUID":"e659a82a-6fd6-414d-874a-c2876f17a2b9","resources":[{"resourceInstanceName":"basic_onboard_XiojFo 0","resourceName":"basic_onboard_XiojFo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"11252f4e-0e44-4ba3-ad3c-4f26875fcc00","resourceInvariantUUID":"1e32c8d1-91df-4b9e-8d74-38e43a10551f","resourceCustomizationUUID":"396a54bc-5a28-49f7-a7fb-0eeb85368231","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vf-license-model.xml","artifactChecksum":"MTkwODUwYjk2NzdhZjBlODk2ZDk2ZTkwYWVkNmMwMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23db3ad1-4a4c-4fc2-b775-bbe46a3c0b23","artifactVersion":"1"},{"artifactName":"basic_onboard_xiojfo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json","artifactChecksum":"MGY2Yzk3N2Q5N2I1MjgwMzE4Y2IyNGY4ZmMwMDcwNDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5db97a3f-91c3-4781-8219-4bec40523f99","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9ab2ca89-c315-4c9e-914a-1adcef9521a0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b5386bcf-4df9-43a3-b4df-6e26e3a1ce31","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea26ab1b-434e-47ab-bb42-bf2a0a7af853","artifactVersion":"2","generatedFromUUID":"9ab2ca89-c315-4c9e-914a-1adcef9521a0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXiojfo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-template.yml","artifactChecksum":"MjIyZjViMDZhNDk2MTliMjhhOTRkNzViOWI1MDgwNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9337f64b-41f3-4c38-875d-b7a19a12bee6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXiojfo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar","artifactChecksum":"ZGVhODVlNTJhZTVkM2RlMDEzNjdhYTlhNGE2ODY0OTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51f4b535-c06a-4873-8525-32e509d9e791","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-01T06:15:00.799Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:15:00.799Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:00.801Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:00.801Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:15:00.902Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:15:00.903Z||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-01T06:15:00.903Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:00.913Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:15:00.914Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:15:01.802Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:15:01.804Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:01.806Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:01.807Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:15:01.907Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:15:01.907Z||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-01T06:15:01.908Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:01.921Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:15:01.921Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:15:02.807Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:15:02.808Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:02.813Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:02.813Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:15:02.913Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-01T06:15:02.914Z||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-01T06:15:02.914Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:02.924Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:15:02.924Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:15:03.814Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:15:03.815Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:03.817Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:03.817Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:15:03.917Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:15:03.918Z||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-01T06:15:03.919Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:03.930Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:15:03.931Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:15:04.818Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:15:04.819Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:04.822Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:04.822Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-01T06:15:04.922Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:15:04.923Z||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-01T06:15:04.923Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:04.938Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:15:04.938Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:15:05.822Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:15:05.824Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:05.826Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:05.826Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:15:05.926Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:15:05.927Z||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-01T06:15:05.927Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:05.938Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:15:05.939Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:15:06.827Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:15:06.828Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:06.830Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:06.830Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:15:06.930Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:15:06.932Z||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-01T06:15:06.932Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:06.943Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:15:06.944Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:15:07.832Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "serviceName": "basic_onboard_XiojFo",
  "serviceVersion": "1.0",
  "serviceUUID": "1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e659a82a-6fd6-414d-874a-c2876f17a2b9",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_XiojFo 0",
      "resourceCustomizationUUID": "396a54bc-5a28-49f7-a7fb-0eeb85368231",
      "resourceName": "basic_onboard_XiojFo",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "11252f4e-0e44-4ba3-ad3c-4f26875fcc00",
      "resourceInvariantUUID": "1e32c8d1-91df-4b9e-8d74-38e43a10551f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_xiojfo0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
          "artifactChecksum": "MGY2Yzk3N2Q5N2I1MjgwMzE4Y2IyNGY4ZmMwMDcwNDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5db97a3f-91c3-4781-8219-4bec40523f99",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9ab2ca89-c315-4c9e-914a-1adcef9521a0",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea26ab1b-434e-47ab-bb42-bf2a0a7af853",
            "generatedFromUUID": "9ab2ca89-c315-4c9e-914a-1adcef9521a0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea26ab1b-434e-47ab-bb42-bf2a0a7af853",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardXiojfo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
      "artifactChecksum": "ZGVhODVlNTJhZTVkM2RlMDEzNjdhYTlhNGE2ODY0OTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "51f4b535-c06a-4873-8525-32e509d9e791"
    }
  ],
  "workloadContext": "Production"
}
2022-05-01T06:15:07.832Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-01T06:15:07.832Z|d86117c7-64ab-4d3a-ae68-82b6221a879e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5 ASDC
2022-05-01T06:15:07.833Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4f6ce241-635f-4f3c-9960-c1c54f9ac71d
ServiceName:basic_onboard_XiojFo
ServiceVersion:1.0
ServiceUUID:1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5
ServiceInvariantUUID:e659a82a-6fd6-414d-874a-c2876f17a2b9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardXiojfo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar
ArtifactUUID:51f4b535-c06a-4873-8525-32e509d9e791
ArtifactChecksum:ZGVhODVlNTJhZTVkM2RlMDEzNjdhYTlhNGE2ODY0OTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_XiojFo 0
ResourceCustomizationUUID:396a54bc-5a28-49f7-a7fb-0eeb85368231
ResourceInvariantUUID:1e32c8d1-91df-4b9e-8d74-38e43a10551f
ResourceName:basic_onboard_XiojFo
ResourceType:VF
ResourceUUID:11252f4e-0e44-4ba3-ad3c-4f26875fcc00
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_xiojfo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json
ArtifactUUID:5db97a3f-91c3-4781-8219-4bec40523f99
ArtifactChecksum:MGY2Yzk3N2Q5N2I1MjgwMzE4Y2IyNGY4ZmMwMDcwNDE=
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/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9ab2ca89-c315-4c9e-914a-1adcef9521a0
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/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env
ArtifactUUID:ea26ab1b-434e-47ab-bb42-bf2a0a7af853
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/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env
ArtifactUUID:ea26ab1b-434e-47ab-bb42-bf2a0a7af853
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-01T06:15:07.833Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5 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-01T06:15:07.873Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:15:07.874Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:15:07.874Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:15:07.874Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 51f4b535-c06a-4873-8525-32e509d9e791 from URL: /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:07.875Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:15:07.875Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:08.156Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:15:08.160Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar 51f4b535-c06a-4873-8525-32e509d9e791 71565
2022-05-01T06:15:08.160Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar ASDC sendASDCNotification
2022-05-01T06:15:08.160Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:08.160Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:15:08.161Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:08.163Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:08.163Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385708160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:15:08.266Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-01T06:15:08.267Z||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-01T06:15:08.267Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:08.282Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:15:08.283Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:15:09.163Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:15:09.165Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:15:09.165Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 51f4b535-c06a-4873-8525-32e509d9e791, URL: /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar to file: /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:09.165Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:09.166Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:09.166Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:09.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:15:09.271Z||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-01T06:15:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:09.286Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:15:09.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:15:09.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651385582485,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:15:09.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:15:09.315Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5140935956895741729/Definitions/service-BasicOnboardXiojfo-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-01T06:15:10.537Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-01T06:15:10.537Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_XiojFo 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-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.538Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:10.539Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:15:10.539Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:10.539Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:10.539Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is matching search criteria
2022-05-01T06:15:10.539Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:15:10.540Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_XiojFo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:15:10.540Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:10.540Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:10.540Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is matching search criteria
2022-05-01T06:15:10.540Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:15:10.540Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_XiojFo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:15:10.540Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:10.541Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:10.541Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:10.541Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is not matching search criteria
2022-05-01T06:15:10.541Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-01T06:15:10.541Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-01T06:15:10.542Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-01T06:15:10.542Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-01T06:15:10.542Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-01T06:15:10.542Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:10.542Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:15:10.542Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:10.542Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is matching search criteria
2022-05-01T06:15:10.543Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_XiojFo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:15:10.543Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:10.543Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is matching search criteria
2022-05-01T06:15:10.543Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_XiojFo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:15:10.543Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:10.543Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is matching search criteria
2022-05-01T06:15:10.543Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_XiojFo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:15:10.544Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:10.544Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is not matching search criteria
2022-05-01T06:15:10.544Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-01T06:15:10.544Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-01T06:15:10.544Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3e68181e-8337-476c-8bc8-25a5354b2d44
2022-05-01T06:15:10.544Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:10.544Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:10.545Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:10.545Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:10.545Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:10.545Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:10.545Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:10.545Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:10.546Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_XiojFo
Description:service
Model UUID:1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5
Model Version:NULL
Model InvariantUuid:e659a82a-6fd6-414d-874a-c2876f17a2b9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_XiojFo
Model UUID:f16b8b61-d1f9-4239-a985-ed49b460a9b7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1e32c8d1-91df-4b9e-8d74-38e43a10551f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:396a54bc-5a28-49f7-a7fb-0eeb85368231
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e08b7007-f393-469a-a0cb-4f821c98d908
ModelName:BasicOnboardXiojfo..base_ubuntu18..module-0
ModelUuid:8cb3aa2b-1b32-499d-bb45-d687ea7bffd2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3e68181e-8337-476c-8bc8-25a5354b2d44
ModelInvariantUuid:e873f20e-fe2b-43c5-9411-eb37f90cbb7f
ModelName:basic_onboard_XiojFo-nodes.ubuntu18Cvfc
ModelUuid:7000d858-e53b-4e2c-b485-ff300f06d41d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d3349537-0518-4ed4-a802-6ebb09dccd67
ModelInvariantUuid:db51ce6a-e084-4a71-b1d6-1c3e86268d1c
ModelName:BasicOnboardXiojfo.compute.nodes.heat.ubuntu18
ModelUuid:6465e6ac-5278-404e-b22f-57f029ffcd0d
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-01T06:15:10.554Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 11252f4e-0e44-4ba3-ad3c-4f26875fcc00
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-01T06:15:10.557Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||basic_onboard_XiojFo 0
2022-05-01T06:15:10.557Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 11252f4e-0e44-4ba3-ad3c-4f26875fcc00
2022-05-01T06:15:10.557Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5db97a3f-91c3-4781-8219-4bec40523f99 from URL: /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json
2022-05-01T06:15:10.557Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:15:10.557Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json
2022-05-01T06:15:10.769Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:15:10.770Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json 5db97a3f-91c3-4781-8219-4bec40523f99 798
2022-05-01T06:15:10.770Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json ASDC sendASDCNotification
2022-05-01T06:15:10.771Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json
2022-05-01T06:15:10.771Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:15:10.771Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:10.773Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:10.774Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385710770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:15:10.874Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:15:10.875Z||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-01T06:15:10.875Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:10.888Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:15:10.889Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:15:11.774Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXiojfo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e08b7007-f393-469a-a0cb-4f821c98d908",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8cb3aa2b-1b32-499d-bb45-d687ea7bffd2",
    "vfModuleModelCustomizationUUID": "751c6232-698d-4767-87fa-7b786b274f44",
    "isBase": true,
    "artifacts": [
      "9ab2ca89-c315-4c9e-914a-1adcef9521a0",
      "ea26ab1b-434e-47ab-bb42-bf2a0a7af853"
    ],
    "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-01T06:15:11.778Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXiojfo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8cb3aa2b-1b32-499d-bb45-d687ea7bffd2
VfModuleModelInvariantUUID:e08b7007-f393-469a-a0cb-4f821c98d908
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ab2ca89-c315-4c9e-914a-1adcef9521a0
,
ea26ab1b-434e-47ab-bb42-bf2a0a7af853

}
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-01T06:15:11.780Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardXiojfo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e08b7007-f393-469a-a0cb-4f821c98d908",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8cb3aa2b-1b32-499d-bb45-d687ea7bffd2",
    "vfModuleModelCustomizationUUID": "751c6232-698d-4767-87fa-7b786b274f44",
    "isBase": true,
    "artifacts": [
      "9ab2ca89-c315-4c9e-914a-1adcef9521a0",
      "ea26ab1b-434e-47ab-bb42-bf2a0a7af853"
    ],
    "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-01T06:15:11.780Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardXiojfo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8cb3aa2b-1b32-499d-bb45-d687ea7bffd2
VfModuleModelInvariantUUID:e08b7007-f393-469a-a0cb-4f821c98d908
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ab2ca89-c315-4c9e-914a-1adcef9521a0
,
ea26ab1b-434e-47ab-bb42-bf2a0a7af853

}
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-01T06:15:11.780Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9ab2ca89-c315-4c9e-914a-1adcef9521a0 from URL: /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml
2022-05-01T06:15:11.780Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:15:11.781Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml
2022-05-01T06:15:11.958Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:15:11.958Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml 9ab2ca89-c315-4c9e-914a-1adcef9521a0 5033
2022-05-01T06:15:11.958Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-01T06:15:11.959Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml
2022-05-01T06:15:11.959Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:15:11.959Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:11.961Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:11.961Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385711958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:15:12.061Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:15:12.062Z||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-01T06:15:12.062Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:12.077Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:15:12.078Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:15:12.962Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ea26ab1b-434e-47ab-bb42-bf2a0a7af853 from URL: /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env
2022-05-01T06:15:12.962Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:15:12.962Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env
2022-05-01T06:15:13.008Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:15:13.009Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env ea26ab1b-434e-47ab-bb42-bf2a0a7af853 909
2022-05-01T06:15:13.009Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-01T06:15:13.009Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env
2022-05-01T06:15:13.009Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:15:13.009Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:13.011Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:13.011Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385713009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:15:13.111Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:15:13.112Z||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-01T06:15:13.112Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:13.123Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:15:13.123Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:15:14.012Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5
2022-05-01T06:15:14.013Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_XiojFo 0 11252f4e-0e44-4ba3-ad3c-4f26875fcc00 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-01T06:15:14.027Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7610ead8, org.onap.sdc.toscaparser.api.parameters.Input@561d16b3, org.onap.sdc.toscaparser.api.parameters.Input@2988d9ac, org.onap.sdc.toscaparser.api.parameters.Input@1f867d6, org.onap.sdc.toscaparser.api.parameters.Input@70cf0b1b]
2022-05-01T06:15:14.029Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:14.029Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:14.030Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-05-01T06:15:14.030Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 396a54bc-5a28-49f7-a7fb-0eeb85368231
2022-05-01T06:15:14.030Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 396a54bc-5a28-49f7-a7fb-0eeb85368231 matches Tosca VF Customization UUID: 396a54bc-5a28-49f7-a7fb-0eeb85368231
2022-05-01T06:15:14.030Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 396a54bc-5a28-49f7-a7fb-0eeb85368231  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-01T06:15:14.032Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:14.033Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:14.033Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 396a54bc-5a28-49f7-a7fb-0eeb85368231: {\"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-01T06:15:14.033Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63f7c3ce
2022-05-01T06:15:14.034Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:14.034Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:15:14.034Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 751c6232-698d-4767-87fa-7b786b274f44
2022-05-01T06:15:14.034Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 751c6232-698d-4767-87fa-7b786b274f44
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-01T06:15:14.036Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:14.037Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is matching search criteria
2022-05-01T06:15:14.037Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_XiojFo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:15:14.037Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:14.037Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is matching search criteria
2022-05-01T06:15:14.037Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_XiojFo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:15:14.037Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:14.038Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is not matching search criteria
2022-05-01T06:15:14.038Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-01T06:15:14.038Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-01T06:15:14.038Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3e68181e-8337-476c-8bc8-25a5354b2d44
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-01T06:15:14.040Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:14.040Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is matching search criteria
2022-05-01T06:15:14.040Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_XiojFo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:15:14.040Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:14.040Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_XiojFo 0 is matching search criteria
2022-05-01T06:15:14.041Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_XiojFo 0] matching following query criteria: sdcType=VF, customizationUUID=396a54bc-5a28-49f7-a7fb-0eeb85368231
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-01T06:15:14.042Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:14.042Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:14.042Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5: basic_onboard_XiojFo
2022-05-01T06:15:14.043Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:14.043Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:14.043Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:14.043Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:14.043Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:14.043Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:14.043Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:14.044Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:14.044Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:15:14.044Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_XiojFo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:15:14.044Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_XiojFo 
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-01T06:15:14.117Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_XiojFo 11252f4e-0e44-4ba3-ad3c-4f26875fcc00 1 ASDC deployResourceStructure
2022-05-01T06:15:14.117Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json ASDC sendASDCNotification
2022-05-01T06:15:14.117Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json
2022-05-01T06:15:14.118Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:15:14.118Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:14.120Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:14.120Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385714117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:15:14.221Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:15:14.222Z||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-01T06:15:14.222Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:14.233Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:15:14.233Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:15:15.121Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-01T06:15:15.122Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml
2022-05-01T06:15:15.122Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:15:15.122Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:15.145Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:15.146Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385715121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-01T06:15:15.224Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-05-01T06:15:15.225Z||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-01T06:15:15.225Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:15.240Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:15:15.241Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:15:16.147Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-01T06:15:16.147Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env
2022-05-01T06:15:16.147Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:15:16.147Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:16.149Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:16.150Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385716147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-01T06:15:16.250Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:15:16.251Z||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-01T06:15:16.251Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:16.261Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:15:16.261Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:15:17.151Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar ASDC sendASDCNotification
2022-05-01T06:15:17.151Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar
2022-05-01T06:15:17.151Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:15:17.151Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:15:17.154Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:15:17.154Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385717151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:15:17.254Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:15:17.255Z||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-01T06:15:17.255Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:15:17.265Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:15:17.265Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:15:18.154Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f6ce241-635f-4f3c-9960-c1c54f9ac71d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:15:18.166Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f6ce241-635f-4f3c-9960-c1c54f9ac71d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-01T06:15:18.168Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:15:18.168Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-01T06:15:18.169Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-01T06:15:48.169Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f6ce241-635f-4f3c-9960-c1c54f9ac71d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:15:48.180Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f6ce241-635f-4f3c-9960-c1c54f9ac71d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-01T06:15:48.182Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:15:48.183Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-01T06:15:48.183Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-01T06:16:09.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:16:09.271Z||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-01T06:16:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:16:09.293Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:16:09.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "policy-id",
  "timestamp": 1651385582813,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:16:09.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:16:09.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385589308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:16:09.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "policy-id",
  "timestamp": 1651385590693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:16:09.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:16:09.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:16:09.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385589308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:16:09.298Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "policy-id",
  "timestamp": 1651385591697,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:16:09.299Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:16:09.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "aai-ml",
  "timestamp": 1651385591524,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:16:09.299Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:16:09.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:16:09.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385589308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:16:09.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "policy-id",
  "timestamp": 1651385592701,
  "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-01T06:16:09.308Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f6ce241-635f-4f3c-9960-c1c54f9ac71d
2022-05-01T06:16:09.308Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f6ce241-635f-4f3c-9960-c1c54f9ac71d 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-01T06:16:09.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "aai-ml",
  "timestamp": 1651385592532,
  "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-01T06:16:09.322Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f6ce241-635f-4f3c-9960-c1c54f9ac71d
2022-05-01T06:16:09.322Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f6ce241-635f-4f3c-9960-c1c54f9ac71d 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-01T06:16:09.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:16:09.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385589308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:16:09.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-01T06:16:09.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385589308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:16:09.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:16:09.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385589308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:16:09.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:16:09.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385589308,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:16:09.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385597342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:16:09.335Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:16:09.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385597324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:16:09.335Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:16:09.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "clamp",
  "timestamp": 1651385597275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:16:09.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "clamp",
  "timestamp": 1651385597275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:16:09.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "clamp",
  "timestamp": 1651385597275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:16:09.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385599901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:16:09.338Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:16:09.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385601244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:16:09.338Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:16:09.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651385600906,
  "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-01T06:16:09.343Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f6ce241-635f-4f3c-9960-c1c54f9ac71d
2022-05-01T06:16:09.344Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f6ce241-635f-4f3c-9960-c1c54f9ac71d 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-01T06:16:09.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "clamp",
  "timestamp": 1651385597275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:16:09.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385602532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:16:09.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:16:09.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "clamp",
  "timestamp": 1651385597275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:16:09.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "clamp",
  "timestamp": 1651385597275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:16:09.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385604026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:16:09.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:16:09.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "clamp",
  "timestamp": 1651385597275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:16:09.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:16:09.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385605274,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/vfw8a32a70730880_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:16:09.355Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:16:09.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385606279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-01T06:16:09.356Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:16:09.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385607283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/resourceInstances/vfw8a32a70730880/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-01T06:16:09.357Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:16:09.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385608287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220501061019/1.0/artifacts/service-Vfw20220501061019-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:16:09.357Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:16:09.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "clamp",
  "timestamp": 1651385608983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:16:09.358Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:16:09.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "clamp",
  "timestamp": 1651385610997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:16:09.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:16:09.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:16:09.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "clamp",
  "timestamp": 1651385612001,
  "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-01T06:16:09.364Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f6ce241-635f-4f3c-9960-c1c54f9ac71d
2022-05-01T06:16:09.364Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f6ce241-635f-4f3c-9960-c1c54f9ac71d 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-01T06:16:18.183Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f6ce241-635f-4f3c-9960-c1c54f9ac71d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:16:18.201Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f6ce241-635f-4f3c-9960-c1c54f9ac71d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-01T06:16:18.205Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:16:18.205Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-01T06:16:18.205Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-01T06:16:18.205Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-01T06:16:18.205Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:16:18.205Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:16:18.205Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:16:18.205Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:16:18.206Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:16:18.206Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:16:18.206Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:16:18.213Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-01T06:16:48.214Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f6ce241-635f-4f3c-9960-c1c54f9ac71d 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-01T06:16:48.219Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f6ce241-635f-4f3c-9960-c1c54f9ac71d and serviceModelVersionId: 1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5
2022-05-01T06:16:48.219Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e659a82a-6fd6-414d-874a-c2876f17a2b9
2022-05-01T06:16:48.219Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e659a82a-6fd6-414d-874a-c2876f17a2b9/model-vers/model-ver/1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5?depth=0
2022-05-01T06:16:48.224Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-01T06:16:48.278Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e659a82a-6fd6-414d-874a-c2876f17a2b9/model-vers/model-ver/1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5?depth=0|INFO|500||Invoke
2022-05-01T06:16:48.278Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e659a82a-6fd6-414d-874a-c2876f17a2b9/model-vers/model-ver/1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e659a82a-6fd6-414d-874a-c2876f17a2b9/model-vers/model-ver/1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f6ce241-635f-4f3c-9960-c1c54f9ac71d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a0f9deb6-0180-4f78-bb42-1d8abaaa86d3], X-ECOMP-RequestID=[4f6ce241-635f-4f3c-9960-c1c54f9ac71d], X-TransactionId=[], X-ONAP-RequestID=[4f6ce241-635f-4f3c-9960-c1c54f9ac71d], Content-Type=[application/merge-patch+json]}
2022-05-01T06:16:48.298Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e659a82a-6fd6-414d-874a-c2876f17a2b9/model-vers/model-ver/1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-01T06:16:48.552Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e659a82a-6fd6-414d-874a-c2876f17a2b9/model-vers/model-ver/1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5?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/e659a82a-6fd6-414d-874a-c2876f17a2b9/model-vers/model-ver/1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220501-06:16:47:589-99758], vertex-id=[213112], Content-Length=[0], Date=[Sun, 01 May 2022 06:16:47 GMT], Content-Type=[application/json]}
2022-05-01T06:16:48.553Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e659a82a-6fd6-414d-874a-c2876f17a2b9/model-vers/model-ver/1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-01T06:16:48.553Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e659a82a-6fd6-414d-874a-c2876f17a2b9/model-vers/model-ver/1d9f1125-4eee-4fcf-98e5-2cc0d389bbb5?depth=0|INFO|500||InvokeReturn
2022-05-01T06:16:48.554Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-01T06:16:48.554Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:16:48.558Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-01T06:16:48.559Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f6ce241-635f-4f3c-9960-c1c54f9ac71d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-01T06:16:48.559Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-01T06:16:48.559Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:16:48.561Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:16:48.562Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385808559,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:16:48.662Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:16:48.663Z||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-01T06:16:48.663Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:16:48.676Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:16:48.676Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-01T06:16:49.573Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:16:49.574Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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-01T06:16:49.574Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:16:59.817Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:16:59.818Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:16:59.818Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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-01T06:16:59.818Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:17:09.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:17:09.270Z||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-01T06:17:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:17:09.287Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:17:09.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:17:09.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d86117c7-64ab-4d3a-ae68-82b6221a879e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385699780,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:17:09.289Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:17:09.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:17:09.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:17:09.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:17:09.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:17:09.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:17:09.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:17:09.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:17:09.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:17:09.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:17:09.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:17:09.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:17:09.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:17:09.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:17:09.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-01T06:17:09.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:17:09.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:17:09.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:17:09.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:17:09.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:17:09.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385589268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:17:09.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:17:09.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-01T06:17:09.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385708160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:17:09.291Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:17:09.365Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:17:09.366Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:17:09.367Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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-01T06:17:09.367Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:17:18.908Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:17:18.909Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:17:18.910Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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-01T06:17:18.910Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:17:28.462Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:18:09.268Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:18:09.269Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:18:09.270Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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-01T06:18:09.270Z||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-01T06:18:09.271Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:18:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:18:09.292Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:18:09.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:18:09.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385710770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:18:09.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:18:09.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:18:09.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385711958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:18:09.294Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:18:09.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:18:09.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385713009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:18:09.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:18:09.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:18:09.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385714117,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/basic_onboard_xiojfo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:18:09.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:18:09.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:18:09.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385715121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-01T06:18:09.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:18:09.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:18:09.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385716147,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/resourceInstances/basic_onboard_xiojfo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-01T06:18:09.296Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:18:09.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:18:09.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385717151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXiojfo/1.0/artifacts/service-BasicOnboardXiojfo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:18:09.296Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:18:18.818Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:19:09.268Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:19:09.269Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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-01T06:19:09.270Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:19:09.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:19:09.270Z||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-01T06:19:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:19:09.789Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:19:09.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:19:09.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f6ce241-635f-4f3c-9960-c1c54f9ac71d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651385808559,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:19:09.792Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:19:18.834Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:20:09.267Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:20:09.269Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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-01T06:20:09.269Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:20:09.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:20:09.270Z||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-01T06:20:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:20:18.811Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:20:18.811Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:21:09.267Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:21:09.268Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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-01T06:21:09.268Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:21:09.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:21:09.270Z||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-01T06:21:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:21:18.848Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:21:18.857Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:22:09.267Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:22:09.268Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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-01T06:22:09.268Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:22:09.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:22:09.270Z||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-01T06:22:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:22:18.808Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:22:18.809Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:23:09.267Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:23:09.268Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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-01T06:23:09.268Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:23:09.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:23:09.270Z||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-01T06:23:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:23:09.898Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:23:09.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "cds",
  "timestamp": 1651386140239,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:23:09.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:23:09.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "clamp",
  "timestamp": 1651386137275,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:23:09.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:23:09.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "aai-ml",
  "timestamp": 1651386142446,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:23:09.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:23:09.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386142485,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:23:09.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:23:09.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "policy-id",
  "timestamp": 1651386142813,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:23:09.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:23:09.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "cds",
  "timestamp": 1651386140239,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:23:09.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:23:09.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "clamp",
  "timestamp": 1651386137275,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:23:09.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:23:09.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "aai-ml",
  "timestamp": 1651386142446,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:23:09.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:23:09.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386142485,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:23:09.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:23:09.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "policy-id",
  "timestamp": 1651386142813,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:23:09.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:23:09.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "cds",
  "timestamp": 1651386145629,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:23:09.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:23:09.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "aai-ml",
  "timestamp": 1651386145497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:23:09.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:23:09.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "policy-id",
  "timestamp": 1651386145834,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:23:09.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:23:09.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "cds",
  "timestamp": 1651386146636,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-05-01T06:23:09.922Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:23:09.923Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.924Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f2534cf4-bc12-4923-ae73-3cfb915edfdb","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2082f29b-497a-4966-93f6-6db2d391b2c4","serviceDescription":"service","serviceInvariantUUID":"c5d1c51e-e2c6-4d4a-98fc-8be148f7b559","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"076c599e-1f90-440b-bcb2-7dc7d8df378e","resourceInvariantUUID":"323f13c4-67b3-41a4-b36f-49ffb7ebfca2","resourceCustomizationUUID":"3d084fc0-d2ca-4afe-b518-570c9a2d5767","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":"YWM2NzIxOTMzMzlmZDQwYTdlZDExZjY4MmJlZTNlMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"959f9d00-6aaf-4bfd-902c-519fcdc45050","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjM5ZmMwNmJhOTQ4MmM5MWE0ZWJjMmQyMmRlYTI5NTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a5c5f64-5391-4799-83a7-21b522225192","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01T06:23:09.927Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:23:09.928Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:23:09.932Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:23:09.932Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386189267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-01T06:23:09.946Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f2534cf4-bc12-4923-ae73-3cfb915edfdb
2022-05-01T06:23:09.948Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2534cf4-bc12-4923-ae73-3cfb915edfdb 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-01T06:23:09.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "policy-id",
  "timestamp": 1651386146839,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:23:09.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:23:09.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "policy-id",
  "timestamp": 1651386147842,
  "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-01T06:23:09.982Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f2534cf4-bc12-4923-ae73-3cfb915edfdb
2022-05-01T06:23:09.983Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2534cf4-bc12-4923-ae73-3cfb915edfdb 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-01T06:23:09.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386147545,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:23:09.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:23:09.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386147545,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:23:09.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:23:09.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "aai-ml",
  "timestamp": 1651386150915,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:23:09.995Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:23:09.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:09.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "aai-ml",
  "timestamp": 1651386151920,
  "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-01T06:23:10.001Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f2534cf4-bc12-4923-ae73-3cfb915edfdb
2022-05-01T06:23:10.001Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2534cf4-bc12-4923-ae73-3cfb915edfdb 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-01T06:23:10.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:10.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "clamp",
  "timestamp": 1651386153081,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:23:10.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:23:10.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:10.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "clamp",
  "timestamp": 1651386156083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:23:10.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:23:10.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:10.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "clamp",
  "timestamp": 1651386157088,
  "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-01T06:23:10.017Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f2534cf4-bc12-4923-ae73-3cfb915edfdb
2022-05-01T06:23:10.017Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2534cf4-bc12-4923-ae73-3cfb915edfdb 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-01T06:23:10.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:10.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386159308,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:23:10.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:23:10.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:10.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386159308,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:23:10.028Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:23:10.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:10.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386162164,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:23:10.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:23:10.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:10.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386163981,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:23:10.031Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:23:10.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-01T06:23:10.032Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386164985,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-05-01T06:23:10.034Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-01T06:23:10.035Z||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-01T06:23:10.035Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01T06:23:10.039Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f2534cf4-bc12-4923-ae73-3cfb915edfdb
2022-05-01T06:23:10.040Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f2534cf4-bc12-4923-ae73-3cfb915edfdb 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-01T06:23:10.046Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:23:10.047Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:23:10.933Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:23:10.935Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:23:10.938Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:23:10.938Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386189267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:23:11.038Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:23:11.039Z||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-01T06:23:11.040Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:23:11.062Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:23:11.063Z||pool-52-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:23:11.939Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2082f29b-497a-4966-93f6-6db2d391b2c4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c5d1c51e-e2c6-4d4a-98fc-8be148f7b559",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3d084fc0-d2ca-4afe-b518-570c9a2d5767",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "076c599e-1f90-440b-bcb2-7dc7d8df378e",
      "resourceInvariantUUID": "323f13c4-67b3-41a4-b36f-49ffb7ebfca2",
      "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": "MjM5ZmMwNmJhOTQ4MmM5MWE0ZWJjMmQyMmRlYTI5NTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a5c5f64-5391-4799-83a7-21b522225192"
    }
  ],
  "workloadContext": "Production"
}
2022-05-01T06:23:11.940Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-01T06:23:11.940Z|4f6ce241-635f-4f3c-9960-c1c54f9ac71d|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2082f29b-497a-4966-93f6-6db2d391b2c4 ASDC
2022-05-01T06:23:11.940Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f2534cf4-bc12-4923-ae73-3cfb915edfdb
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2082f29b-497a-4966-93f6-6db2d391b2c4
ServiceInvariantUUID:c5d1c51e-e2c6-4d4a-98fc-8be148f7b559
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:8a5c5f64-5391-4799-83a7-21b522225192
ArtifactChecksum:MjM5ZmMwNmJhOTQ4MmM5MWE0ZWJjMmQyMmRlYTI5NTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3d084fc0-d2ca-4afe-b518-570c9a2d5767
ResourceInvariantUUID:323f13c4-67b3-41a4-b36f-49ffb7ebfca2
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:076c599e-1f90-440b-bcb2-7dc7d8df378e
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-01T06:23:11.941Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2082f29b-497a-4966-93f6-6db2d391b2c4 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-01T06:23:11.966Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:23:11.967Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:23:11.967Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:23:11.967Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8a5c5f64-5391-4799-83a7-21b522225192 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-01T06:23:11.968Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:23:11.968Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-01T06:23:12.169Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:23:12.173Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a5c5f64-5391-4799-83a7-21b522225192 52511
2022-05-01T06:23:12.173Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||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-01T06:23:12.173Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||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-01T06:23:12.174Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:23:12.174Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:23:12.177Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:23:12.177Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386192173,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:23:12.278Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:23:12.279Z||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-01T06:23:12.279Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:23:12.291Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:23:12.292Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:23:13.179Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:23:13.180Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:23:13.180Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8a5c5f64-5391-4799-83a7-21b522225192, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-01T06:23:13.180Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-01T06:23:13.181Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-01T06:23:13.181Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-01T06:23:13.319Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2349075836217085499/Definitions/service-BasicNetwork-template.yml
2022-05-01T06:23:13.816Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-01T06:23:13.816Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:23:13.817Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-01T06:23:13.817Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-01T06:23:13.817Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||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-01T06:23:13.817Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||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-01T06:23:13.817Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||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-01T06:23:13.817Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||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-01T06:23:13.817Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-01T06:23:13.817Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||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-01T06:23:13.817Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||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-01T06:23:13.817Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||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-01T06:23:13.817Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:23:13.818Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:23:13.818Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:23:13.818Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-01T06:23:13.818Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:23:13.818Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:23:13.819Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:23:13.819Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:23:13.819Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-01T06:23:13.819Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:23:13.819Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:23:13.819Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:23:13.819Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:23:13.819Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:23:13.820Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:23:13.820Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:23:13.820Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:23:13.820Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:23:13.820Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:23:13.820Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:23:13.821Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:23:13.821Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2082f29b-497a-4966-93f6-6db2d391b2c4
Model Version:NULL
Model InvariantUuid:c5d1c51e-e2c6-4d4a-98fc-8be148f7b559
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:323f13c4-67b3-41a4-b36f-49ffb7ebfca2
Model UUID:fdea8d7c-2425-4b99-9df7-451a83c0dc31
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3d084fc0-d2ca-4afe-b518-570c9a2d5767
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-01T06:23:13.829Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 076c599e-1f90-440b-bcb2-7dc7d8df378e
2022-05-01T06:23:13.829Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||No resources found for Service: 2082f29b-497a-4966-93f6-6db2d391b2c4
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-01T06:23:13.834Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||
2022-05-01T06:23:13.835Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-01T06:23:13.836Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 2082f29b-497a-4966-93f6-6db2d391b2c4
2022-05-01T06:23:13.836Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2082f29b-497a-4966-93f6-6db2d391b2c4
2022-05-01T06:23:13.836Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-01T06:23:13.836Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||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-01T06:23:13.841Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3128ee77, org.onap.sdc.toscaparser.api.parameters.Input@6abdb713, org.onap.sdc.toscaparser.api.parameters.Input@5813271b, org.onap.sdc.toscaparser.api.parameters.Input@753ce1e5, org.onap.sdc.toscaparser.api.parameters.Input@391f263]
2022-05-01T06:23:13.843Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:23:13.843Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:23:13.843Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:23:13.843Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:23:13.844Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2082f29b-497a-4966-93f6-6db2d391b2c4: Generic NeutronNet
2022-05-01T06:23:13.844Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:23:13.844Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:23:13.844Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:23:13.844Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||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-01T06:23:13.879Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:23:13.879Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:23:13.879Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:23:13.880Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:23:13.880Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:23:13.880Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:23:13.880Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||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-01T06:23:13.934Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-01T06:23:13.934Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||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-01T06:23:13.934Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||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-01T06:23:13.934Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:23:13.935Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:23:13.937Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:23:13.937Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386193934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:23:14.037Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:23:14.038Z||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-01T06:23:14.038Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:23:14.050Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:23:14.050Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:23:14.938Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f2534cf4-bc12-4923-ae73-3cfb915edfdb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:23:14.951Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f2534cf4-bc12-4923-ae73-3cfb915edfdb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-01T06:23:14.954Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:23:14.954Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-01T06:23:14.954Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-01T06:23:14.954Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-01T06:23:14.955Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:23:14.955Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:23:14.955Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:23:14.955Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:23:14.955Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:23:14.955Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:23:14.955Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:23:14.960Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-01T06:23:44.961Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f2534cf4-bc12-4923-ae73-3cfb915edfdb 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-01T06:23:44.975Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f2534cf4-bc12-4923-ae73-3cfb915edfdb and serviceModelVersionId: 2082f29b-497a-4966-93f6-6db2d391b2c4
2022-05-01T06:23:44.976Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c5d1c51e-e2c6-4d4a-98fc-8be148f7b559
2022-05-01T06:23:44.978Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c5d1c51e-e2c6-4d4a-98fc-8be148f7b559/model-vers/model-ver/2082f29b-497a-4966-93f6-6db2d391b2c4?depth=0
2022-05-01T06:23:44.987Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-01T06:23:45.061Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5d1c51e-e2c6-4d4a-98fc-8be148f7b559/model-vers/model-ver/2082f29b-497a-4966-93f6-6db2d391b2c4?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-01T06:23:45.064Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5d1c51e-e2c6-4d4a-98fc-8be148f7b559/model-vers/model-ver/2082f29b-497a-4966-93f6-6db2d391b2c4?depth=0|INFO|500||Invoke
2022-05-01T06:23:45.093Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5d1c51e-e2c6-4d4a-98fc-8be148f7b559/model-vers/model-ver/2082f29b-497a-4966-93f6-6db2d391b2c4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-01T06:23:45.427Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5d1c51e-e2c6-4d4a-98fc-8be148f7b559/model-vers/model-ver/2082f29b-497a-4966-93f6-6db2d391b2c4?depth=0|INFO|500||InvokeReturn
2022-05-01T06:23:45.428Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5d1c51e-e2c6-4d4a-98fc-8be148f7b559/model-vers/model-ver/2082f29b-497a-4966-93f6-6db2d391b2c4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220501-06:23:44:385-11030], vertex-id=[168016], Content-Length=[0], Date=[Sun, 01 May 2022 06:23:44 GMT], Content-Type=[application/json]}
2022-05-01T06:23:45.429Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-05-01T06:23:45.429Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-01T06:23:45.429Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:23:45.436Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-01T06:23:45.437Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f2534cf4-bc12-4923-ae73-3cfb915edfdb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-01T06:23:45.437Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-01T06:23:45.438Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:23:45.440Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:23:45.441Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386225437,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:23:45.541Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:23:45.542Z||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-01T06:23:45.543Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:23:45.554Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:23:45.555Z||pool-55-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-01T06:24:09.267Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:24:09.269Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|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-01T06:24:09.269Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:24:09.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:24:09.270Z||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-01T06:24:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:24:09.393Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:24:09.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:24:09.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386189267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:24:09.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:24:09.891Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:24:09.893Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-01T06:24:09.893Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"aa284225-9a3a-4ef9-8f2d-72276e121d96","serviceName":"Demo_pNF_cPn99P8573qmLnyQIlNU","serviceVersion":"1.0","serviceUUID":"2f180eb7-f9b0-4132-bb70-9541eaebfd4f","serviceDescription":"catalog service description","serviceInvariantUUID":"ee9d8f6c-f46d-4169-aa5c-9a2a1e2d2df4","resources":[{"resourceInstanceName":"pNF 55bd7b92-5c21 0","resourceName":"pNF 55bd7b92-5c21","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ddb4478a-fc83-4a7c-b7ed-d9a09b63b9cf","resourceInvariantUUID":"8f9224cd-ace4-495f-97ca-3031a4f7896e","resourceCustomizationUUID":"2c83479c-3062-49ce-9c68-3bf7af63f1ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vf-license-model.xml","artifactChecksum":"ZjU4Mjk5ZjkzYWY0YjI0OWNhMjE2NDkwZTE2Njg1MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d4275bce-bec0-49df-8bc2-76c67b549661","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/pNF.csar","artifactChecksum":"NjQ4YzJiOTA5ZmZkN2M5YzAyNWMzMTAyZGE1YzI5Mjc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c928b4ed-eef8-4d22-93be-d5be5a2408d4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ccf62783-23b8-4656-9493-bb3c8ec2b713","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vendor-license-model.xml","artifactChecksum":"NThmYWUwMWJhOTM4M2M0Y2FhN2Y3MmVlN2NlN2E4YTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8d1c3293-8a46-469c-b578-e9fb949ddbd7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5fcae9af-ec4d-4f3a-b3e0-dd82a1250684","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d89891d2-e306-4af1-a747-53abd54deda6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCpn99p8573qmlnyqilnu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-template.yml","artifactChecksum":"MWNmOTNmZmFjMTMwZGNhYjg0OWRlYmNmZjcyZTM3Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"287579ca-6199-4a6a-accf-baed8dd43aec","artifactVersion":"1"},{"artifactName":"service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar","artifactChecksum":"ZjAyMThmOWVmOGQxZDE5NDliOGY1MmNiNjdiMjk3ZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89d59f5a-3244-4a14-bb84-d5045e8a1928","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-01T06:24:09.897Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:24:09.898Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:24:09.901Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:24:09.902Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386249267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:24:10.002Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:24:10.003Z||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-01T06:24:10.003Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:24:10.015Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:24:10.015Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:24:10.904Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:24:10.905Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:24:10.908Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:24:10.908Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386249267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:24:11.008Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:24:11.009Z||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-01T06:24:11.009Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:24:11.022Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:24:11.022Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:24:11.908Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:24:11.909Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:24:11.911Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:24:11.912Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386249267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:24:12.012Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:24:12.013Z||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-01T06:24:12.013Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:24:12.024Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:24:12.024Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:24:12.913Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:24:12.914Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:24:12.916Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:24:12.916Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386249267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:24:13.017Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:24:13.018Z||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-01T06:24:13.018Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:24:13.030Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:24:13.030Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:24:13.917Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:24:13.918Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:24:13.922Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:24:13.922Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386249267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:24:14.022Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:24:14.023Z||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-01T06:24:14.024Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:24:14.045Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:24:14.046Z||pool-60-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:24:14.922Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:24:14.924Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:24:14.926Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:24:14.926Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386249267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:24:15.026Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:24:15.027Z||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-01T06:24:15.027Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:24:15.044Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:24:15.045Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:24:15.927Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:24:15.928Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:24:15.930Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:24:15.930Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386249267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:24:16.030Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:24:16.032Z||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-01T06:24:16.032Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:24:16.045Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:24:16.046Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:24:16.931Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:24:16.932Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:24:16.934Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:24:16.934Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386249267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:24:17.035Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:24:17.035Z||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-01T06:24:17.036Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:24:17.048Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:24:17.049Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:24:17.936Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "serviceName": "Demo_pNF_cPn99P8573qmLnyQIlNU",
  "serviceVersion": "1.0",
  "serviceUUID": "2f180eb7-f9b0-4132-bb70-9541eaebfd4f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ee9d8f6c-f46d-4169-aa5c-9a2a1e2d2df4",
  "resources": [
    {
      "resourceInstanceName": "pNF 55bd7b92-5c21 0",
      "resourceCustomizationUUID": "2c83479c-3062-49ce-9c68-3bf7af63f1ef",
      "resourceName": "pNF 55bd7b92-5c21",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ddb4478a-fc83-4a7c-b7ed-d9a09b63b9cf",
      "resourceInvariantUUID": "8f9224cd-ace4-495f-97ca-3031a4f7896e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
      "artifactChecksum": "ZjAyMThmOWVmOGQxZDE5NDliOGY1MmNiNjdiMjk3ZTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "89d59f5a-3244-4a14-bb84-d5045e8a1928"
    }
  ],
  "workloadContext": "Production"
}
2022-05-01T06:24:17.936Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-01T06:24:17.936Z|f2534cf4-bc12-4923-ae73-3cfb915edfdb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2f180eb7-f9b0-4132-bb70-9541eaebfd4f ASDC
2022-05-01T06:24:17.938Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:aa284225-9a3a-4ef9-8f2d-72276e121d96
ServiceName:Demo_pNF_cPn99P8573qmLnyQIlNU
ServiceVersion:1.0
ServiceUUID:2f180eb7-f9b0-4132-bb70-9541eaebfd4f
ServiceInvariantUUID:ee9d8f6c-f46d-4169-aa5c-9a2a1e2d2df4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
ArtifactUUID:89d59f5a-3244-4a14-bb84-d5045e8a1928
ArtifactChecksum:ZjAyMThmOWVmOGQxZDE5NDliOGY1MmNiNjdiMjk3ZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 55bd7b92-5c21 0
ResourceCustomizationUUID:2c83479c-3062-49ce-9c68-3bf7af63f1ef
ResourceInvariantUUID:8f9224cd-ace4-495f-97ca-3031a4f7896e
ResourceName:pNF 55bd7b92-5c21
ResourceType:PNF
ResourceUUID:ddb4478a-fc83-4a7c-b7ed-d9a09b63b9cf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-01T06:24:17.938Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2f180eb7-f9b0-4132-bb70-9541eaebfd4f 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-01T06:24:17.970Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:24:17.971Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:24:17.971Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:24:17.971Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 89d59f5a-3244-4a14-bb84-d5045e8a1928 from URL: /sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
2022-05-01T06:24:17.971Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:24:17.972Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
2022-05-01T06:24:18.226Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:24:18.230Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar 89d59f5a-3244-4a14-bb84-d5045e8a1928 82631
2022-05-01T06:24:18.231Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar ASDC sendASDCNotification
2022-05-01T06:24:18.231Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
2022-05-01T06:24:18.231Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:24:18.231Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:24:18.237Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:24:18.238Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386258231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:24:18.337Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:24:18.338Z||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-01T06:24:18.338Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:24:18.350Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:24:18.350Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:24:19.238Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:24:19.242Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:24:19.242Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 89d59f5a-3244-4a14-bb84-d5045e8a1928, URL: /sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar to file: /app/ASDC/1/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
2022-05-01T06:24:19.242Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
2022-05-01T06:24:19.243Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
2022-05-01T06:24:19.243Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
2022-05-01T06:24:19.437Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3275853501065517666/Definitions/service-DemoPnfCpn99p8573qmlnyqilnu-template.yml
2022-05-01T06:24:20.372Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-01T06:24:20.373Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:24:20.373Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
2022-05-01T06:24:20.373Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-01T06:24:20.374Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||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-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
2022-05-01T06:24:20.374Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
2022-05-01T06:24:20.374Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||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-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
2022-05-01T06:24:20.374Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
2022-05-01T06:24:20.374Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
2022-05-01T06:24:20.375Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 55bd7b92-5c21 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-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
2022-05-01T06:24:20.375Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
2022-05-01T06:24:20.375Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:24:20.375Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:24:20.375Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cPn99P8573qmLnyQIlNU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:24:20.376Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Node template pNF 55bd7b92-5c21 0 is matching search criteria
2022-05-01T06:24:20.376Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:24:20.376Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 55bd7b92-5c21 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:24:20.377Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:24:20.377Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cPn99P8573qmLnyQIlNU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:24:20.377Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Node template pNF 55bd7b92-5c21 0 is matching search criteria
2022-05-01T06:24:20.377Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:24:20.378Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 55bd7b92-5c21 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:24:20.378Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:24:20.378Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cPn99P8573qmLnyQIlNU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:24:20.379Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:24:20.379Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cPn99P8573qmLnyQIlNU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:24:20.379Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:24:20.379Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cPn99P8573qmLnyQIlNU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:24:20.380Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:24:20.380Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cPn99P8573qmLnyQIlNU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:24:20.380Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:24:20.380Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cPn99P8573qmLnyQIlNU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:24:20.381Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_cPn99P8573qmLnyQIlNU
Description:catalog service description
Model UUID:2f180eb7-f9b0-4132-bb70-9541eaebfd4f
Model Version:NULL
Model InvariantUuid:ee9d8f6c-f46d-4169-aa5c-9a2a1e2d2df4
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-01T06:24:20.390Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: ddb4478a-fc83-4a7c-b7ed-d9a09b63b9cf
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-01T06:24:20.394Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||pNF 55bd7b92-5c21 0
2022-05-01T06:24:20.394Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ddb4478a-fc83-4a7c-b7ed-d9a09b63b9cf
2022-05-01T06:24:20.395Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 2f180eb7-f9b0-4132-bb70-9541eaebfd4f
2022-05-01T06:24:20.395Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2f180eb7-f9b0-4132-bb70-9541eaebfd4f
2022-05-01T06:24:20.395Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 55bd7b92-5c21 0 ddb4478a-fc83-4a7c-b7ed-d9a09b63b9cf 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-01T06:24:20.401Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a599e9e, org.onap.sdc.toscaparser.api.parameters.Input@32b28352, org.onap.sdc.toscaparser.api.parameters.Input@2cc9169b, org.onap.sdc.toscaparser.api.parameters.Input@6eacce7d, org.onap.sdc.toscaparser.api.parameters.Input@58370058]
2022-05-01T06:24:20.401Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:24:20.402Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cPn99P8573qmLnyQIlNU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:24:20.402Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2f180eb7-f9b0-4132-bb70-9541eaebfd4f: pNF 55bd7b92-5c21
2022-05-01T06:24:20.403Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||Processing PNF resource: ddb4478a-fc83-4a7c-b7ed-d9a09b63b9cf
2022-05-01T06:24:20.403Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:24:20.403Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_cPn99P8573qmLnyQIlNU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:24:20.404Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||Resource customization UUID: 2c83479c-3062-49ce-9c68-3bf7af63f1ef is the same as notified resource customizationUUID: 2c83479c-3062-49ce-9c68-3bf7af63f1ef
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-01T06:24:20.460Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 55bd7b92-5c21 ddb4478a-fc83-4a7c-b7ed-d9a09b63b9cf 0 ASDC deployResourceStructure
2022-05-01T06:24:20.461Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar ASDC sendASDCNotification
2022-05-01T06:24:20.462Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar
2022-05-01T06:24:20.462Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:24:20.462Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:24:20.464Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:24:20.465Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386260461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:24:20.565Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:24:20.566Z||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-01T06:24:20.566Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:24:20.579Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:24:20.579Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:24:21.466Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa284225-9a3a-4ef9-8f2d-72276e121d96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:24:21.477Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa284225-9a3a-4ef9-8f2d-72276e121d96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-01T06:24:21.479Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:24:21.479Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-01T06:24:21.480Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-01T06:24:51.480Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa284225-9a3a-4ef9-8f2d-72276e121d96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:24:51.489Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa284225-9a3a-4ef9-8f2d-72276e121d96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-01T06:24:51.491Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:24:51.491Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-01T06:24:51.491Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-01T06:25:09.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:25:09.270Z||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-01T06:25:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:25:09.296Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:25:09.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386189267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:25:09.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386192173,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:25:09.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:25:09.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386193934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:25:09.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:25:09.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "cds",
  "timestamp": 1651386215239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386207545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386207545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "cds",
  "timestamp": 1651386215239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386207545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "cds",
  "timestamp": 1651386215239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386207545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "cds",
  "timestamp": 1651386215239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386207545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "cds",
  "timestamp": 1651386215239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386219308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386207545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "cds",
  "timestamp": 1651386215239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386219308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386207545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "cds",
  "timestamp": 1651386215239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386219308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386222485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "policy-id",
  "timestamp": 1651386222813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386207545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:25:09.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "cds",
  "timestamp": 1651386215239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:25:09.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386219308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386222485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "policy-id",
  "timestamp": 1651386222813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386219308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "cds",
  "timestamp": 1651386225037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:25:09.308Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:25:09.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f2534cf4-bc12-4923-ae73-3cfb915edfdb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386225437,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:25:09.308Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:25:09.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386222485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "policy-id",
  "timestamp": 1651386222813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386219308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "cds",
  "timestamp": 1651386226043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-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-01T06:25:09.318Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aa284225-9a3a-4ef9-8f2d-72276e121d96
2022-05-01T06:25:09.318Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa284225-9a3a-4ef9-8f2d-72276e121d96 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-01T06:25:09.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386222485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "policy-id",
  "timestamp": 1651386222813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386219308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386222485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "policy-id",
  "timestamp": 1651386222813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386219308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:25:09.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386222485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:25:09.329Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "policy-id",
  "timestamp": 1651386222813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.329Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "clamp",
  "timestamp": 1651386227275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.330Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386228223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:25:09.330Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:25:09.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386222485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "policy-id",
  "timestamp": 1651386222813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "clamp",
  "timestamp": 1651386227275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.331Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386222485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "policy-id",
  "timestamp": 1651386222813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:25:09.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.332Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.332Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "clamp",
  "timestamp": 1651386227275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.333Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386230377,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:25:09.333Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:25:09.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "clamp",
  "timestamp": 1651386227275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386231514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:25:09.334Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:25:09.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.334Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "policy-id",
  "timestamp": 1651386231841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:25:09.334Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:25:09.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386231381,
  "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-01T06:25:09.340Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aa284225-9a3a-4ef9-8f2d-72276e121d96
2022-05-01T06:25:09.340Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa284225-9a3a-4ef9-8f2d-72276e121d96 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-01T06:25:09.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "clamp",
  "timestamp": 1651386227275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "policy-id",
  "timestamp": 1651386232846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:25:09.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:25:09.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386232747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-01T06:25:09.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:25:09.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "aai-ml",
  "timestamp": 1651386232446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "clamp",
  "timestamp": 1651386227275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "policy-id",
  "timestamp": 1651386233850,
  "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-01T06:25:09.353Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa284225-9a3a-4ef9-8f2d-72276e121d96
2022-05-01T06:25:09.353Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa284225-9a3a-4ef9-8f2d-72276e121d96 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-01T06:25:09.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386233751,
  "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-01T06:25:09.365Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of aa284225-9a3a-4ef9-8f2d-72276e121d96
2022-05-01T06:25:09.365Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa284225-9a3a-4ef9-8f2d-72276e121d96 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-01T06:25:09.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "aai-ml",
  "timestamp": 1651386232446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "clamp",
  "timestamp": 1651386227275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "aai-ml",
  "timestamp": 1651386232446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "clamp",
  "timestamp": 1651386227275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:25:09.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "aai-ml",
  "timestamp": 1651386232446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "aai-ml",
  "timestamp": 1651386232446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "aai-ml",
  "timestamp": 1651386232446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "aai-ml",
  "timestamp": 1651386232446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:09.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "aai-ml",
  "timestamp": 1651386232446,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:25:09.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:25:09.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "aai-ml",
  "timestamp": 1651386241318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:25:09.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:25:09.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "clamp",
  "timestamp": 1651386241097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:25:09.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:25:09.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "clamp",
  "timestamp": 1651386243107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:25:09.376Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:25:09.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "clamp",
  "timestamp": 1651386244111,
  "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-01T06:25:09.380Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aa284225-9a3a-4ef9-8f2d-72276e121d96
2022-05-01T06:25:09.380Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa284225-9a3a-4ef9-8f2d-72276e121d96 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-01T06:25:09.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "aai-ml",
  "timestamp": 1651386247323,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:25:09.387Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:25:09.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:25:09.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "aai-ml",
  "timestamp": 1651386248332,
  "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-01T06:25:09.394Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aa284225-9a3a-4ef9-8f2d-72276e121d96
2022-05-01T06:25:09.394Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa284225-9a3a-4ef9-8f2d-72276e121d96 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-01T06:25:21.492Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa284225-9a3a-4ef9-8f2d-72276e121d96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:25:21.505Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa284225-9a3a-4ef9-8f2d-72276e121d96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-01T06:25:21.511Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:25:21.511Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-01T06:25:21.511Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-01T06:25:21.511Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-01T06:25:21.512Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:25:21.512Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:25:21.512Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:25:21.512Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:25:21.512Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:25:21.512Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:25:21.512Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:25:21.512Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:25:21.517Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-01T06:25:51.517Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aa284225-9a3a-4ef9-8f2d-72276e121d96 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-01T06:25:51.522Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aa284225-9a3a-4ef9-8f2d-72276e121d96 and serviceModelVersionId: 2f180eb7-f9b0-4132-bb70-9541eaebfd4f
2022-05-01T06:25:51.522Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee9d8f6c-f46d-4169-aa5c-9a2a1e2d2df4
2022-05-01T06:25:51.523Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee9d8f6c-f46d-4169-aa5c-9a2a1e2d2df4/model-vers/model-ver/2f180eb7-f9b0-4132-bb70-9541eaebfd4f?depth=0
2022-05-01T06:25:51.527Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-01T06:25:51.572Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee9d8f6c-f46d-4169-aa5c-9a2a1e2d2df4/model-vers/model-ver/2f180eb7-f9b0-4132-bb70-9541eaebfd4f?depth=0|INFO|500||Invoke
2022-05-01T06:25:51.572Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee9d8f6c-f46d-4169-aa5c-9a2a1e2d2df4/model-vers/model-ver/2f180eb7-f9b0-4132-bb70-9541eaebfd4f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee9d8f6c-f46d-4169-aa5c-9a2a1e2d2df4/model-vers/model-ver/2f180eb7-f9b0-4132-bb70-9541eaebfd4f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aa284225-9a3a-4ef9-8f2d-72276e121d96], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f4bd27c-ace8-4f43-ac4e-9a50862a6be5], X-ECOMP-RequestID=[aa284225-9a3a-4ef9-8f2d-72276e121d96], X-TransactionId=[], X-ONAP-RequestID=[aa284225-9a3a-4ef9-8f2d-72276e121d96], Content-Type=[application/merge-patch+json]}
2022-05-01T06:25:51.593Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee9d8f6c-f46d-4169-aa5c-9a2a1e2d2df4/model-vers/model-ver/2f180eb7-f9b0-4132-bb70-9541eaebfd4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-01T06:25:51.829Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee9d8f6c-f46d-4169-aa5c-9a2a1e2d2df4/model-vers/model-ver/2f180eb7-f9b0-4132-bb70-9541eaebfd4f?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/ee9d8f6c-f46d-4169-aa5c-9a2a1e2d2df4/model-vers/model-ver/2f180eb7-f9b0-4132-bb70-9541eaebfd4f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220501-06:25:50:885-65665], vertex-id=[389152], Content-Length=[0], Date=[Sun, 01 May 2022 06:25:50 GMT], Content-Type=[application/json]}
2022-05-01T06:25:51.830Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee9d8f6c-f46d-4169-aa5c-9a2a1e2d2df4/model-vers/model-ver/2f180eb7-f9b0-4132-bb70-9541eaebfd4f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-01T06:25:51.831Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ee9d8f6c-f46d-4169-aa5c-9a2a1e2d2df4/model-vers/model-ver/2f180eb7-f9b0-4132-bb70-9541eaebfd4f?depth=0|INFO|500||InvokeReturn
2022-05-01T06:25:51.831Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-01T06:25:51.831Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:25:51.836Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-01T06:25:51.836Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aa284225-9a3a-4ef9-8f2d-72276e121d96 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-01T06:25:51.837Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-01T06:25:51.837Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:25:51.839Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:25:51.839Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386351837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:25:51.940Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:25:51.941Z||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-01T06:25:51.941Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:25:51.954Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:25:51.954Z||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-01T06:25:52.853Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:25:52.853Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|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-01T06:25:52.853Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:25:53.474Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:25:53.475Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-01T06:25:53.475Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdc1bb12-38ec-411c-b967-148e78aa2309","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"db1e1abd-160f-48b8-a2b2-f126e56b51b5","serviceDescription":"service","serviceInvariantUUID":"0c14c919-b72e-4118-9ba6-5b1bed7d28fd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7b27228f-6f8f-41ac-b22f-47bd083bc306","resourceInvariantUUID":"d741945c-c507-407c-b57d-a4159bb56c6a","resourceCustomizationUUID":"5053c545-0a9b-49f0-b921-53f91045c63b","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":"YzIxZTA1YTQzNWQwMGE4NjI3YTdmMzY1ODhkMDI1Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e406ed77-fc6c-4d7d-ba26-89d0fef0a182","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":"ZTFmNjUzMzM0OTE5YmRiYzI0ZGQyZjc1MTc2ZTlmNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4c3d6a4c-ff80-41f4-b0b4-fe0a6646c56b","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":"e3bf3e78-8c42-4b2f-8a72-243aebd54f3e","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":"e30c1b48-c21a-4442-9da8-128b946b6cc3","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":"e4c359cf-0735-4254-be44-e44b0858e781","artifactVersion":"2","generatedFromUUID":"e3bf3e78-8c42-4b2f-8a72-243aebd54f3e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"N2U1OTY5YzUyNzRkNDIxMjYwOWVjNTYzMTg2MjEwZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ac5e9f27-2c05-481a-9f4e-88bb100a0bf0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZWEyOGZiNGMzZWYxMTI2NTZhNTlkOTllZGUxYTg5N2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0fcbcbab-4515-4046-910c-054c6386630c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-01T06:25:53.478Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:25:53.478Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:25:53.480Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:25:53.480Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:53.580Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:25:53.581Z||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-01T06:25:53.581Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:25:53.591Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:25:53.592Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:25:54.481Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:25:54.482Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:25:54.484Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:25:54.484Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:25:54.584Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:25:54.585Z||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-01T06:25:54.585Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:25:54.596Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:25:54.596Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:25:55.485Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:25:55.486Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:25:55.489Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:25:55.489Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:25:55.589Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:25:55.590Z||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-01T06:25:55.590Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:25:55.601Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:25:55.603Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:25:56.490Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:25:56.491Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:25:56.493Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:25:56.493Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:56.593Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:25:56.594Z||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-01T06:25:56.594Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:25:56.605Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:25:56.606Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:25:57.493Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:25:57.494Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:25:57.496Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:25:57.496Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-01T06:25:57.596Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:25:57.597Z||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-01T06:25:57.597Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:25:57.614Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:25:57.614Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:25:58.496Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:25:58.497Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:25:58.499Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:25:58.500Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:25:58.600Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:25:58.601Z||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-01T06:25:58.601Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:25:58.609Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:25:58.610Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:25:59.500Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:25:59.502Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:25:59.504Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:25:59.504Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:25:59.604Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:25:59.605Z||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-01T06:25:59.605Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:25:59.614Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:25:59.615Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:00.505Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "db1e1abd-160f-48b8-a2b2-f126e56b51b5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0c14c919-b72e-4118-9ba6-5b1bed7d28fd",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5053c545-0a9b-49f0-b921-53f91045c63b",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7b27228f-6f8f-41ac-b22f-47bd083bc306",
      "resourceInvariantUUID": "d741945c-c507-407c-b57d-a4159bb56c6a",
      "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": "ZTFmNjUzMzM0OTE5YmRiYzI0ZGQyZjc1MTc2ZTlmNWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4c3d6a4c-ff80-41f4-b0b4-fe0a6646c56b",
          "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": "e3bf3e78-8c42-4b2f-8a72-243aebd54f3e",
          "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": "e4c359cf-0735-4254-be44-e44b0858e781",
            "generatedFromUUID": "e3bf3e78-8c42-4b2f-8a72-243aebd54f3e"
          },
          "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": "e4c359cf-0735-4254-be44-e44b0858e781",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZWEyOGZiNGMzZWYxMTI2NTZhNTlkOTllZGUxYTg5N2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0fcbcbab-4515-4046-910c-054c6386630c"
    }
  ],
  "workloadContext": "Production"
}
2022-05-01T06:26:00.506Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-01T06:26:00.506Z|aa284225-9a3a-4ef9-8f2d-72276e121d96|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 db1e1abd-160f-48b8-a2b2-f126e56b51b5 ASDC
2022-05-01T06:26:00.506Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:bdc1bb12-38ec-411c-b967-148e78aa2309
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:db1e1abd-160f-48b8-a2b2-f126e56b51b5
ServiceInvariantUUID:0c14c919-b72e-4118-9ba6-5b1bed7d28fd
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:0fcbcbab-4515-4046-910c-054c6386630c
ArtifactChecksum:ZWEyOGZiNGMzZWYxMTI2NTZhNTlkOTllZGUxYTg5N2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5053c545-0a9b-49f0-b921-53f91045c63b
ResourceInvariantUUID:d741945c-c507-407c-b57d-a4159bb56c6a
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7b27228f-6f8f-41ac-b22f-47bd083bc306
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:4c3d6a4c-ff80-41f4-b0b4-fe0a6646c56b
ArtifactChecksum:ZTFmNjUzMzM0OTE5YmRiYzI0ZGQyZjc1MTc2ZTlmNWU=
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:e3bf3e78-8c42-4b2f-8a72-243aebd54f3e
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:e4c359cf-0735-4254-be44-e44b0858e781
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:e4c359cf-0735-4254-be44-e44b0858e781
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-01T06:26:00.506Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF db1e1abd-160f-48b8-a2b2-f126e56b51b5 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-01T06:26:00.547Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:26:00.548Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:26:00.548Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:26:00.548Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0fcbcbab-4515-4046-910c-054c6386630c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-01T06:26:00.548Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:26:00.548Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-01T06:26:00.762Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:26:00.766Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0fcbcbab-4515-4046-910c-054c6386630c 71049
2022-05-01T06:26:00.766Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:00.766Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:00.766Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:26:00.767Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:00.769Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:00.769Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386360766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:00.870Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:00.871Z||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-01T06:26:00.871Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:00.880Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:00.881Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:26:01.770Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:26:01.771Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:26:01.771Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0fcbcbab-4515-4046-910c-054c6386630c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-01T06:26:01.771Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-01T06:26:01.772Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-01T06:26:01.772Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-01T06:26:01.924Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18126000919053043423/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-01T06:26:02.979Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-01T06:26:02.980Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:26:02.980Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-01T06:26:02.980Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-01T06:26:02.980Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:02.981Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:02.981Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-01T06:26:02.981Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-01T06:26:02.981Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-01T06:26:02.981Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:02.981Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-01T06:26:02.981Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:02.982Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-01T06:26:02.982Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:26:02.982Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:02.982Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:02.982Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-01T06:26:02.983Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:26:02.983Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:26:02.983Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:02.983Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:02.983Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-01T06:26:02.983Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:26:02.984Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:26:02.984Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:02.984Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:02.984Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:02.984Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-01T06:26:02.984Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-01T06:26:02.985Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-01T06:26:02.985Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-01T06:26:02.985Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-01T06:26:02.985Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-01T06:26:02.985Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:02.986Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:26:02.986Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:02.986Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-01T06:26:02.986Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:26:02.986Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:02.987Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-01T06:26:02.987Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:26:02.987Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:02.987Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-01T06:26:02.987Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:26:02.987Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:02.988Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-01T06:26:02.988Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-01T06:26:02.988Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-01T06:26:02.988Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9570d64d-1a74-4258-8a5e-caf8705f4d11
2022-05-01T06:26:02.988Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:02.988Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:02.989Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:02.989Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:02.989Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:02.989Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:02.989Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:02.989Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:02.990Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:db1e1abd-160f-48b8-a2b2-f126e56b51b5
Model Version:NULL
Model InvariantUuid:0c14c919-b72e-4118-9ba6-5b1bed7d28fd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a447e4cd-5d72-442f-aebf-ceeab3e074fe
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d741945c-c507-407c-b57d-a4159bb56c6a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5053c545-0a9b-49f0-b921-53f91045c63b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b143ddcf-6c19-463d-be6c-b54548ed9adb
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:11503ca0-35ec-4f7e-be56-2faee2f35d61
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9570d64d-1a74-4258-8a5e-caf8705f4d11
ModelInvariantUuid:3e463eac-0a64-4298-9f36-ea20662f380e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:3b38baae-0f5e-49c1-a066-b320dc5c9bda
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c8bc5bcc-ae3f-47a6-960b-764e9fd89665
ModelInvariantUuid:fafeaf6e-d2cb-4de2-9b34-ecbec5a4011e
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2b0ca94c-e664-47ba-ad35-eb51432ba7d9
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-01T06:26:02.998Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7b27228f-6f8f-41ac-b22f-47bd083bc306
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-01T06:26:03.001Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-05-01T06:26:03.002Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7b27228f-6f8f-41ac-b22f-47bd083bc306
2022-05-01T06:26:03.002Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4c3d6a4c-ff80-41f4-b0b4-fe0a6646c56b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-01T06:26:03.002Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:26:03.002Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:03.048Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:26:03.048Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 4c3d6a4c-ff80-41f4-b0b4-fe0a6646c56b 787
2022-05-01T06:26:03.049Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:03.049Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:03.049Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:26:03.049Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:03.052Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:03.052Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386363049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:03.152Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:03.153Z||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-01T06:26:03.154Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:03.163Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:03.163Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:04.053Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b143ddcf-6c19-463d-be6c-b54548ed9adb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "11503ca0-35ec-4f7e-be56-2faee2f35d61",
    "vfModuleModelCustomizationUUID": "09fd7c8e-ff8a-4f81-af8f-d7bdf54bc1c9",
    "isBase": true,
    "artifacts": [
      "e3bf3e78-8c42-4b2f-8a72-243aebd54f3e",
      "e4c359cf-0735-4254-be44-e44b0858e781"
    ],
    "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-01T06:26:04.060Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:11503ca0-35ec-4f7e-be56-2faee2f35d61
VfModuleModelInvariantUUID:b143ddcf-6c19-463d-be6c-b54548ed9adb
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3bf3e78-8c42-4b2f-8a72-243aebd54f3e
,
e4c359cf-0735-4254-be44-e44b0858e781

}
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-01T06:26:04.061Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b143ddcf-6c19-463d-be6c-b54548ed9adb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "11503ca0-35ec-4f7e-be56-2faee2f35d61",
    "vfModuleModelCustomizationUUID": "09fd7c8e-ff8a-4f81-af8f-d7bdf54bc1c9",
    "isBase": true,
    "artifacts": [
      "e3bf3e78-8c42-4b2f-8a72-243aebd54f3e",
      "e4c359cf-0735-4254-be44-e44b0858e781"
    ],
    "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-01T06:26:04.062Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:11503ca0-35ec-4f7e-be56-2faee2f35d61
VfModuleModelInvariantUUID:b143ddcf-6c19-463d-be6c-b54548ed9adb
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3bf3e78-8c42-4b2f-8a72-243aebd54f3e
,
e4c359cf-0735-4254-be44-e44b0858e781

}
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-01T06:26:04.062Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e3bf3e78-8c42-4b2f-8a72-243aebd54f3e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-01T06:26:04.062Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:26:04.063Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:04.182Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:26:04.182Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e3bf3e78-8c42-4b2f-8a72-243aebd54f3e 5033
2022-05-01T06:26:04.183Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:04.183Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:04.183Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:26:04.183Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:04.185Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:04.185Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386364183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:04.286Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:26:04.286Z||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-01T06:26:04.287Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:04.296Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:04.296Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:26:05.186Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e4c359cf-0735-4254-be44-e44b0858e781 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-01T06:26:05.187Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:26:05.187Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:05.374Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:26:05.375Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e4c359cf-0735-4254-be44-e44b0858e781 903
2022-05-01T06:26:05.375Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:05.375Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:05.375Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:26:05.375Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:05.378Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:05.378Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386365375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:05.478Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:05.479Z||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-01T06:26:05.479Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:05.492Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:05.492Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:06.378Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: db1e1abd-160f-48b8-a2b2-f126e56b51b5
2022-05-01T06:26:06.379Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7b27228f-6f8f-41ac-b22f-47bd083bc306 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-01T06:26:06.396Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36928b0e, org.onap.sdc.toscaparser.api.parameters.Input@16416675, org.onap.sdc.toscaparser.api.parameters.Input@69241d2c, org.onap.sdc.toscaparser.api.parameters.Input@5dc06f2, org.onap.sdc.toscaparser.api.parameters.Input@27b427bc]
2022-05-01T06:26:06.398Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:06.398Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:06.399Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-05-01T06:26:06.399Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5053c545-0a9b-49f0-b921-53f91045c63b
2022-05-01T06:26:06.399Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5053c545-0a9b-49f0-b921-53f91045c63b matches Tosca VF Customization UUID: 5053c545-0a9b-49f0-b921-53f91045c63b
2022-05-01T06:26:06.399Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5053c545-0a9b-49f0-b921-53f91045c63b  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-01T06:26:06.404Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:06.404Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:06.405Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5053c545-0a9b-49f0-b921-53f91045c63b: {\"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-01T06:26:06.405Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16514be4
2022-05-01T06:26:06.406Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:06.406Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:26:06.407Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 09fd7c8e-ff8a-4f81-af8f-d7bdf54bc1c9
2022-05-01T06:26:06.407Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 09fd7c8e-ff8a-4f81-af8f-d7bdf54bc1c9
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-01T06:26:06.410Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:06.410Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-01T06:26:06.410Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:26:06.411Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:06.411Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-01T06:26:06.411Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:26:06.412Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:06.412Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-01T06:26:06.413Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-01T06:26:06.413Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-01T06:26:06.413Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9570d64d-1a74-4258-8a5e-caf8705f4d11
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-01T06:26:06.416Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:06.416Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-01T06:26:06.416Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:26:06.417Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:06.417Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-01T06:26:06.417Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5053c545-0a9b-49f0-b921-53f91045c63b
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-01T06:26:06.419Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:06.420Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:06.420Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid db1e1abd-160f-48b8-a2b2-f126e56b51b5: basic_vm
2022-05-01T06:26:06.420Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:06.421Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:06.421Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:06.421Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:06.421Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:06.421Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:06.422Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:06.422Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:06.422Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:06.423Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:06.423Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:06.507Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7b27228f-6f8f-41ac-b22f-47bd083bc306 1 ASDC deployResourceStructure
2022-05-01T06:26:06.507Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:06.507Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:06.508Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:26:06.508Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:06.510Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:06.510Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386366507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:26:06.611Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:06.612Z||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-01T06:26:06.612Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:06.620Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:06.621Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:07.511Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:07.512Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:07.512Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:26:07.512Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:07.514Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:07.514Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386367511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-01T06:26:07.614Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:07.615Z||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-01T06:26:07.615Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:07.626Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:07.626Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:08.515Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:08.515Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:08.515Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:26:08.515Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:08.517Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:08.517Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386368514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-01T06:26:08.618Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:08.619Z||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-01T06:26:08.619Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:08.631Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:08.631Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:09.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:26:09.270Z||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-01T06:26:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:09.285Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:09.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386249267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386249267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386249267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386249267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386249267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386249267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/resourceInstances/pnf55bd7b925c210/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386249267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386249267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386258231,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386249308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "clamp",
  "timestamp": 1651386257276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386249308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "clamp",
  "timestamp": 1651386257276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386260461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCpn99p8573qmlnyqilnu/1.0/artifacts/service-DemoPnfCpn99p8573qmlnyqilnu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:26:09.302Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "cds",
  "timestamp": 1651386260239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386249308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "clamp",
  "timestamp": 1651386257276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "cds",
  "timestamp": 1651386260239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "clamp",
  "timestamp": 1651386257276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386249308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "cds",
  "timestamp": 1651386260239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "clamp",
  "timestamp": 1651386257276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386249308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "aai-ml",
  "timestamp": 1651386262446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386262485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "policy-id",
  "timestamp": 1651386262813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "cds",
  "timestamp": 1651386260239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "clamp",
  "timestamp": 1651386257276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386249308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "aai-ml",
  "timestamp": 1651386262446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386262485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "policy-id",
  "timestamp": 1651386262813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "cds",
  "timestamp": 1651386260239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "clamp",
  "timestamp": 1651386257276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386249308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "aai-ml",
  "timestamp": 1651386262446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "policy-id",
  "timestamp": 1651386262813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386262485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "cds",
  "timestamp": 1651386260239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "aai-ml",
  "timestamp": 1651386262446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386262485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "policy-id",
  "timestamp": 1651386262813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "cds",
  "timestamp": 1651386260239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386266135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.309Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "aai-ml",
  "timestamp": 1651386262446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386262485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "policy-id",
  "timestamp": 1651386262813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "cds",
  "timestamp": 1651386268347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.310Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386267545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "aai-ml",
  "timestamp": 1651386262446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386262485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "policy-id",
  "timestamp": 1651386262813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "cds",
  "timestamp": 1651386269352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:26:09.319Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdc1bb12-38ec-411c-b967-148e78aa2309
2022-05-01T06:26:09.319Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdc1bb12-38ec-411c-b967-148e78aa2309 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-01T06:26:09.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386267545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "aai-ml",
  "timestamp": 1651386262446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386268725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:26:09.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386262485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "policy-id",
  "timestamp": 1651386262813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "cds",
  "timestamp": 1651386260239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386267545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386269728,
  "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-01T06:26:09.332Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdc1bb12-38ec-411c-b967-148e78aa2309
2022-05-01T06:26:09.332Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdc1bb12-38ec-411c-b967-148e78aa2309 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-01T06:26:09.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386262485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "aai-ml",
  "timestamp": 1651386270310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.340Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "policy-id",
  "timestamp": 1651386270661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "cds",
  "timestamp": 1651386260239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386267545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386262485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "policy-id",
  "timestamp": 1651386271666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:26:09.342Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "cds",
  "timestamp": 1651386260239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386267545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386262485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "policy-id",
  "timestamp": 1651386272670,
  "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-01T06:26:09.348Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdc1bb12-38ec-411c-b967-148e78aa2309
2022-05-01T06:26:09.348Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdc1bb12-38ec-411c-b967-148e78aa2309 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-01T06:26:09.357Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "cds",
  "timestamp": 1651386260239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.358Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386267545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.358Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386262485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.358Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "policy-id",
  "timestamp": 1651386262813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "cds",
  "timestamp": 1651386260239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386267545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386262485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "policy-id",
  "timestamp": 1651386262813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.360Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "cds",
  "timestamp": 1651386260239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.362Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386275370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.362Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386262485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "policy-id",
  "timestamp": 1651386262813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "cds",
  "timestamp": 1651386260239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386262485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.363Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "policy-id",
  "timestamp": 1651386262813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386276653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.364Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "cds",
  "timestamp": 1651386260239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386262485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "policy-id",
  "timestamp": 1651386262813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "clamp",
  "timestamp": 1651386277105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.366Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386277960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.366Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "cds",
  "timestamp": 1651386260239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386262485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "policy-id",
  "timestamp": 1651386262813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386278988,
  "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-01T06:26:09.373Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdc1bb12-38ec-411c-b967-148e78aa2309
2022-05-01T06:26:09.373Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdc1bb12-38ec-411c-b967-148e78aa2309 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-01T06:26:09.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "aai-ml",
  "timestamp": 1651386278819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:26:09.380Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "cds",
  "timestamp": 1651386279769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.380Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "policy-id",
  "timestamp": 1651386262813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.380Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "clamp",
  "timestamp": 1651386279121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:26:09.381Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386279992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:26:09.381Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.381Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.381Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "aai-ml",
  "timestamp": 1651386279823,
  "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-01T06:26:09.385Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdc1bb12-38ec-411c-b967-148e78aa2309
2022-05-01T06:26:09.385Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdc1bb12-38ec-411c-b967-148e78aa2309 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-01T06:26:09.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386279308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "cds",
  "timestamp": 1651386280776,
  "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-01T06:26:09.416Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a62273f2-8ff4-4370-95bd-1bbf134266a7
2022-05-01T06:26:09.416Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a62273f2-8ff4-4370-95bd-1bbf134266a7 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-01T06:26:09.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "policy-id",
  "timestamp": 1651386262813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "clamp",
  "timestamp": 1651386280126,
  "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-01T06:26:09.440Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bdc1bb12-38ec-411c-b967-148e78aa2309
2022-05-01T06:26:09.440Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdc1bb12-38ec-411c-b967-148e78aa2309 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-01T06:26:09.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386267545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "aai-ml",
  "timestamp": 1651386262446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386279308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "policy-id",
  "timestamp": 1651386262813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386267545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "aai-ml",
  "timestamp": 1651386262446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "cds",
  "timestamp": 1651386281782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386279308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "policy-id",
  "timestamp": 1651386282785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386267545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "aai-ml",
  "timestamp": 1651386262446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "cds",
  "timestamp": 1651386281782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386282485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386279308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "policy-id",
  "timestamp": 1651386283790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:26:09.458Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.458Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386267545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.458Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "aai-ml",
  "timestamp": 1651386262446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "cds",
  "timestamp": 1651386281782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386282485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.459Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386279308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.459Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.459Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.460Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "policy-id",
  "timestamp": 1651386284793,
  "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-01T06:26:09.466Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a62273f2-8ff4-4370-95bd-1bbf134266a7
2022-05-01T06:26:09.466Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a62273f2-8ff4-4370-95bd-1bbf134266a7 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-01T06:26:09.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386267545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.476Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "aai-ml",
  "timestamp": 1651386262446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.477Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "cds",
  "timestamp": 1651386281782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.477Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.477Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386282485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.478Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386279308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.478Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.478Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386267545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.479Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "aai-ml",
  "timestamp": 1651386262446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.479Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.479Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "cds",
  "timestamp": 1651386281782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.480Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.480Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386282485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.480Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.481Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386279308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386267545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "aai-ml",
  "timestamp": 1651386262446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "cds",
  "timestamp": 1651386281782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386282485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386279308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "clamp",
  "timestamp": 1651386287276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386267545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "aai-ml",
  "timestamp": 1651386262446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "cds",
  "timestamp": 1651386281782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386282485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386279308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "clamp",
  "timestamp": 1651386287276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386267545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "aai-ml",
  "timestamp": 1651386262446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "cds",
  "timestamp": 1651386281782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386282485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386289023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.491Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "clamp",
  "timestamp": 1651386287276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386290241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.492Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386282485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "aai-ml",
  "timestamp": 1651386290127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "cds",
  "timestamp": 1651386291039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.494Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "clamp",
  "timestamp": 1651386287276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386291449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.495Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "clamp",
  "timestamp": 1651386287276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386291788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:26:09.496Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386292543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.496Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "clamp",
  "timestamp": 1651386287276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "cds",
  "timestamp": 1651386293280,
  "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-01T06:26:09.511Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5d94b130-0178-4130-8bac-a8b769008cf6
2022-05-01T06:26:09.511Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d94b130-0178-4130-8bac-a8b769008cf6 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-01T06:26:09.518Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:09.519Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||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-01T06:26:09.519Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:26:09.520Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:09.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386292798,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-05-01T06:26:09.521Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:09.522Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386369518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01T06:26:09.529Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a62273f2-8ff4-4370-95bd-1bbf134266a7
2022-05-01T06:26:09.529Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a62273f2-8ff4-4370-95bd-1bbf134266a7 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-01T06:26:09.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386293919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.539Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "clamp",
  "timestamp": 1651386287276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "policy-id",
  "timestamp": 1651386294954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.539Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "clamp",
  "timestamp": 1651386287276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386294974,
  "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-01T06:26:09.545Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a62273f2-8ff4-4370-95bd-1bbf134266a7
2022-05-01T06:26:09.545Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a62273f2-8ff4-4370-95bd-1bbf134266a7 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-01T06:26:09.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "policy-id",
  "timestamp": 1651386295959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:26:09.552Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "clamp",
  "timestamp": 1651386287276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386295978,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:26:09.552Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "policy-id",
  "timestamp": 1651386296962,
  "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-01T06:26:09.557Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d94b130-0178-4130-8bac-a8b769008cf6
2022-05-01T06:26:09.557Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d94b130-0178-4130-8bac-a8b769008cf6 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-01T06:26:09.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "aai-ml",
  "timestamp": 1651386300438,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:26:09.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "aai-ml",
  "timestamp": 1651386301442,
  "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-01T06:26:09.574Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a62273f2-8ff4-4370-95bd-1bbf134266a7
2022-05-01T06:26:09.575Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a62273f2-8ff4-4370-95bd-1bbf134266a7 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-01T06:26:09.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.582Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.582Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.582Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.583Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.583Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.583Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386302485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.584Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.585Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.585Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386302485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386302485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "cds",
  "timestamp": 1651386305468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386305863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.589Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386302485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "cds",
  "timestamp": 1651386306795,
  "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-01T06:26:09.606Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 05b618ca-57aa-41c4-b824-efc4bfb7116a
2022-05-01T06:26:09.607Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05b618ca-57aa-41c4-b824-efc4bfb7116a 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-01T06:26:09.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386302485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "policy-id",
  "timestamp": 1651386285798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:09.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386307263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386302485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "policy-id",
  "timestamp": 1651386308279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.617Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386308471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "clamp",
  "timestamp": 1651386308111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:09.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:26:09.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:26:09.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386302485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:09.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:26:09.624Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-01T06:26:09.625Z||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-01T06:26:09.625Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:09.637Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:09.638Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:26:10.523Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdc1bb12-38ec-411c-b967-148e78aa2309
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:26:10.534Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdc1bb12-38ec-411c-b967-148e78aa2309
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-01T06:26:10.536Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:26:10.536Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-01T06:26:10.537Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-01T06:26:10.537Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-01T06:26:10.537Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:26:10.537Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:26:10.537Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:26:10.537Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:26:10.538Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:26:10.538Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:26:10.538Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:26:10.543Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-01T06:26:40.543Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bdc1bb12-38ec-411c-b967-148e78aa2309 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-01T06:26:40.552Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdc1bb12-38ec-411c-b967-148e78aa2309 and serviceModelVersionId: db1e1abd-160f-48b8-a2b2-f126e56b51b5
2022-05-01T06:26:40.553Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c14c919-b72e-4118-9ba6-5b1bed7d28fd
2022-05-01T06:26:40.554Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c14c919-b72e-4118-9ba6-5b1bed7d28fd/model-vers/model-ver/db1e1abd-160f-48b8-a2b2-f126e56b51b5?depth=0
2022-05-01T06:26:40.559Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-01T06:26:40.607Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c14c919-b72e-4118-9ba6-5b1bed7d28fd/model-vers/model-ver/db1e1abd-160f-48b8-a2b2-f126e56b51b5?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-01T06:26:40.609Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c14c919-b72e-4118-9ba6-5b1bed7d28fd/model-vers/model-ver/db1e1abd-160f-48b8-a2b2-f126e56b51b5?depth=0|INFO|500||Invoke
2022-05-01T06:26:40.628Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c14c919-b72e-4118-9ba6-5b1bed7d28fd/model-vers/model-ver/db1e1abd-160f-48b8-a2b2-f126e56b51b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-01T06:26:40.967Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c14c919-b72e-4118-9ba6-5b1bed7d28fd/model-vers/model-ver/db1e1abd-160f-48b8-a2b2-f126e56b51b5?depth=0|INFO|500||InvokeReturn
2022-05-01T06:26:40.968Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c14c919-b72e-4118-9ba6-5b1bed7d28fd/model-vers/model-ver/db1e1abd-160f-48b8-a2b2-f126e56b51b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220501-06:26:39:917-96531], vertex-id=[245760], Content-Length=[0], Date=[Sun, 01 May 2022 06:26:39 GMT], Content-Type=[application/json]}
2022-05-01T06:26:40.968Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-05-01T06:26:40.968Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-01T06:26:40.969Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:26:40.973Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-01T06:26:40.974Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdc1bb12-38ec-411c-b967-148e78aa2309 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-01T06:26:40.974Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-01T06:26:40.975Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:40.977Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:40.978Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386400974,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:26:41.078Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:41.079Z||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-01T06:26:41.079Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:41.092Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:41.093Z||pool-82-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-01T06:26:41.993Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-01T06:26:41.993Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a62273f2-8ff4-4370-95bd-1bbf134266a7","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f02d60f5-e55c-4d23-afd0-e4ee9bed6536","serviceDescription":"service","serviceInvariantUUID":"183a1e97-33c1-4efd-961f-6bd3a58e6196","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"56428a94-2afb-4cf3-b779-ef2135e6a66d","resourceInvariantUUID":"47fd9f05-ae3b-4b17-9365-4005465bac4c","resourceCustomizationUUID":"c1c745fa-7893-4ea6-bba7-6bf5f1b1fe10","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":"OTMwYTQ1NzRjM2ExYzAzZmMxM2JhZTQ0NWY3MTY3Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c9abd8e3-121b-471d-bb0c-d5f3ec6f0263","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":"d29587ae-eac2-4a67-8938-74757927cab1","artifactVersion":"2","generatedFromUUID":"b4c0e8c3-e5f3-4908-9ad9-6b116d8b1401"},{"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":"b4c0e8c3-e5f3-4908-9ad9-6b116d8b1401","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":"MTEzZjhlODI3NTkwZTY5ZjNhMGFmZWM4MmNiNTY3NWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ec4f6278-d7f5-4040-9c2d-eb0454085f3f","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":"1c083a3b-d6b3-4ca5-9d7d-1a55ec4b2611","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":"5ba5cc38-1d16-461e-9a68-948545e53b14","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":"7c687ddc-5f0d-470d-8de2-59bb56980741","artifactVersion":"2","generatedFromUUID":"1c083a3b-d6b3-4ca5-9d7d-1a55ec4b2611"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTk1ZmYzOWQ2Y2U3ZTM0NGQyNzc1NWU0NDQ3NWY1MWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5ac8bd1-bd6c-4221-8f81-cc4a559a2dba","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZDY3OTExZmI5MGIyODM4MDhiNzgxMTc0MDdiYjY0ZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ecd96b3c-564d-4b61-872e-4a908badd9ee","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-01T06:26:41.994Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:26:41.994Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:41.996Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:41.996Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:42.096Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:42.097Z||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-01T06:26:42.097Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:42.114Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:42.114Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:42.997Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:26:42.997Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:42.999Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:42.999Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-01T06:26:43.100Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:43.101Z||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-01T06:26:43.101Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:43.113Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:43.114Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:44.000Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:26:44.001Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:44.003Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:44.003Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-01T06:26:44.103Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:44.105Z||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-01T06:26:44.105Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:44.136Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:44.137Z||pool-85-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:26:45.004Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:26:45.005Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:45.008Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:45.008Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:26:45.108Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:45.109Z||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-01T06:26:45.109Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:45.134Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:45.134Z||pool-86-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:46.008Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:26:46.009Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:46.011Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:46.012Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:26:46.112Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:46.113Z||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-01T06:26:46.113Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:46.155Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:46.156Z||pool-87-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:47.012Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:26:47.013Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:47.016Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:47.016Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:47.116Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:47.117Z||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-01T06:26:47.118Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:47.161Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:47.162Z||pool-88-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:48.017Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:26:48.018Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:48.020Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:48.020Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-01T06:26:48.120Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:48.121Z||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-01T06:26:48.121Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:48.154Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:48.155Z||pool-89-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:49.020Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:26:49.021Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:49.023Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:49.023Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:26:49.123Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:49.124Z||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-01T06:26:49.124Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:49.140Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:49.140Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:50.025Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:26:50.026Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:50.029Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:50.029Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:26:50.129Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:50.131Z||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-01T06:26:50.131Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:50.144Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:50.145Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:26:51.031Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "f02d60f5-e55c-4d23-afd0-e4ee9bed6536",
  "serviceDescription": "service",
  "serviceInvariantUUID": "183a1e97-33c1-4efd-961f-6bd3a58e6196",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "c1c745fa-7893-4ea6-bba7-6bf5f1b1fe10",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "56428a94-2afb-4cf3-b779-ef2135e6a66d",
      "resourceInvariantUUID": "47fd9f05-ae3b-4b17-9365-4005465bac4c",
      "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": "d29587ae-eac2-4a67-8938-74757927cab1",
          "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": "b4c0e8c3-e5f3-4908-9ad9-6b116d8b1401",
          "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": "MTEzZjhlODI3NTkwZTY5ZjNhMGFmZWM4MmNiNTY3NWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ec4f6278-d7f5-4040-9c2d-eb0454085f3f",
          "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": "1c083a3b-d6b3-4ca5-9d7d-1a55ec4b2611",
          "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": "7c687ddc-5f0d-470d-8de2-59bb56980741",
            "generatedFromUUID": "1c083a3b-d6b3-4ca5-9d7d-1a55ec4b2611"
          },
          "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": "7c687ddc-5f0d-470d-8de2-59bb56980741",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZDY3OTExZmI5MGIyODM4MDhiNzgxMTc0MDdiYjY0ZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ecd96b3c-564d-4b61-872e-4a908badd9ee"
    }
  ],
  "workloadContext": "Production"
}
2022-05-01T06:26:51.031Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-01T06:26:51.031Z|bdc1bb12-38ec-411c-b967-148e78aa2309|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f02d60f5-e55c-4d23-afd0-e4ee9bed6536 ASDC
2022-05-01T06:26:51.032Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a62273f2-8ff4-4370-95bd-1bbf134266a7
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:f02d60f5-e55c-4d23-afd0-e4ee9bed6536
ServiceInvariantUUID:183a1e97-33c1-4efd-961f-6bd3a58e6196
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:ecd96b3c-564d-4b61-872e-4a908badd9ee
ArtifactChecksum:ZDY3OTExZmI5MGIyODM4MDhiNzgxMTc0MDdiYjY0ZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:c1c745fa-7893-4ea6-bba7-6bf5f1b1fe10
ResourceInvariantUUID:47fd9f05-ae3b-4b17-9365-4005465bac4c
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:56428a94-2afb-4cf3-b779-ef2135e6a66d
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:d29587ae-eac2-4a67-8938-74757927cab1
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:b4c0e8c3-e5f3-4908-9ad9-6b116d8b1401
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:ec4f6278-d7f5-4040-9c2d-eb0454085f3f
ArtifactChecksum:MTEzZjhlODI3NTkwZTY5ZjNhMGFmZWM4MmNiNTY3NWM=
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:1c083a3b-d6b3-4ca5-9d7d-1a55ec4b2611
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:7c687ddc-5f0d-470d-8de2-59bb56980741
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:7c687ddc-5f0d-470d-8de2-59bb56980741
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-01T06:26:51.032Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f02d60f5-e55c-4d23-afd0-e4ee9bed6536 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-01T06:26:51.063Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:26:51.064Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:26:51.064Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:26:51.065Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ecd96b3c-564d-4b61-872e-4a908badd9ee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-01T06:26:51.065Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:26:51.065Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-01T06:26:51.250Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:26:51.254Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ecd96b3c-564d-4b61-872e-4a908badd9ee 68950
2022-05-01T06:26:51.255Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:51.255Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:51.255Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:26:51.255Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:51.257Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:51.258Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386411255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:51.358Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:51.359Z||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-01T06:26:51.359Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:51.372Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:51.373Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:26:52.258Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:26:52.261Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:26:52.261Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ecd96b3c-564d-4b61-872e-4a908badd9ee, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-01T06:26:52.261Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-01T06:26:52.262Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-01T06:26:52.262Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-01T06:26:52.434Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2406031394406966868/Definitions/service-BasicCnf-template.yml
2022-05-01T06:26:53.463Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-01T06:26:53.464Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:26:53.464Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-01T06:26:53.465Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-01T06:26:53.465Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:53.465Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:53.465Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-01T06:26:53.465Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:53.466Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:26:53.466Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:53.466Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:53.466Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-01T06:26:53.467Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:26:53.467Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:26:53.467Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:53.467Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:53.468Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-01T06:26:53.468Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:26:53.468Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:26:53.468Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:53.469Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:53.469Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:53.469Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-01T06:26:53.469Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-01T06:26:53.470Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-01T06:26:53.470Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-01T06:26:53.470Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:53.470Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:26:53.471Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:53.471Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-01T06:26:53.471Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:26:53.472Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:53.472Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-01T06:26:53.472Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:26:53.472Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:53.473Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-01T06:26:53.473Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:26:53.473Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:53.473Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-01T06:26:53.474Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-01T06:26:53.474Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0e30ff7d-34e6-4535-bdaa-79944cc5c063
2022-05-01T06:26:53.474Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:53.474Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:53.475Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:53.475Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:53.475Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:53.475Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:53.476Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:53.476Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:53.476Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:f02d60f5-e55c-4d23-afd0-e4ee9bed6536
Model Version:NULL
Model InvariantUuid:183a1e97-33c1-4efd-961f-6bd3a58e6196
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:95555975-4add-4d57-8513-f0a12db16fc3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:47fd9f05-ae3b-4b17-9365-4005465bac4c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c1c745fa-7893-4ea6-bba7-6bf5f1b1fe10
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f83c2d24-0b38-4117-a8e6-19d89339d9cb
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:28ce29ea-2d11-4991-b49c-99d415bbdbd3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0e30ff7d-34e6-4535-bdaa-79944cc5c063
ModelInvariantUuid:5930db5b-9ae9-45b3-98b6-10eefca78197
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:25a7b608-3053-406a-a619-66a9eeb269c0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:467ff536-25fb-485c-8b97-93c764850672
ModelInvariantUuid:fca7cbbc-8205-45f5-b7ed-642f92217f1f
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:c43df7a7-0306-48aa-a5c8-d7bdaaefa8de
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-01T06:26:53.483Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 56428a94-2afb-4cf3-b779-ef2135e6a66d
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-01T06:26:53.485Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||basic_cnf 0
2022-05-01T06:26:53.485Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 56428a94-2afb-4cf3-b779-ef2135e6a66d
2022-05-01T06:26:53.485Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d29587ae-eac2-4a67-8938-74757927cab1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-01T06:26:53.485Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:26:53.486Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:53.759Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:26:53.760Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d29587ae-eac2-4a67-8938-74757927cab1 12
2022-05-01T06:26:53.760Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:53.760Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:53.761Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:26:53.761Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:53.763Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:53.764Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386413760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:53.864Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:53.865Z||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-01T06:26:53.865Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:53.878Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:53.878Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:54.764Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b4c0e8c3-e5f3-4908-9ad9-6b116d8b1401 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-01T06:26:54.765Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:26:54.765Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:55.132Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:26:55.133Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b4c0e8c3-e5f3-4908-9ad9-6b116d8b1401 2688
2022-05-01T06:26:55.133Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:55.133Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:55.133Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:26:55.133Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:55.135Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:55.135Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386415133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:55.235Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:55.237Z||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-01T06:26:55.237Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:55.252Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:55.253Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:56.137Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ec4f6278-d7f5-4040-9c2d-eb0454085f3f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-01T06:26:56.138Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:26:56.138Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:56.346Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:26:56.346Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ec4f6278-d7f5-4040-9c2d-eb0454085f3f 828
2022-05-01T06:26:56.347Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:56.347Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:56.347Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:26:56.348Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:56.350Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:56.350Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386416347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:56.450Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:26:56.451Z||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-01T06:26:56.451Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:56.489Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:56.489Z||pool-95-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:57.351Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "f83c2d24-0b38-4117-a8e6-19d89339d9cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "28ce29ea-2d11-4991-b49c-99d415bbdbd3",
    "vfModuleModelCustomizationUUID": "527ab4d0-79ce-4ed8-bee8-95943d60b890",
    "isBase": true,
    "artifacts": [
      "1c083a3b-d6b3-4ca5-9d7d-1a55ec4b2611",
      "b4c0e8c3-e5f3-4908-9ad9-6b116d8b1401",
      "7c687ddc-5f0d-470d-8de2-59bb56980741"
    ],
    "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-01T06:26:57.354Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:28ce29ea-2d11-4991-b49c-99d415bbdbd3
VfModuleModelInvariantUUID:f83c2d24-0b38-4117-a8e6-19d89339d9cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c083a3b-d6b3-4ca5-9d7d-1a55ec4b2611
,
b4c0e8c3-e5f3-4908-9ad9-6b116d8b1401
,
7c687ddc-5f0d-470d-8de2-59bb56980741

}
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-01T06:26:57.356Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "f83c2d24-0b38-4117-a8e6-19d89339d9cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "28ce29ea-2d11-4991-b49c-99d415bbdbd3",
    "vfModuleModelCustomizationUUID": "527ab4d0-79ce-4ed8-bee8-95943d60b890",
    "isBase": true,
    "artifacts": [
      "1c083a3b-d6b3-4ca5-9d7d-1a55ec4b2611",
      "b4c0e8c3-e5f3-4908-9ad9-6b116d8b1401",
      "7c687ddc-5f0d-470d-8de2-59bb56980741"
    ],
    "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-01T06:26:57.356Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:28ce29ea-2d11-4991-b49c-99d415bbdbd3
VfModuleModelInvariantUUID:f83c2d24-0b38-4117-a8e6-19d89339d9cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
1c083a3b-d6b3-4ca5-9d7d-1a55ec4b2611
,
b4c0e8c3-e5f3-4908-9ad9-6b116d8b1401
,
7c687ddc-5f0d-470d-8de2-59bb56980741

}
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-01T06:26:57.356Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1c083a3b-d6b3-4ca5-9d7d-1a55ec4b2611 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-01T06:26:57.356Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:26:57.356Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:57.667Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:26:57.668Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 1c083a3b-d6b3-4ca5-9d7d-1a55ec4b2611 1164
2022-05-01T06:26:57.668Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:57.668Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:57.668Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:26:57.669Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:57.670Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:57.670Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386417668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:57.771Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:26:57.771Z||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-01T06:26:57.772Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:57.786Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:57.786Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:58.672Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c687ddc-5f0d-470d-8de2-59bb56980741 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-01T06:26:58.672Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:26:58.672Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:58.859Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:26:58.859Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7c687ddc-5f0d-470d-8de2-59bb56980741 200
2022-05-01T06:26:58.859Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:58.860Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:58.860Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:26:58.860Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:58.862Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:58.862Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386418859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:26:58.962Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:26:58.963Z||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-01T06:26:58.964Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:26:58.974Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:26:58.974Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:26:59.863Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f02d60f5-e55c-4d23-afd0-e4ee9bed6536
2022-05-01T06:26:59.864Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 56428a94-2afb-4cf3-b779-ef2135e6a66d 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 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=?
2022-05-01T06:26:59.883Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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 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-01T06:26:59.888Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e17c11b, org.onap.sdc.toscaparser.api.parameters.Input@47daa977, org.onap.sdc.toscaparser.api.parameters.Input@3324ad37, org.onap.sdc.toscaparser.api.parameters.Input@5297b087, org.onap.sdc.toscaparser.api.parameters.Input@2278acd7]
2022-05-01T06:26:59.890Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:59.890Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:59.891Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-05-01T06:26:59.891Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c1c745fa-7893-4ea6-bba7-6bf5f1b1fe10
2022-05-01T06:26:59.891Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c1c745fa-7893-4ea6-bba7-6bf5f1b1fe10 matches Tosca VF Customization UUID: c1c745fa-7893-4ea6-bba7-6bf5f1b1fe10
2022-05-01T06:26:59.891Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c1c745fa-7893-4ea6-bba7-6bf5f1b1fe10  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-01T06:26:59.894Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:59.895Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:59.895Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c1c745fa-7893-4ea6-bba7-6bf5f1b1fe10: {\"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-01T06:26:59.895Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@495cf908
2022-05-01T06:26:59.896Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:59.896Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:26:59.896Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 527ab4d0-79ce-4ed8-bee8-95943d60b890
2022-05-01T06:26:59.896Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 527ab4d0-79ce-4ed8-bee8-95943d60b890
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-01T06:26:59.900Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:59.900Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-01T06:26:59.901Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:26:59.901Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:59.901Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-01T06:26:59.901Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:26:59.901Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:59.902Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-01T06:26:59.902Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-01T06:26:59.902Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0e30ff7d-34e6-4535-bdaa-79944cc5c063
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-01T06:26:59.906Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:59.906Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-01T06:26:59.906Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:26:59.907Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:59.907Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-01T06:26:59.907Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c1c745fa-7893-4ea6-bba7-6bf5f1b1fe10
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-01T06:26:59.910Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:59.910Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:59.910Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f02d60f5-e55c-4d23-afd0-e4ee9bed6536: basic_cnf
2022-05-01T06:26:59.910Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:59.911Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:59.911Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:59.911Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:59.911Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:59.911Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:59.911Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:59.912Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:59.912Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:26:59.912Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:26:59.912Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:59.984Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 56428a94-2afb-4cf3-b779-ef2135e6a66d 1 ASDC deployResourceStructure
2022-05-01T06:26:59.985Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:59.985Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:26:59.986Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-01T06:26:59.986Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:26:59.988Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:26:59.988Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386419985,
  "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-01T06:27:00.088Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:27:00.089Z||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-01T06:27:00.089Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:00.098Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:00.098Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:27:00.989Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:27:00.989Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:27:00.990Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-01T06:27:00.990Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:00.992Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:00.993Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386420989,
  "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-01T06:27:01.093Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:27:01.094Z||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-01T06:27:01.094Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:01.103Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:01.104Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:27:01.994Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:27:01.994Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:27:01.995Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:27:01.995Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:01.997Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:01.998Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386421994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:27:02.098Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:27:02.099Z||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-01T06:27:02.099Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:02.110Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:02.111Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:27:03.000Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:27:03.000Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:27:03.000Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:27:03.000Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:03.002Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:03.002Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386422998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-01T06:27:03.103Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-01T06:27:03.104Z||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-01T06:27:03.104Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:03.112Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:03.112Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:27:04.004Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:27:04.004Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:27:04.004Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:27:04.004Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:04.006Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:04.006Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386424004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-01T06:27:04.107Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:27:04.107Z||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-01T06:27:04.108Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:04.119Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:04.120Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:27:05.007Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:27:05.008Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||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-01T06:27:05.008Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:27:05.008Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:05.010Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:05.010Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386425007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:27:05.111Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:27:05.112Z||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-01T06:27:05.112Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:05.124Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:05.125Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:27:06.011Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a62273f2-8ff4-4370-95bd-1bbf134266a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:27:06.024Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a62273f2-8ff4-4370-95bd-1bbf134266a7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-01T06:27:06.026Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:27:06.026Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-01T06:27:06.026Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-01T06:27:06.026Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-01T06:27:06.027Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:27:06.027Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:27:06.027Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:27:06.027Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:27:06.027Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:27:06.027Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:27:06.032Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-01T06:27:09.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:27:09.270Z||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-01T06:27:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:09.289Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:09.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:27:09.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "policy-id",
  "timestamp": 1651386309282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:27:09.291Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:27:36.032Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a62273f2-8ff4-4370-95bd-1bbf134266a7 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-01T06:27:36.038Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a62273f2-8ff4-4370-95bd-1bbf134266a7 and serviceModelVersionId: f02d60f5-e55c-4d23-afd0-e4ee9bed6536
2022-05-01T06:27:36.039Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 183a1e97-33c1-4efd-961f-6bd3a58e6196
2022-05-01T06:27:36.039Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/183a1e97-33c1-4efd-961f-6bd3a58e6196/model-vers/model-ver/f02d60f5-e55c-4d23-afd0-e4ee9bed6536?depth=0
2022-05-01T06:27:36.043Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-01T06:27:36.086Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/183a1e97-33c1-4efd-961f-6bd3a58e6196/model-vers/model-ver/f02d60f5-e55c-4d23-afd0-e4ee9bed6536?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-01T06:27:36.088Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/183a1e97-33c1-4efd-961f-6bd3a58e6196/model-vers/model-ver/f02d60f5-e55c-4d23-afd0-e4ee9bed6536?depth=0|INFO|500||Invoke
2022-05-01T06:27:36.114Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/183a1e97-33c1-4efd-961f-6bd3a58e6196/model-vers/model-ver/f02d60f5-e55c-4d23-afd0-e4ee9bed6536?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-01T06:27:36.566Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/183a1e97-33c1-4efd-961f-6bd3a58e6196/model-vers/model-ver/f02d60f5-e55c-4d23-afd0-e4ee9bed6536?depth=0|INFO|500||InvokeReturn
2022-05-01T06:27:36.568Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/183a1e97-33c1-4efd-961f-6bd3a58e6196/model-vers/model-ver/f02d60f5-e55c-4d23-afd0-e4ee9bed6536?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220501-06:27:35:404-12175], vertex-id=[258048], Content-Length=[0], Date=[Sun, 01 May 2022 06:27:35 GMT], Content-Type=[application/json]}
2022-05-01T06:27:36.568Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-05-01T06:27:36.569Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-01T06:27:36.570Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:27:36.577Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-01T06:27:36.577Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a62273f2-8ff4-4370-95bd-1bbf134266a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-01T06:27:36.577Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-01T06:27:36.578Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:36.579Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:36.579Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386456577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:27:36.679Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:27:36.680Z||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-01T06:27:36.681Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:36.696Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:36.696Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 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-01T06:27:37.593Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-01T06:27:37.593Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"5d94b130-0178-4130-8bac-a8b769008cf6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9ab5a7d1-7332-41af-bf67-b81c4ae6c7f7","serviceDescription":"service","serviceInvariantUUID":"cf29d9ad-9c03-465b-8e7b-3605207b1db6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bc279e4a-91f4-4d64-b83a-42ffd9e04e7b","resourceInvariantUUID":"b7ee5915-0a95-4fb6-915a-a4a276fbc1d2","resourceCustomizationUUID":"06013ed1-36e4-47fc-95e8-a1e28e7485de","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":"MDQ4OTRlZTY3ZjAzMDg3YTg5ZjJiMGI4NmY4YjhhNDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6880b6ac-5c59-4334-ba3a-2b6688c6f0cf","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":"OTU5OGMzNTk1MmVkNTJmM2M4MDgyOGZhNmM2MTc4MTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"933285fe-2f64-4e3d-9fe2-ebde191d7e8c","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":"1ea6f81c-732e-4025-94f1-e9a72e79cbf2","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":"943e1089-bf2b-4b1e-8d98-d71fe099e453","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":"79b3304c-c94e-4346-a33a-92c4415426de","artifactVersion":"2","generatedFromUUID":"1ea6f81c-732e-4025-94f1-e9a72e79cbf2"},{"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":"YzdlMTEwMjAzMThkYjY2ZmQ2YWQ4YTk2YmE2MWVmNmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"09c0093d-db73-495f-b31e-2294ddbfce41","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":"NzZlY2EzNjdkOGZjYzQxMTdmNTVmZGNlZGVjNDRhY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b8403a9a-1df2-43d1-bed7-d2e6fc79785f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDA3MDNlMDBkYjFjMzRjNWU4NTgxNmVhZTZhZmU5ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4cbe4aa0-298f-47e7-af11-797318db1272","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-01T06:27:37.594Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:27:37.594Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:37.596Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:37.597Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:27:37.697Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:27:37.698Z||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-01T06:27:37.698Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:37.708Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:37.708Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:27:38.597Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:27:38.598Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:38.600Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:38.600Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:27:38.700Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:27:38.701Z||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-01T06:27:38.701Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:38.712Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:38.712Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:27:39.601Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:27:39.602Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:39.603Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:39.603Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:27:39.704Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:27:39.705Z||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-01T06:27:39.705Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:39.716Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:39.734Z||pool-107-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:27:40.604Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:27:40.605Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:40.607Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:40.607Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:27:40.707Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:27:40.708Z||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-01T06:27:40.708Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:40.718Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:40.719Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:27:41.608Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:27:41.608Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:41.611Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:41.611Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-01T06:27:41.712Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-01T06:27:41.713Z||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-01T06:27:41.713Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:41.745Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:41.745Z||pool-109-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:27:42.611Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:27:42.612Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:42.614Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:42.614Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:27:42.714Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:27:42.715Z||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-01T06:27:42.715Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:42.736Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:42.737Z||pool-110-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:27:43.615Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:27:43.616Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:43.618Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:43.618Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:27:43.718Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:27:43.719Z||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-01T06:27:43.719Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:43.729Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:43.729Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:27:44.619Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:27:44.620Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:44.622Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:44.622Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:27:44.722Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:27:44.723Z||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-01T06:27:44.723Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:44.734Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:44.735Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:27:45.624Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9ab5a7d1-7332-41af-bf67-b81c4ae6c7f7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cf29d9ad-9c03-465b-8e7b-3605207b1db6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "06013ed1-36e4-47fc-95e8-a1e28e7485de",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bc279e4a-91f4-4d64-b83a-42ffd9e04e7b",
      "resourceInvariantUUID": "b7ee5915-0a95-4fb6-915a-a4a276fbc1d2",
      "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": "OTU5OGMzNTk1MmVkNTJmM2M4MDgyOGZhNmM2MTc4MTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "933285fe-2f64-4e3d-9fe2-ebde191d7e8c",
          "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": "1ea6f81c-732e-4025-94f1-e9a72e79cbf2",
          "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": "79b3304c-c94e-4346-a33a-92c4415426de",
            "generatedFromUUID": "1ea6f81c-732e-4025-94f1-e9a72e79cbf2"
          },
          "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": "79b3304c-c94e-4346-a33a-92c4415426de",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDA3MDNlMDBkYjFjMzRjNWU4NTgxNmVhZTZhZmU5ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4cbe4aa0-298f-47e7-af11-797318db1272"
    }
  ],
  "workloadContext": "Production"
}
2022-05-01T06:27:45.624Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-01T06:27:45.624Z|a62273f2-8ff4-4370-95bd-1bbf134266a7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ab5a7d1-7332-41af-bf67-b81c4ae6c7f7 ASDC
2022-05-01T06:27:45.624Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5d94b130-0178-4130-8bac-a8b769008cf6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:9ab5a7d1-7332-41af-bf67-b81c4ae6c7f7
ServiceInvariantUUID:cf29d9ad-9c03-465b-8e7b-3605207b1db6
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:4cbe4aa0-298f-47e7-af11-797318db1272
ArtifactChecksum:ZDA3MDNlMDBkYjFjMzRjNWU4NTgxNmVhZTZhZmU5ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:06013ed1-36e4-47fc-95e8-a1e28e7485de
ResourceInvariantUUID:b7ee5915-0a95-4fb6-915a-a4a276fbc1d2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:bc279e4a-91f4-4d64-b83a-42ffd9e04e7b
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:933285fe-2f64-4e3d-9fe2-ebde191d7e8c
ArtifactChecksum:OTU5OGMzNTk1MmVkNTJmM2M4MDgyOGZhNmM2MTc4MTU=
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:1ea6f81c-732e-4025-94f1-e9a72e79cbf2
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:79b3304c-c94e-4346-a33a-92c4415426de
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:79b3304c-c94e-4346-a33a-92c4415426de
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-01T06:27:45.624Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ab5a7d1-7332-41af-bf67-b81c4ae6c7f7 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-01T06:27:45.659Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:27:45.659Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:27:45.659Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:27:45.659Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4cbe4aa0-298f-47e7-af11-797318db1272 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-01T06:27:45.660Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:27:45.660Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-01T06:27:46.053Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:27:46.059Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4cbe4aa0-298f-47e7-af11-797318db1272 78813
2022-05-01T06:27:46.059Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:46.059Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:46.059Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:27:46.060Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:46.062Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:46.062Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386466059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:27:46.162Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:27:46.163Z||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-01T06:27:46.163Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:46.172Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:46.173Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:27:47.063Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:27:47.065Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:27:47.065Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4cbe4aa0-298f-47e7-af11-797318db1272, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-01T06:27:47.065Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-01T06:27:47.066Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-01T06:27:47.066Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-01T06:27:47.244Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP686040657393344548/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-01T06:27:48.305Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-01T06:27:48.305Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:27:48.305Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-01T06:27:48.306Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-01T06:27:48.306Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:48.306Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:48.306Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-01T06:27:48.306Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-01T06:27:48.306Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-01T06:27:48.306Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:48.306Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-01T06:27:48.306Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:48.306Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-01T06:27:48.306Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:27:48.307Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:48.307Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:27:48.307Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-01T06:27:48.307Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:27:48.307Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:27:48.308Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:48.308Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:27:48.308Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-01T06:27:48.308Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:27:48.308Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:27:48.308Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:48.308Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:27:48.309Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:48.309Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-01T06:27:48.309Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-01T06:27:48.309Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-01T06:27:48.309Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-01T06:27:48.309Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-01T06:27:48.309Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-01T06:27:48.310Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:48.310Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:27:48.310Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:48.310Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-01T06:27:48.310Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:27:48.310Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:48.311Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-01T06:27:48.311Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:27:48.311Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:48.311Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-01T06:27:48.311Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:27:48.311Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:48.311Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-01T06:27:48.312Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-01T06:27:48.312Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-01T06:27:48.312Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a600ade-6983-42c1-b63e-0e3abf9468b5
2022-05-01T06:27:48.312Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:48.313Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:27:48.313Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:48.313Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:27:48.313Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:48.313Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:27:48.313Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:48.313Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:27:48.314Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:9ab5a7d1-7332-41af-bf67-b81c4ae6c7f7
Model Version:NULL
Model InvariantUuid:cf29d9ad-9c03-465b-8e7b-3605207b1db6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c8cb3d88-2417-4812-84f3-cacf65ba7e2d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b7ee5915-0a95-4fb6-915a-a4a276fbc1d2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06013ed1-36e4-47fc-95e8-a1e28e7485de
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f2035391-d5b2-4ed4-b098-70b4c86c910c
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6ab4e8bb-1b9f-4db8-8d71-fb6e093b264b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1a600ade-6983-42c1-b63e-0e3abf9468b5
ModelInvariantUuid:44e04081-53dc-4a5e-85f4-d05c4275238d
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:a71aeacb-5748-42fa-90a3-4ee1f9933b76
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:76600225-8265-44dd-8c26-b1f19f5c837e
ModelInvariantUuid:c29bb5ab-c958-4672-ae4f-d946d99cbbe2
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:7f34461b-8e14-4c21-a603-e176fb1536c3
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-01T06:27:48.330Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: bc279e4a-91f4-4d64-b83a-42ffd9e04e7b
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-01T06:27:48.333Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2022-05-01T06:27:48.333Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bc279e4a-91f4-4d64-b83a-42ffd9e04e7b
2022-05-01T06:27:48.333Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 933285fe-2f64-4e3d-9fe2-ebde191d7e8c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-01T06:27:48.333Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:27:48.333Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:48.536Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:27:48.537Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 933285fe-2f64-4e3d-9fe2-ebde191d7e8c 792
2022-05-01T06:27:48.537Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:48.537Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:48.537Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:27:48.537Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:48.539Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:48.539Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386468537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:27:48.640Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:27:48.641Z||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-01T06:27:48.641Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:48.653Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:48.654Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:27:49.540Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f2035391-d5b2-4ed4-b098-70b4c86c910c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ab4e8bb-1b9f-4db8-8d71-fb6e093b264b",
    "vfModuleModelCustomizationUUID": "4357a22c-69cd-435b-ab18-7daa05a78430",
    "isBase": true,
    "artifacts": [
      "1ea6f81c-732e-4025-94f1-e9a72e79cbf2",
      "79b3304c-c94e-4346-a33a-92c4415426de"
    ],
    "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-01T06:27:49.544Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ab4e8bb-1b9f-4db8-8d71-fb6e093b264b
VfModuleModelInvariantUUID:f2035391-d5b2-4ed4-b098-70b4c86c910c
VfModuleModelDescription:NULL
Artifacts UUID List:{
1ea6f81c-732e-4025-94f1-e9a72e79cbf2
,
79b3304c-c94e-4346-a33a-92c4415426de

}
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-01T06:27:49.546Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "f2035391-d5b2-4ed4-b098-70b4c86c910c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6ab4e8bb-1b9f-4db8-8d71-fb6e093b264b",
    "vfModuleModelCustomizationUUID": "4357a22c-69cd-435b-ab18-7daa05a78430",
    "isBase": true,
    "artifacts": [
      "1ea6f81c-732e-4025-94f1-e9a72e79cbf2",
      "79b3304c-c94e-4346-a33a-92c4415426de"
    ],
    "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-01T06:27:49.546Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6ab4e8bb-1b9f-4db8-8d71-fb6e093b264b
VfModuleModelInvariantUUID:f2035391-d5b2-4ed4-b098-70b4c86c910c
VfModuleModelDescription:NULL
Artifacts UUID List:{
1ea6f81c-732e-4025-94f1-e9a72e79cbf2
,
79b3304c-c94e-4346-a33a-92c4415426de

}
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-01T06:27:49.546Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1ea6f81c-732e-4025-94f1-e9a72e79cbf2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-01T06:27:49.546Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:27:49.546Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:49.744Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:27:49.745Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1ea6f81c-732e-4025-94f1-e9a72e79cbf2 5033
2022-05-01T06:27:49.745Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:49.745Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:49.746Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:27:49.746Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:49.749Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:49.749Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386469745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:27:49.849Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:27:49.850Z||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-01T06:27:49.851Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:49.862Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:49.863Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:27:50.750Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 79b3304c-c94e-4346-a33a-92c4415426de from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-01T06:27:50.750Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:27:50.751Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:51.043Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:27:51.043Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 79b3304c-c94e-4346-a33a-92c4415426de 903
2022-05-01T06:27:51.043Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:51.044Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:51.044Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:27:51.044Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:51.046Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:51.046Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386471043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:27:51.146Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:27:51.147Z||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-01T06:27:51.147Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:51.157Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:51.157Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:27:52.047Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9ab5a7d1-7332-41af-bf67-b81c4ae6c7f7
2022-05-01T06:27:52.047Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 bc279e4a-91f4-4d64-b83a-42ffd9e04e7b 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-01T06:27:52.059Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f764140, org.onap.sdc.toscaparser.api.parameters.Input@add4b03, org.onap.sdc.toscaparser.api.parameters.Input@26a6d978, org.onap.sdc.toscaparser.api.parameters.Input@355f70e2, org.onap.sdc.toscaparser.api.parameters.Input@78ee4b48]
2022-05-01T06:27:52.060Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:52.060Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:27:52.060Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-05-01T06:27:52.060Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 06013ed1-36e4-47fc-95e8-a1e28e7485de
2022-05-01T06:27:52.061Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 06013ed1-36e4-47fc-95e8-a1e28e7485de matches Tosca VF Customization UUID: 06013ed1-36e4-47fc-95e8-a1e28e7485de
2022-05-01T06:27:52.061Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 06013ed1-36e4-47fc-95e8-a1e28e7485de  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-01T06:27:52.063Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:52.063Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:27:52.064Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 06013ed1-36e4-47fc-95e8-a1e28e7485de: {\"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-01T06:27:52.064Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46e05cf9
2022-05-01T06:27:52.064Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:52.064Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:27:52.064Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4357a22c-69cd-435b-ab18-7daa05a78430
2022-05-01T06:27:52.064Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4357a22c-69cd-435b-ab18-7daa05a78430
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-01T06:27:52.066Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:52.066Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-01T06:27:52.066Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:27:52.066Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:52.067Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-01T06:27:52.067Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:27:52.067Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:52.067Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-01T06:27:52.067Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-01T06:27:52.067Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-01T06:27:52.067Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a600ade-6983-42c1-b63e-0e3abf9468b5
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-01T06:27:52.069Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:52.069Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-01T06:27:52.070Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:27:52.070Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:52.070Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-01T06:27:52.070Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=06013ed1-36e4-47fc-95e8-a1e28e7485de
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-01T06:27:52.071Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:52.071Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:27:52.072Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9ab5a7d1-7332-41af-bf67-b81c4ae6c7f7: basic_vm_macro
2022-05-01T06:27:52.072Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:52.072Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:27:52.072Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:52.072Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:27:52.072Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:52.072Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:27:52.073Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:52.073Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:27:52.073Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:27:52.073Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:27:52.073Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:52.151Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro bc279e4a-91f4-4d64-b83a-42ffd9e04e7b 1 ASDC deployResourceStructure
2022-05-01T06:27:52.152Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:52.152Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:52.152Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:27:52.153Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:52.155Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:52.155Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386472152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:27:52.255Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:27:52.256Z||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-01T06:27:52.256Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:52.266Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:52.267Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:27:53.156Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:53.157Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:53.157Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:27:53.157Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:53.159Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:53.160Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386473156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-01T06:27:53.260Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:27:53.261Z||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-01T06:27:53.261Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:53.278Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:53.279Z||pool-118-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:27:54.160Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:54.161Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:54.161Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:27:54.161Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:54.163Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:54.163Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386474160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-01T06:27:54.264Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-01T06:27:54.265Z||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-01T06:27:54.265Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:54.274Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:54.275Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:27:55.164Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:55.164Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||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-01T06:27:55.164Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:27:55.165Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:27:55.166Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:27:55.166Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386475164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:27:55.267Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:27:55.268Z||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-01T06:27:55.268Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:27:55.278Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:27:55.278Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:27:56.167Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d94b130-0178-4130-8bac-a8b769008cf6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:27:56.183Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d94b130-0178-4130-8bac-a8b769008cf6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-01T06:27:56.185Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:27:56.185Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-01T06:27:56.185Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-01T06:28:09.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:28:09.270Z||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-01T06:28:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:28:09.287Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:28:09.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386309493,
  "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-01T06:28:09.303Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d94b130-0178-4130-8bac-a8b769008cf6
2022-05-01T06:28:09.303Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d94b130-0178-4130-8bac-a8b769008cf6 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-01T06:28:09.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386302485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "policy-id",
  "timestamp": 1651386310286,
  "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-01T06:28:09.316Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05b618ca-57aa-41c4-b824-efc4bfb7116a
2022-05-01T06:28:09.316Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05b618ca-57aa-41c4-b824-efc4bfb7116a 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-01T06:28:09.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386310496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:28:09.323Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "clamp",
  "timestamp": 1651386310123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:28:09.324Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386302485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "aai-ml",
  "timestamp": 1651386311339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.325Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "clamp",
  "timestamp": 1651386311128,
  "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-01T06:28:09.330Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a62273f2-8ff4-4370-95bd-1bbf134266a7
2022-05-01T06:28:09.330Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a62273f2-8ff4-4370-95bd-1bbf134266a7 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-01T06:28:09.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "policy-id",
  "timestamp": 1651386311289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386302485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.338Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.338Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.338Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "policy-id",
  "timestamp": 1651386311289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.338Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.338Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "policy-id",
  "timestamp": 1651386311289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "policy-id",
  "timestamp": 1651386311289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "cds",
  "timestamp": 1651386294283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "policy-id",
  "timestamp": 1651386311289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "policy-id",
  "timestamp": 1651386311289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "cds",
  "timestamp": 1651386317344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "policy-id",
  "timestamp": 1651386311289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "cds",
  "timestamp": 1651386318578,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:28:09.357Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 250f4b4a-7e4b-4d73-86c6-5d8382a33ad6
2022-05-01T06:28:09.357Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250f4b4a-7e4b-4d73-86c6-5d8382a33ad6 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-01T06:28:09.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386318223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.365Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "policy-id",
  "timestamp": 1651386311289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "policy-id",
  "timestamp": 1651386311289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "policy-id",
  "timestamp": 1651386321048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.367Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "aai-ml",
  "timestamp": 1651386320892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:28:09.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386320968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:28:09.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386321739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.370Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "policy-id",
  "timestamp": 1651386322053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:28:09.370Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "aai-ml",
  "timestamp": 1651386321895,
  "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-01T06:28:09.376Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5d94b130-0178-4130-8bac-a8b769008cf6
2022-05-01T06:28:09.376Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d94b130-0178-4130-8bac-a8b769008cf6 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-01T06:28:09.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386321972,
  "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-01T06:28:09.394Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5d94b130-0178-4130-8bac-a8b769008cf6
2022-05-01T06:28:09.394Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d94b130-0178-4130-8bac-a8b769008cf6 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-01T06:28:09.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.402Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "policy-id",
  "timestamp": 1651386323056,
  "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-01T06:28:09.406Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 250f4b4a-7e4b-4d73-86c6-5d8382a33ad6
2022-05-01T06:28:09.406Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250f4b4a-7e4b-4d73-86c6-5d8382a33ad6 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-01T06:28:09.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386323027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.413Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386322486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386322486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386324546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.415Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386322486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386325921,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.417Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386322486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386326988,
  "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-01T06:28:09.422Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 05b618ca-57aa-41c4-b824-efc4bfb7116a
2022-05-01T06:28:09.422Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05b618ca-57aa-41c4-b824-efc4bfb7116a 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-01T06:28:09.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386322486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386327991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:28:09.433Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386322486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386322486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.435Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386322486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386322486,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "clamp",
  "timestamp": 1651386331112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.438Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386332143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.439Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "aai-ml",
  "timestamp": 1651386333000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.440Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386333171,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-01T06:28:09.441Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386333155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.442Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651386334177,
  "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-01T06:28:09.448Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 250f4b4a-7e4b-4d73-86c6-5d8382a33ad6
2022-05-01T06:28:09.448Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250f4b4a-7e4b-4d73-86c6-5d8382a33ad6 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-01T06:28:09.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "clamp",
  "timestamp": 1651386335118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:28:09.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386335622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:28:09.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "clamp",
  "timestamp": 1651386336122,
  "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-01T06:28:09.462Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5d94b130-0178-4130-8bac-a8b769008cf6
2022-05-01T06:28:09.462Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d94b130-0178-4130-8bac-a8b769008cf6 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-01T06:28:09.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651386296981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386336627,
  "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-01T06:28:09.474Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 05b618ca-57aa-41c4-b824-efc4bfb7116a
2022-05-01T06:28:09.474Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05b618ca-57aa-41c4-b824-efc4bfb7116a 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-01T06:28:09.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.481Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.483Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.483Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.483Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.484Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.484Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.484Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "aai-ml",
  "timestamp": 1651386342737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:28:09.485Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.485Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.485Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.485Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "aai-ml",
  "timestamp": 1651386343740,
  "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-01T06:28:09.491Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 05b618ca-57aa-41c4-b824-efc4bfb7116a
2022-05-01T06:28:09.491Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05b618ca-57aa-41c4-b824-efc4bfb7116a 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-01T06:28:09.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386309308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "clamp",
  "timestamp": 1651386317275,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386346924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386349048,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:28:09.503Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651386350053,
  "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-01T06:28:09.507Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 250f4b4a-7e4b-4d73-86c6-5d8382a33ad6
2022-05-01T06:28:09.508Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250f4b4a-7e4b-4d73-86c6-5d8382a33ad6 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-01T06:28:09.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa284225-9a3a-4ef9-8f2d-72276e121d96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386351837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:28:09.516Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "aai-ml",
  "timestamp": 1651386302446,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "aai-ml",
  "timestamp": 1651386354387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.517Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "clamp",
  "timestamp": 1651386357116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:28:09.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "aai-ml",
  "timestamp": 1651386359812,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:28:09.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386360766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "aai-ml",
  "timestamp": 1651386360817,
  "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-01T06:28:09.524Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 250f4b4a-7e4b-4d73-86c6-5d8382a33ad6
2022-05-01T06:28:09.524Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250f4b4a-7e4b-4d73-86c6-5d8382a33ad6 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-01T06:28:09.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "clamp",
  "timestamp": 1651386362122,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:28:09.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386363049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "clamp",
  "timestamp": 1651386363126,
  "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-01T06:28:09.536Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 05b618ca-57aa-41c4-b824-efc4bfb7116a
2022-05-01T06:28:09.536Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 05b618ca-57aa-41c4-b824-efc4bfb7116a 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-01T06:28:09.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386364183,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.544Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386365375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:28:09.544Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "clamp",
  "timestamp": 1651386364131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "clamp",
  "timestamp": 1651386364131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386366507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:28:09.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "clamp",
  "timestamp": 1651386364131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386367511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-01T06:28:09.546Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:09.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "clamp",
  "timestamp": 1651386364131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:09.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:28:09.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:28:09.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386368514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-01T06:28:09.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:28:26.186Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d94b130-0178-4130-8bac-a8b769008cf6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:28:26.210Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d94b130-0178-4130-8bac-a8b769008cf6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-01T06:28:26.215Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:28:26.215Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-01T06:28:26.215Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-01T06:28:26.215Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-01T06:28:26.216Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:28:26.216Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:28:26.216Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:28:26.216Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:28:26.216Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:28:26.216Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:28:26.216Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:28:26.223Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-01T06:28:56.224Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5d94b130-0178-4130-8bac-a8b769008cf6 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-01T06:28:56.233Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5d94b130-0178-4130-8bac-a8b769008cf6 and serviceModelVersionId: 9ab5a7d1-7332-41af-bf67-b81c4ae6c7f7
2022-05-01T06:28:56.233Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf29d9ad-9c03-465b-8e7b-3605207b1db6
2022-05-01T06:28:56.234Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf29d9ad-9c03-465b-8e7b-3605207b1db6/model-vers/model-ver/9ab5a7d1-7332-41af-bf67-b81c4ae6c7f7?depth=0
2022-05-01T06:28:56.242Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-01T06:28:56.295Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf29d9ad-9c03-465b-8e7b-3605207b1db6/model-vers/model-ver/9ab5a7d1-7332-41af-bf67-b81c4ae6c7f7?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-01T06:28:56.297Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf29d9ad-9c03-465b-8e7b-3605207b1db6/model-vers/model-ver/9ab5a7d1-7332-41af-bf67-b81c4ae6c7f7?depth=0|INFO|500||Invoke
2022-05-01T06:28:56.320Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf29d9ad-9c03-465b-8e7b-3605207b1db6/model-vers/model-ver/9ab5a7d1-7332-41af-bf67-b81c4ae6c7f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-01T06:28:56.765Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf29d9ad-9c03-465b-8e7b-3605207b1db6/model-vers/model-ver/9ab5a7d1-7332-41af-bf67-b81c4ae6c7f7?depth=0|INFO|500||InvokeReturn
2022-05-01T06:28:56.766Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf29d9ad-9c03-465b-8e7b-3605207b1db6/model-vers/model-ver/9ab5a7d1-7332-41af-bf67-b81c4ae6c7f7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220501-06:28:55:609-30716], vertex-id=[245880], Content-Length=[0], Date=[Sun, 01 May 2022 06:28:55 GMT], Content-Type=[application/json]}
2022-05-01T06:28:56.766Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-05-01T06:28:56.767Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-01T06:28:56.767Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:28:56.773Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-01T06:28:56.774Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5d94b130-0178-4130-8bac-a8b769008cf6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-01T06:28:56.774Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-01T06:28:56.775Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:28:56.779Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:28:56.779Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386536774,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:28:56.879Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:28:56.880Z||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-01T06:28:56.880Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:28:56.900Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:28:56.900Z||pool-121-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-01T06:28:57.792Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-01T06:28:57.792Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"05b618ca-57aa-41c4-b824-efc4bfb7116a","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"bae0c00c-dc13-4b5f-b748-c555e72f2b14","serviceDescription":"service","serviceInvariantUUID":"6b564695-f10e-47d2-a5ef-05730d079b06","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"762ac8be-e22d-43fc-93df-ccafd02ae356","resourceInvariantUUID":"be900be3-1849-4bb3-b575-15f22e6f0d30","resourceCustomizationUUID":"ef444a6d-efe9-4683-ab51-ab2ee3ce60ae","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":"NWM2MWMxYTc2NTdhN2YyYzY4NzUxNjk3YWExZTkyZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94290ad3-679e-43d4-a95d-a5e0d9d3d74d","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":"MmFhNTA5ZjMzNWYyZjc4NTMzNDMxNDMxMWRmZmQ3ZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d688d491-2533-49c9-b1b6-027f541e368c","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":"e6e1168a-3f65-4b70-b1ee-101b653bbc4a","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":"f925d8ef-90fd-4bb6-8eb2-b2e55909cac8","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":"a1531f1a-3b57-45d5-97c1-3b6230dd51bd","artifactVersion":"2","generatedFromUUID":"ccc860d7-7294-4874-9082-e46d0fc8e4de"},{"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":"ba787f05-8c6b-4ae6-a85f-2df8d49fa504","artifactVersion":"2","generatedFromUUID":"e6e1168a-3f65-4b70-b1ee-101b653bbc4a"},{"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":"ccc860d7-7294-4874-9082-e46d0fc8e4de","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":"8cd9ffdb-e964-4f76-911a-711cb4c722aa","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":"OWFhMDVhZmE5Mjc0YjA0MzM1ZjA2OWVmYzJlNDkyNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0800a0c4-e3a8-48c7-9e82-c99e4a2e3411","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"N2E0MDBiYzQ1ZjMzZTlkZjgyZDA4NTY1OTVlYzI0NzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e07b008c-a5fa-43eb-b73d-f4186300371c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-01T06:28:57.793Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:28:57.794Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:28:57.797Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:28:57.797Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:28:57.897Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:28:57.898Z||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-01T06:28:57.898Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:28:57.915Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:28:57.916Z||pool-122-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:28:58.798Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:28:58.798Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:28:58.801Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:28:58.801Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:28:58.902Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-01T06:28:58.903Z||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-01T06:28:58.903Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:28:58.949Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:28:58.950Z||pool-123-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:28:59.802Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:28:59.803Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:28:59.806Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:28:59.806Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:28:59.907Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-01T06:28:59.908Z||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-01T06:28:59.909Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:28:59.938Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:28:59.938Z||pool-124-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:00.806Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:29:00.807Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:00.810Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:00.810Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:29:00.910Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:29:00.911Z||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-01T06:29:00.912Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:00.927Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:00.927Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:01.811Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:29:01.811Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:01.815Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:01.815Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-01T06:29:01.915Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:29:01.917Z||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-01T06:29:01.917Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:01.927Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:01.927Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:02.816Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:29:02.817Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:02.819Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:02.820Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-01T06:29:02.920Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:29:02.921Z||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-01T06:29:02.921Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:02.931Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:02.932Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:03.820Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:29:03.821Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:03.824Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:03.824Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-01T06:29:03.924Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:29:03.925Z||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-01T06:29:03.926Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:03.938Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:03.939Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:29:04.825Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:29:04.825Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:04.828Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:04.828Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:29:04.928Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:29:04.929Z||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-01T06:29:04.929Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:04.952Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:04.952Z||pool-129-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:29:05.828Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:29:05.829Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:05.831Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:05.832Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:29:05.932Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:29:05.933Z||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-01T06:29:05.933Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:05.944Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:05.945Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:06.833Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:29:06.833Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:06.835Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:06.835Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:29:06.955Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-01T06:29:06.955Z||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-01T06:29:06.956Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:06.980Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:06.981Z||pool-131-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:07.853Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bae0c00c-dc13-4b5f-b748-c555e72f2b14",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6b564695-f10e-47d2-a5ef-05730d079b06",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "ef444a6d-efe9-4683-ab51-ab2ee3ce60ae",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "762ac8be-e22d-43fc-93df-ccafd02ae356",
      "resourceInvariantUUID": "be900be3-1849-4bb3-b575-15f22e6f0d30",
      "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": "MmFhNTA5ZjMzNWYyZjc4NTMzNDMxNDMxMWRmZmQ3ZWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d688d491-2533-49c9-b1b6-027f541e368c",
          "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": "e6e1168a-3f65-4b70-b1ee-101b653bbc4a",
          "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": "ba787f05-8c6b-4ae6-a85f-2df8d49fa504",
            "generatedFromUUID": "e6e1168a-3f65-4b70-b1ee-101b653bbc4a"
          },
          "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": "a1531f1a-3b57-45d5-97c1-3b6230dd51bd",
          "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": "ba787f05-8c6b-4ae6-a85f-2df8d49fa504",
          "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": "ccc860d7-7294-4874-9082-e46d0fc8e4de",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "N2E0MDBiYzQ1ZjMzZTlkZjgyZDA4NTY1OTVlYzI0NzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e07b008c-a5fa-43eb-b73d-f4186300371c"
    }
  ],
  "workloadContext": "Production"
}
2022-05-01T06:29:07.853Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-01T06:29:07.853Z|5d94b130-0178-4130-8bac-a8b769008cf6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bae0c00c-dc13-4b5f-b748-c555e72f2b14 ASDC
2022-05-01T06:29:07.854Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:05b618ca-57aa-41c4-b824-efc4bfb7116a
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:bae0c00c-dc13-4b5f-b748-c555e72f2b14
ServiceInvariantUUID:6b564695-f10e-47d2-a5ef-05730d079b06
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:e07b008c-a5fa-43eb-b73d-f4186300371c
ArtifactChecksum:N2E0MDBiYzQ1ZjMzZTlkZjgyZDA4NTY1OTVlYzI0NzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:ef444a6d-efe9-4683-ab51-ab2ee3ce60ae
ResourceInvariantUUID:be900be3-1849-4bb3-b575-15f22e6f0d30
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:762ac8be-e22d-43fc-93df-ccafd02ae356
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:d688d491-2533-49c9-b1b6-027f541e368c
ArtifactChecksum:MmFhNTA5ZjMzNWYyZjc4NTMzNDMxNDMxMWRmZmQ3ZWM=
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:e6e1168a-3f65-4b70-b1ee-101b653bbc4a
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:ba787f05-8c6b-4ae6-a85f-2df8d49fa504
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:a1531f1a-3b57-45d5-97c1-3b6230dd51bd
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:ba787f05-8c6b-4ae6-a85f-2df8d49fa504
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:ccc860d7-7294-4874-9082-e46d0fc8e4de
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-01T06:29:07.854Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bae0c00c-dc13-4b5f-b748-c555e72f2b14 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-01T06:29:07.890Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:29:07.891Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:29:07.891Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:29:07.892Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e07b008c-a5fa-43eb-b73d-f4186300371c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-01T06:29:07.892Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:29:07.892Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-01T06:29:08.578Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:29:08.592Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar e07b008c-a5fa-43eb-b73d-f4186300371c 158206
2022-05-01T06:29:08.592Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:08.593Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:08.593Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:29:08.593Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:08.595Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:08.596Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386548592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:29:08.696Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:29:08.697Z||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-01T06:29:08.697Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:08.712Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:08.713Z||pool-132-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:29:09.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:29:09.271Z||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-01T06:29:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:09.290Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:09.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "clamp",
  "timestamp": 1651386364131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:29:09.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:29:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386369518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:29:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:29:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "clamp",
  "timestamp": 1651386364131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:29:09.293Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:29:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "clamp",
  "timestamp": 1651386364131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:29:09.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:29:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "clamp",
  "timestamp": 1651386364131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:29:09.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:29:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "clamp",
  "timestamp": 1651386364131,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:29:09.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:29:09.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "clamp",
  "timestamp": 1651386384120,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:29:09.295Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:29:09.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "clamp",
  "timestamp": 1651386387123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:29:09.296Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:29:09.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "clamp",
  "timestamp": 1651386388131,
  "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-01T06:29:09.303Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 250f4b4a-7e4b-4d73-86c6-5d8382a33ad6
2022-05-01T06:29:09.303Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 250f4b4a-7e4b-4d73-86c6-5d8382a33ad6 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-01T06:29:09.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bdc1bb12-38ec-411c-b967-148e78aa2309",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386400974,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:29:09.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:29:09.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:29:09.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:29:09.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-01T06:29:09.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:29:09.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-01T06:29:09.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:29:09.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:29:09.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:29:09.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:29:09.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:29:09.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:29:09.315Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:29:09.315Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.315Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-01T06:29:09.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:29:09.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:29:09.316Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:29:09.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:29:09.317Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:29:09.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386411255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:29:09.317Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:29:09.317Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.317Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386413760,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:29:09.318Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:29:09.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386415133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:29:09.318Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:29:09.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386416347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:29:09.318Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:29:09.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386417668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:29:09.319Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:29:09.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386418859,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:29:09.319Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:29:09.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386419985,
  "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-01T06:29:09.320Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:29:09.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386420989,
  "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-01T06:29:09.320Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:29:09.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386421994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:29:09.321Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:29:09.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386422998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-01T06:29:09.321Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:29:09.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386424004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-01T06:29:09.322Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:29:09.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:29:09.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386425007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:29:09.322Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:29:09.596Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:29:09.598Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:29:09.598Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e07b008c-a5fa-43eb-b73d-f4186300371c, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-01T06:29:09.598Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-01T06:29:09.599Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-01T06:29:09.600Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-01T06:29:09.780Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3930368123242060441/Definitions/service-BasicCnfMacro-template.yml
2022-05-01T06:29:10.975Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-01T06:29:10.975Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:29:10.976Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-01T06:29:10.976Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-01T06:29:10.976Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-01T06:29:10.976Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:10.976Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:10.976Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:10.976Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:29:10.976Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:10.976Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:29:10.976Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-01T06:29:10.977Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:29:10.977Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:29:10.977Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:10.977Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:29:10.977Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-01T06:29:10.977Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:29:10.977Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:29:10.978Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:10.978Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:29:10.978Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:10.978Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-01T06:29:10.978Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-01T06:29:10.978Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-01T06:29:10.978Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-01T06:29:10.978Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:10.979Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:29:10.979Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:10.979Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-01T06:29:10.979Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:29:10.979Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:10.979Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-01T06:29:10.979Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:29:10.980Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:10.980Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-01T06:29:10.980Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:29:10.980Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:10.980Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-01T06:29:10.980Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:29:10.980Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:10.980Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-01T06:29:10.980Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-01T06:29:10.981Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=913fb37b-6403-4245-b875-fa2cadce340f
2022-05-01T06:29:10.981Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:10.981Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:29:10.981Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:10.981Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:29:10.981Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:10.981Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:29:10.981Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:10.981Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:29:10.982Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:bae0c00c-dc13-4b5f-b748-c555e72f2b14
Model Version:NULL
Model InvariantUuid:6b564695-f10e-47d2-a5ef-05730d079b06
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:eef5838b-feda-4783-b033-dffc2c7cf15a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:be900be3-1849-4bb3-b575-15f22e6f0d30
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ef444a6d-efe9-4683-ab51-ab2ee3ce60ae
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d99072c4-b4c9-4cf2-87ba-e530e67d8e81
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:371b1036-0cca-4e48-b494-a823f0955c36
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:bd647201-2805-4631-8c37-d8c68c566d61
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:60a085b3-97b2-4600-bf70-f634c7fc0570
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:913fb37b-6403-4245-b875-fa2cadce340f
ModelInvariantUuid:f2395f8e-1299-480c-82b3-afe4a9c89a70
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:3ad2af34-586c-4610-a729-6f7484dc9f94
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c2a9d361-e78f-4c29-9525-e172e3e093e5
ModelInvariantUuid:db0677da-3c38-48a8-a108-a83a5284f3e6
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:1813e8fc-63cf-4e5d-b823-f32fb68a22b3
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-01T06:29:10.989Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 762ac8be-e22d-43fc-93df-ccafd02ae356
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-01T06:29:10.991Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2022-05-01T06:29:10.991Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 762ac8be-e22d-43fc-93df-ccafd02ae356
2022-05-01T06:29:10.992Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d688d491-2533-49c9-b1b6-027f541e368c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-01T06:29:10.992Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:29:10.992Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:11.301Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:29:11.302Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json d688d491-2533-49c9-b1b6-027f541e368c 1565
2022-05-01T06:29:11.302Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:11.303Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:11.303Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:29:11.303Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:11.305Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:11.305Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386551302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:29:11.406Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:29:11.407Z||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-01T06:29:11.407Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:11.421Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:11.421Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:12.307Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "bd647201-2805-4631-8c37-d8c68c566d61",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "60a085b3-97b2-4600-bf70-f634c7fc0570",
    "vfModuleModelCustomizationUUID": "838b114a-8b86-45fd-9d44-45b507f177ad",
    "isBase": true,
    "artifacts": [
      "e6e1168a-3f65-4b70-b1ee-101b653bbc4a",
      "ba787f05-8c6b-4ae6-a85f-2df8d49fa504"
    ],
    "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": "d99072c4-b4c9-4cf2-87ba-e530e67d8e81",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "371b1036-0cca-4e48-b494-a823f0955c36",
    "vfModuleModelCustomizationUUID": "7452e1c1-7bf7-46ae-8980-e097b5dd9524",
    "isBase": false,
    "artifacts": [
      "ccc860d7-7294-4874-9082-e46d0fc8e4de"
    ],
    "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-01T06:29:12.314Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:60a085b3-97b2-4600-bf70-f634c7fc0570
VfModuleModelInvariantUUID:bd647201-2805-4631-8c37-d8c68c566d61
VfModuleModelDescription:NULL
Artifacts UUID List:{
e6e1168a-3f65-4b70-b1ee-101b653bbc4a
,
ba787f05-8c6b-4ae6-a85f-2df8d49fa504

}
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:371b1036-0cca-4e48-b494-a823f0955c36
VfModuleModelInvariantUUID:d99072c4-b4c9-4cf2-87ba-e530e67d8e81
VfModuleModelDescription:NULL
Artifacts UUID List:{
ccc860d7-7294-4874-9082-e46d0fc8e4de

}
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-01T06:29:12.318Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "bd647201-2805-4631-8c37-d8c68c566d61",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "60a085b3-97b2-4600-bf70-f634c7fc0570",
    "vfModuleModelCustomizationUUID": "838b114a-8b86-45fd-9d44-45b507f177ad",
    "isBase": true,
    "artifacts": [
      "e6e1168a-3f65-4b70-b1ee-101b653bbc4a",
      "ba787f05-8c6b-4ae6-a85f-2df8d49fa504"
    ],
    "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": "d99072c4-b4c9-4cf2-87ba-e530e67d8e81",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "371b1036-0cca-4e48-b494-a823f0955c36",
    "vfModuleModelCustomizationUUID": "7452e1c1-7bf7-46ae-8980-e097b5dd9524",
    "isBase": false,
    "artifacts": [
      "ccc860d7-7294-4874-9082-e46d0fc8e4de"
    ],
    "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-01T06:29:12.318Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:60a085b3-97b2-4600-bf70-f634c7fc0570
VfModuleModelInvariantUUID:bd647201-2805-4631-8c37-d8c68c566d61
VfModuleModelDescription:NULL
Artifacts UUID List:{
e6e1168a-3f65-4b70-b1ee-101b653bbc4a
,
ba787f05-8c6b-4ae6-a85f-2df8d49fa504

}
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:371b1036-0cca-4e48-b494-a823f0955c36
VfModuleModelInvariantUUID:d99072c4-b4c9-4cf2-87ba-e530e67d8e81
VfModuleModelDescription:NULL
Artifacts UUID List:{
ccc860d7-7294-4874-9082-e46d0fc8e4de

}
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-01T06:29:12.318Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e6e1168a-3f65-4b70-b1ee-101b653bbc4a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-01T06:29:12.318Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:29:12.319Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:12.483Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:29:12.484Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml e6e1168a-3f65-4b70-b1ee-101b653bbc4a 914
2022-05-01T06:29:12.484Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:12.485Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:12.485Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:29:12.485Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:12.487Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:12.487Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386552484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:29:12.587Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:29:12.589Z||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-01T06:29:12.589Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:12.603Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:12.604Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:13.488Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a1531f1a-3b57-45d5-97c1-3b6230dd51bd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-01T06:29:13.489Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:29:13.489Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:13.556Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:29:13.557Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env a1531f1a-3b57-45d5-97c1-3b6230dd51bd 12
2022-05-01T06:29:13.557Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:13.558Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:13.558Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:29:13.558Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:13.560Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:13.560Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386553557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:29:13.660Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:29:13.661Z||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-01T06:29:13.662Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:13.674Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:13.675Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:14.561Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ba787f05-8c6b-4ae6-a85f-2df8d49fa504 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-01T06:29:14.562Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:29:14.562Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:14.741Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:29:14.742Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ba787f05-8c6b-4ae6-a85f-2df8d49fa504 96
2022-05-01T06:29:14.742Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:14.742Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:14.742Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:29:14.742Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:14.745Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:14.745Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386554742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:29:14.845Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:29:14.846Z||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-01T06:29:14.846Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:14.860Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:14.860Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:15.745Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ccc860d7-7294-4874-9082-e46d0fc8e4de from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-01T06:29:15.746Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:29:15.746Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:16.037Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:29:16.038Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ccc860d7-7294-4874-9082-e46d0fc8e4de 20206
2022-05-01T06:29:16.038Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:16.038Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:16.038Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:29:16.039Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:16.040Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:16.041Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386556038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:29:16.141Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:29:16.142Z||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-01T06:29:16.142Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:16.153Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:16.153Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:17.046Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: bae0c00c-dc13-4b5f-b748-c555e72f2b14
2022-05-01T06:29:17.047Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 762ac8be-e22d-43fc-93df-ccafd02ae356 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-01T06:29:17.057Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ad1428f, org.onap.sdc.toscaparser.api.parameters.Input@3cf4065b, org.onap.sdc.toscaparser.api.parameters.Input@27414837, org.onap.sdc.toscaparser.api.parameters.Input@259bbc4c, org.onap.sdc.toscaparser.api.parameters.Input@659e474a]
2022-05-01T06:29:17.059Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:17.059Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:29:17.060Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-05-01T06:29:17.060Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= ef444a6d-efe9-4683-ab51-ab2ee3ce60ae
2022-05-01T06:29:17.060Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ef444a6d-efe9-4683-ab51-ab2ee3ce60ae matches Tosca VF Customization UUID: ef444a6d-efe9-4683-ab51-ab2ee3ce60ae
2022-05-01T06:29:17.060Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: ef444a6d-efe9-4683-ab51-ab2ee3ce60ae  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-01T06:29:17.064Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:17.064Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:29:17.065Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id ef444a6d-efe9-4683-ab51-ab2ee3ce60ae: {\"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-01T06:29:17.065Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ce8039e
2022-05-01T06:29:17.065Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:17.066Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-01T06:29:17.066Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7452e1c1-7bf7-46ae-8980-e097b5dd9524
2022-05-01T06:29:17.066Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7452e1c1-7bf7-46ae-8980-e097b5dd9524
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-01T06:29:17.070Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:17.070Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-01T06:29:17.070Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:29:17.071Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:17.071Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-01T06:29:17.071Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-01T06:29:17.072Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:17.072Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-01T06:29:17.072Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ef444a6d-efe9-4683-ab51-ab2ee3ce60ae
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-01T06:29:17.075Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:17.075Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:29:17.075Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid bae0c00c-dc13-4b5f-b748-c555e72f2b14: basic_cnf_macro
2022-05-01T06:29:17.076Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:17.076Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:29:17.076Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:17.076Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:29:17.076Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:17.077Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:29:17.077Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:17.077Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:29:17.077Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:29:17.077Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:29:17.078Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:17.111Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 762ac8be-e22d-43fc-93df-ccafd02ae356 2 ASDC deployResourceStructure
2022-05-01T06:29:17.112Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:17.112Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:17.113Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:29:17.113Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:17.116Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:17.116Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386557112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:29:17.216Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:29:17.217Z||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-01T06:29:17.217Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:17.248Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:17.248Z||pool-138-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:18.117Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:18.117Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:18.118Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:29:18.118Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:18.120Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:18.120Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386558117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-01T06:29:18.221Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-01T06:29:18.222Z||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-01T06:29:18.222Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:18.245Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:18.246Z||pool-139-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:19.121Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:19.122Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:19.122Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-01T06:29:19.122Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:19.124Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:19.125Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386559121,
  "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-01T06:29:19.226Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-01T06:29:19.227Z||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-01T06:29:19.227Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:19.257Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:19.258Z||pool-140-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:20.126Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:20.126Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:20.126Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:29:20.126Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:20.129Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:20.129Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386560126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-01T06:29:20.229Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:29:20.230Z||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-01T06:29:20.230Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:20.291Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:20.291Z||pool-141-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:21.130Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:21.131Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:21.131Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-01T06:29:21.131Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:21.133Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:21.133Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386561129,
  "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-01T06:29:21.234Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-01T06:29:21.235Z||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-01T06:29:21.235Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:21.252Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:21.253Z||pool-142-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:22.134Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:22.134Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||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-01T06:29:22.134Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:29:22.135Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:22.137Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:22.137Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386562134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:29:22.237Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:29:22.238Z||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-01T06:29:22.238Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:22.267Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:22.268Z||pool-143-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:23.137Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 05b618ca-57aa-41c4-b824-efc4bfb7116a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:29:23.148Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 05b618ca-57aa-41c4-b824-efc4bfb7116a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-01T06:29:23.150Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:29:23.150Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-01T06:29:23.150Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-01T06:29:23.150Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-01T06:29:23.150Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:29:23.151Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:29:23.151Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:29:23.151Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:29:23.151Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:29:23.151Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:29:23.151Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:29:23.161Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-01T06:29:53.161Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 05b618ca-57aa-41c4-b824-efc4bfb7116a 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-01T06:29:53.168Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 05b618ca-57aa-41c4-b824-efc4bfb7116a and serviceModelVersionId: bae0c00c-dc13-4b5f-b748-c555e72f2b14
2022-05-01T06:29:53.168Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b564695-f10e-47d2-a5ef-05730d079b06
2022-05-01T06:29:53.169Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b564695-f10e-47d2-a5ef-05730d079b06/model-vers/model-ver/bae0c00c-dc13-4b5f-b748-c555e72f2b14?depth=0
2022-05-01T06:29:53.175Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-01T06:29:53.219Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b564695-f10e-47d2-a5ef-05730d079b06/model-vers/model-ver/bae0c00c-dc13-4b5f-b748-c555e72f2b14?depth=0|INFO|500||Invoke
2022-05-01T06:29:53.219Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b564695-f10e-47d2-a5ef-05730d079b06/model-vers/model-ver/bae0c00c-dc13-4b5f-b748-c555e72f2b14?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b564695-f10e-47d2-a5ef-05730d079b06/model-vers/model-ver/bae0c00c-dc13-4b5f-b748-c555e72f2b14?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[05b618ca-57aa-41c4-b824-efc4bfb7116a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c782c2ad-b225-4207-8625-4f773363d777], X-ECOMP-RequestID=[05b618ca-57aa-41c4-b824-efc4bfb7116a], X-TransactionId=[], X-ONAP-RequestID=[05b618ca-57aa-41c4-b824-efc4bfb7116a], Content-Type=[application/merge-patch+json]}
2022-05-01T06:29:53.240Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b564695-f10e-47d2-a5ef-05730d079b06/model-vers/model-ver/bae0c00c-dc13-4b5f-b748-c555e72f2b14?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-01T06:29:53.593Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b564695-f10e-47d2-a5ef-05730d079b06/model-vers/model-ver/bae0c00c-dc13-4b5f-b748-c555e72f2b14?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/6b564695-f10e-47d2-a5ef-05730d079b06/model-vers/model-ver/bae0c00c-dc13-4b5f-b748-c555e72f2b14?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220501-06:29:52:529-48978], vertex-id=[450592], Content-Length=[0], Date=[Sun, 01 May 2022 06:29:52 GMT], Content-Type=[application/json]}
2022-05-01T06:29:53.593Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b564695-f10e-47d2-a5ef-05730d079b06/model-vers/model-ver/bae0c00c-dc13-4b5f-b748-c555e72f2b14?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-01T06:29:53.594Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b564695-f10e-47d2-a5ef-05730d079b06/model-vers/model-ver/bae0c00c-dc13-4b5f-b748-c555e72f2b14?depth=0|INFO|500||InvokeReturn
2022-05-01T06:29:53.594Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-01T06:29:53.594Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:29:53.602Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-01T06:29:53.603Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 05b618ca-57aa-41c4-b824-efc4bfb7116a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-01T06:29:53.603Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-01T06:29:53.603Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:53.605Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:53.605Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386593603,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:29:53.705Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:29:53.706Z||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-01T06:29:53.707Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:53.721Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:53.722Z||pool-144-thread-1|||||INFO|500||cambria reply ok (16 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-01T06:29:54.617Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-01T06:29:54.618Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"250f4b4a-7e4b-4d73-86c6-5d8382a33ad6","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9c8685e6-513e-418c-ab4b-27a692a4c7ad","serviceDescription":"service","serviceInvariantUUID":"d4ca89ef-3cb0-4fc8-8c0e-09f12542a737","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"67536ebf-3eb6-436b-8300-0a677b376591","resourceInvariantUUID":"b21d43cc-56bf-4d41-abea-c6d509094acf","resourceCustomizationUUID":"c3a5f9ae-46a0-4cbb-b889-b7e6005a89cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"ODdhYjBjZGQyYWJiZGM2YmJkYmU3NDExMDRlOWEwZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ee718c7b-5c7b-4a03-9e36-a159944aea5e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7acb2c46-74fc-4667-afc3-5342f4a63ca7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7f71f1d-88ad-4542-9965-72ea0cee48fe","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"N2FiOTk1MmRmN2U3MDUyZDU0MDQ3NWM1YmMwNjQ3ZDM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6c0accd2-49fa-4a6e-a6fc-8a06a582888e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3e1cc6b3-e0ef-40b8-a7be-0617e429e219","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a4a9fd8-dd72-49b9-98ba-6602c878c2a9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f9935584-a12c-4c1e-a0f2-b7bdbfb24292","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"YmRlOTRmMTVkMGQwN2FiZTgyZTk5ZmRmMGJmNjE2MjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b441986c-0cf3-497a-9184-93df0ae97ab6","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTZiYjIwZWE0M2Y3ODkwMjZiNjhlMDkxMTQ2YTdmZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aafa09b9-2dab-499e-8cf2-a4739ad5921a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-01T06:29:54.618Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:29:54.618Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:54.621Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:54.621Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:29:54.720Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:29:54.722Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:29:54.722Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:54.743Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:54.744Z||pool-145-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:55.621Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:29:55.622Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:55.624Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:55.624Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:29:55.724Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:29:55.725Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:29:55.725Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:55.742Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:55.743Z||pool-146-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:29:56.625Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:29:56.626Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:56.628Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:56.628Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:29:56.728Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:29:56.728Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:29:56.729Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:56.768Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:56.768Z||pool-147-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:57.628Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:29:57.629Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:57.631Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:57.631Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:29:57.731Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:29:57.732Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:29:57.732Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:57.752Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:57.752Z||pool-148-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:58.632Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:29:58.632Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:58.634Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:58.634Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:29:58.734Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-05-01T06:29:58.735Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:29:58.735Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:58.749Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:58.749Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:29:59.645Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:29:59.646Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:29:59.647Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:29:59.647Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:29:59.747Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:29:59.748Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:29:59.749Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:29:59.787Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:29:59.788Z||pool-150-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:30:00.648Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:30:00.648Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:30:00.650Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:30:00.651Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:30:00.750Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:30:00.751Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:30:00.751Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:30:00.765Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:30:00.765Z||pool-151-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:30:01.651Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:30:01.652Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:30:01.655Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:30:01.655Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:30:01.755Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:30:01.756Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:30:01.756Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:30:01.770Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:30:01.770Z||pool-152-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:30:02.656Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-01T06:30:02.657Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:30:02.659Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:30:02.659Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:30:02.759Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:30:02.760Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:30:02.760Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:30:02.776Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:30:02.776Z||pool-153-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-01T06:30:03.660Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9c8685e6-513e-418c-ab4b-27a692a4c7ad",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d4ca89ef-3cb0-4fc8-8c0e-09f12542a737",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "c3a5f9ae-46a0-4cbb-b889-b7e6005a89cc",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "67536ebf-3eb6-436b-8300-0a677b376591",
      "resourceInvariantUUID": "b21d43cc-56bf-4d41-abea-c6d509094acf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "NTZiYjIwZWE0M2Y3ODkwMjZiNjhlMDkxMTQ2YTdmZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aafa09b9-2dab-499e-8cf2-a4739ad5921a"
    }
  ],
  "workloadContext": "Production"
}
2022-05-01T06:30:03.660Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-01T06:30:03.660Z|05b618ca-57aa-41c4-b824-efc4bfb7116a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9c8685e6-513e-418c-ab4b-27a692a4c7ad ASDC
2022-05-01T06:30:03.661Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:250f4b4a-7e4b-4d73-86c6-5d8382a33ad6
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:9c8685e6-513e-418c-ab4b-27a692a4c7ad
ServiceInvariantUUID:d4ca89ef-3cb0-4fc8-8c0e-09f12542a737
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:aafa09b9-2dab-499e-8cf2-a4739ad5921a
ArtifactChecksum:NTZiYjIwZWE0M2Y3ODkwMjZiNjhlMDkxMTQ2YTdmZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:c3a5f9ae-46a0-4cbb-b889-b7e6005a89cc
ResourceInvariantUUID:b21d43cc-56bf-4d41-abea-c6d509094acf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:67536ebf-3eb6-436b-8300-0a677b376591
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-01T06:30:03.661Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9c8685e6-513e-418c-ab4b-27a692a4c7ad 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-01T06:30:03.697Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:30:03.698Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:30:03.698Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:30:03.698Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aafa09b9-2dab-499e-8cf2-a4739ad5921a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-01T06:30:03.698Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-01T06:30:03.698Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-01T06:30:04.083Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-01T06:30:04.088Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar aafa09b9-2dab-499e-8cf2-a4739ad5921a 105656
2022-05-01T06:30:04.088Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-01T06:30:04.088Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-01T06:30:04.088Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-01T06:30:04.089Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:30:04.091Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:30:04.091Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386604088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:30:04.190Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-01T06:30:04.191Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:30:04.192Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:30:04.204Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:30:04.205Z||pool-154-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:30:05.091Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-01T06:30:05.092Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-01T06:30:05.092Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: aafa09b9-2dab-499e-8cf2-a4739ad5921a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-01T06:30:05.093Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-05-01T06:30:05.094Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-01T06:30:05.094Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-01T06:30:05.195Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15924355645638041041/Definitions/service-TestPnfMacro-template.yml
2022-05-01T06:30:05.901Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-01T06:30:05.902Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:30:05.902Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-01T06:30:05.902Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-01T06:30:05.902Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-01T06:30:05.902Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-01T06:30:05.902Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-01T06:30:05.903Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-01T06:30:05.903Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-01T06:30:05.903Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-01T06:30:05.903Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-01T06:30:05.903Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-01T06:30:05.903Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:30:05.903Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:30:05.903Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-01T06:30:05.903Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:30:05.904Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:30:05.904Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:30:05.904Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:30:05.904Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-01T06:30:05.904Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-01T06:30:05.904Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-01T06:30:05.904Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:30:05.904Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:30:05.905Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:30:05.905Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:30:05.905Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:30:05.905Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:30:05.905Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:30:05.905Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:30:05.905Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:30:05.905Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:30:05.905Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:9c8685e6-513e-418c-ab4b-27a692a4c7ad
Model Version:NULL
Model InvariantUuid:d4ca89ef-3cb0-4fc8-8c0e-09f12542a737
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-01T06:30:05.912Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 67536ebf-3eb6-436b-8300-0a677b376591
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-01T06:30:05.915Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||test-pnf 0
2022-05-01T06:30:05.915Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 67536ebf-3eb6-436b-8300-0a677b376591
2022-05-01T06:30:05.915Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 9c8685e6-513e-418c-ab4b-27a692a4c7ad
2022-05-01T06:30:05.915Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9c8685e6-513e-418c-ab4b-27a692a4c7ad
2022-05-01T06:30:05.915Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 67536ebf-3eb6-436b-8300-0a677b376591 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-01T06:30:05.919Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3379dc75, org.onap.sdc.toscaparser.api.parameters.Input@1ffe3f7, org.onap.sdc.toscaparser.api.parameters.Input@2518ac0c, org.onap.sdc.toscaparser.api.parameters.Input@4189f911, org.onap.sdc.toscaparser.api.parameters.Input@3c6e1f21]
2022-05-01T06:30:05.919Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:30:05.919Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:30:05.919Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9c8685e6-513e-418c-ab4b-27a692a4c7ad: test-pnf
2022-05-01T06:30:05.919Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||Processing PNF resource: 67536ebf-3eb6-436b-8300-0a677b376591
2022-05-01T06:30:05.919Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-01T06:30:05.920Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-01T06:30:05.920Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||Resource customization UUID: c3a5f9ae-46a0-4cbb-b889-b7e6005a89cc is the same as notified resource customizationUUID: c3a5f9ae-46a0-4cbb-b889-b7e6005a89cc
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-01T06:30:05.947Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 67536ebf-3eb6-436b-8300-0a677b376591 0 ASDC deployResourceStructure
2022-05-01T06:30:05.948Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-01T06:30:05.948Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-01T06:30:05.948Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-01T06:30:05.949Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:30:05.951Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:30:05.951Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386605948,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:30:06.051Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:30:06.052Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:30:06.052Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:30:06.068Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:30:06.069Z||pool-155-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-01T06:30:06.952Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 250f4b4a-7e4b-4d73-86c6-5d8382a33ad6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T06:30:06.963Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 250f4b4a-7e4b-4d73-86c6-5d8382a33ad6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-01T06:30:06.965Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-01T06:30:06.966Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-01T06:30:06.966Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-01T06:30:06.966Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-01T06:30:06.966Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:30:06.966Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:30:06.966Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:30:06.966Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:30:06.967Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:30:06.967Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:30:06.967Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-01T06:30:06.967Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-01T06:30:06.971Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-01T06:30:09.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:30:09.270Z||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-01T06:30:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:30:09.289Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:30:09.289Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:30:09.289Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a62273f2-8ff4-4370-95bd-1bbf134266a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386456577,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:30:09.290Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:30:09.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:30:09.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:30:09.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:30:09.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:30:09.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:30:09.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:30:09.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:30:09.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:30:09.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:30:09.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:30:09.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:30:09.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:30:09.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:30:09.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-01T06:30:09.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:30:09.291Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:30:09.291Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:30:09.291Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:30:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:30:09.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:30:09.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:30:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:30:09.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:30:09.292Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:30:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:30:09.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386466059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:30:09.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:30:09.292Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:30:09.292Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386468537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:30:09.292Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:30:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:30:09.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386469745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:30:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:30:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:30:09.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386471043,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:30:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:30:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:30:09.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386472152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:30:09.293Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:30:09.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:30:09.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386473156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-01T06:30:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:30:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:30:09.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386474160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-01T06:30:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:30:09.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-01T06:30:09.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386475164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:30:09.294Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:30:36.972Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 250f4b4a-7e4b-4d73-86c6-5d8382a33ad6 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-01T06:30:36.980Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 250f4b4a-7e4b-4d73-86c6-5d8382a33ad6 and serviceModelVersionId: 9c8685e6-513e-418c-ab4b-27a692a4c7ad
2022-05-01T06:30:36.980Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4ca89ef-3cb0-4fc8-8c0e-09f12542a737
2022-05-01T06:30:36.981Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4ca89ef-3cb0-4fc8-8c0e-09f12542a737/model-vers/model-ver/9c8685e6-513e-418c-ab4b-27a692a4c7ad?depth=0
2022-05-01T06:30:36.985Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-01T06:30:37.017Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4ca89ef-3cb0-4fc8-8c0e-09f12542a737/model-vers/model-ver/9c8685e6-513e-418c-ab4b-27a692a4c7ad?depth=0|INFO|500||Invoke
2022-05-01T06:30:37.018Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4ca89ef-3cb0-4fc8-8c0e-09f12542a737/model-vers/model-ver/9c8685e6-513e-418c-ab4b-27a692a4c7ad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4ca89ef-3cb0-4fc8-8c0e-09f12542a737/model-vers/model-ver/9c8685e6-513e-418c-ab4b-27a692a4c7ad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[250f4b4a-7e4b-4d73-86c6-5d8382a33ad6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc915cb1-793c-4042-8f3f-5f2648fe772e], X-ECOMP-RequestID=[250f4b4a-7e4b-4d73-86c6-5d8382a33ad6], X-TransactionId=[], X-ONAP-RequestID=[250f4b4a-7e4b-4d73-86c6-5d8382a33ad6], Content-Type=[application/merge-patch+json]}
2022-05-01T06:30:37.038Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4ca89ef-3cb0-4fc8-8c0e-09f12542a737/model-vers/model-ver/9c8685e6-513e-418c-ab4b-27a692a4c7ad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-01T06:30:37.299Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4ca89ef-3cb0-4fc8-8c0e-09f12542a737/model-vers/model-ver/9c8685e6-513e-418c-ab4b-27a692a4c7ad?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/d4ca89ef-3cb0-4fc8-8c0e-09f12542a737/model-vers/model-ver/9c8685e6-513e-418c-ab4b-27a692a4c7ad?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220501-06:30:36:327-38463], vertex-id=[503960], Content-Length=[0], Date=[Sun, 01 May 2022 06:30:36 GMT], Content-Type=[application/json]}
2022-05-01T06:30:37.300Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4ca89ef-3cb0-4fc8-8c0e-09f12542a737/model-vers/model-ver/9c8685e6-513e-418c-ab4b-27a692a4c7ad?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-01T06:30:37.300Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d4ca89ef-3cb0-4fc8-8c0e-09f12542a737/model-vers/model-ver/9c8685e6-513e-418c-ab4b-27a692a4c7ad?depth=0|INFO|500||InvokeReturn
2022-05-01T06:30:37.301Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-01T06:30:37.301Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-01T06:30:37.307Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-01T06:30:37.307Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 250f4b4a-7e4b-4d73-86c6-5d8382a33ad6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-01T06:30:37.308Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-01T06:30:37.308Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-01T06:30:37.310Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-01T06:30:37.310Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386637308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:30:37.410Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-01T06:30:37.411Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-01T06:30:37.411Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as P0u68h6u1TAu1V6R) ...
2022-05-01T06:30:37.426Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:30:37.426Z||pool-156-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-01T06:30:38.329Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:30:38.330Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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-01T06:30:38.330Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:30:48.657Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:30:48.657Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:30:48.658Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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-01T06:30:48.658Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:30:58.216Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:30:58.217Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:30:58.218Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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-01T06:30:58.218Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:31:07.784Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:31:07.785Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:31:07.786Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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-01T06:31:07.786Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:31:09.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:31:09.271Z||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-01T06:31:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:31:09.297Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:31:09.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:31:09.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5d94b130-0178-4130-8bac-a8b769008cf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386536774,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:31:09.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:31:09.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:31:09.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:31:09.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:31:09.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:31:09.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-01T06:31:09.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:31:09.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:31:09.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-01T06:31:09.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:31:09.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:31:09.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:31:09.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:31:09.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:31:09.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-01T06:31:09.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:31:09.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:31:09.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-01T06:31:09.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:31:09.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:31:09.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-01T06:31:09.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:31:09.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:31:09.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:31:09.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:31:09.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:31:09.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:31:09.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:31:09.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:31:09.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:31:09.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:31:09.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:31:09.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386548592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:31:09.302Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:31:17.373Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:31:17.374Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:31:17.374Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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-01T06:31:17.374Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:31:26.951Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:31:26.951Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:31:26.952Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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-01T06:31:26.952Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:31:36.519Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:32:09.267Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:32:09.268Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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-01T06:32:09.269Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:32:09.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:32:09.270Z||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-01T06:32:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:32:09.311Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:32:09.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386551302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:32:09.312Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:32:09.312Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386552484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:32:09.313Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:32:09.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386553557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:32:09.313Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:32:09.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386554742,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:32:09.314Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:32:09.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386556038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:32:09.314Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:32:09.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386557112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-01T06:32:09.314Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:32:09.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386558117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-01T06:32:09.314Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:32:09.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386559121,
  "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-01T06:32:09.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:32:09.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386560126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-01T06:32:09.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:32:09.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386561129,
  "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-01T06:32:09.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:32:09.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386562134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:32:09.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:32:09.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "05b618ca-57aa-41c4-b824-efc4bfb7116a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386593603,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:32:09.316Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:32:09.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:32:09.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:32:09.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:32:09.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:32:09.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:32:09.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:32:09.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:32:09.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:32:09.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:32:09.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:32:09.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:32:09.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:32:09.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:32:09.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:32:09.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-01T06:32:09.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:32:09.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386352853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-01T06:32:09.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-01T06:32:09.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386604088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-01T06:32:09.318Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:32:09.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-01T06:32:09.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386605948,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-01T06:32:09.318Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:32:18.857Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:33:09.268Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:33:09.269Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:33:09.270Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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-01T06:33:09.270Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:33:09.270Z||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-01T06:33:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:33:09.798Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:33:09.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-01T06:33:09.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "250f4b4a-7e4b-4d73-86c6-5d8382a33ad6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651386637308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-01T06:33:09.800Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-01T06:33:18.846Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:34:09.267Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:34:09.268Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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-01T06:34:09.268Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:34:09.269Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:34:09.270Z||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-01T06:34:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:34:18.819Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:34:18.819Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:35:09.268Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:35:09.269Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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-01T06:35:09.269Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:35:09.272Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:35:09.273Z||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-01T06:35:09.273Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:35:18.831Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:35:18.880Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:36:09.268Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:36:09.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:36:09.270Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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-01T06:36:09.270Z||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-01T06:36:09.270Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:36:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:36:18.846Z|250f4b4a-7e4b-4d73-86c6-5d8382a33ad6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:36:18.846Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:37:09.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:37:09.268Z||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-01T06:37:09.268Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:37:09.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:37:09.271Z||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-01T06:37:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:37:18.811Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:37:18.811Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:38:09.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:38:09.268Z||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-01T06:38:09.268Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:38:09.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:38:09.270Z||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-01T06:38:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:38:18.808Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:38:18.821Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:39:09.267Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:39:09.268Z||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-01T06:39:09.268Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:39:09.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:39:09.270Z||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-01T06:39:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:39:18.808Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:39:18.809Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:40:09.268Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:40:09.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:40:09.270Z||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-01T06:40:09.270Z||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-01T06:40:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:40:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:40:18.856Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:40:18.856Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:41:09.268Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:41:09.269Z||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-01T06:41:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:41:09.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:41:09.272Z||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-01T06:41:09.272Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:41:18.817Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:41:18.818Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:42:09.268Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:42:09.269Z||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-01T06:42:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:42:09.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:42:09.270Z||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-01T06:42:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:42:18.816Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:42:18.816Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:43:09.267Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:43:09.269Z||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-01T06:43:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:43:09.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:43:09.273Z||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-01T06:43:09.274Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:43:18.808Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:43:18.808Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:44:09.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:44:09.268Z||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-01T06:44:09.269Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:44:09.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:44:09.270Z||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-01T06:44:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:44:18.813Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:44:18.813Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:45:09.270Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:45:09.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:45:09.277Z||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-01T06:45:09.277Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:45:09.277Z||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-01T06:45:09.278Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:45:18.823Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:45:18.823Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:46:09.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:46:09.268Z||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-01T06:46:09.268Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:46:09.270Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:46:09.270Z||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-01T06:46:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:46:18.813Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:46:18.813Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:47:09.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:47:09.268Z||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-01T06:47:09.268Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:47:09.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:47:09.270Z||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-01T06:47:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:47:18.844Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:47:18.853Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:48:09.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:48:09.268Z||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-01T06:48:09.268Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:48:09.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:48:09.270Z||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-01T06:48:09.271Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:48:18.805Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:48:18.805Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:49:09.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:49:09.268Z||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-01T06:49:09.268Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:49:09.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-01T06:49:09.270Z||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-01T06:49:09.270Z||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 P0u68h6u1TAu1V6R) ...
2022-05-01T06:49:18.806Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-01T06:49:18.812Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK