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-10-26T03:22:20.741Z||main|||||INFO|500||The following profiles are active: basic
2022-10-26T03:22:35.664Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-26T03:22:35.665Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-26T03:22:35.852Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-26T03:22:41.941Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-26T03:22:42.561Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-26T03:22:43.297Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-26T03:22:43.325Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-26T03:22:43.514Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-26T03:22:44.071Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-26T03:22:45.052Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-26T03:22:48.083Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-26T03:22:51.566Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-26T03:22:51.642Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-26T03:22:52.665Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-26T03:22:53.066Z||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-10-26T03:22:55.038Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-26T03:22:56.823Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-10-26T03:22:56.858Z||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$$7b5c92.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-10-26T03:22:56.863Z||main|||||WARN|500||The sdc end point is not alive
2022-10-26T03:23:00.813Z||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-10-26T03:23:04.838Z||main|||||WARN|500||---
2022-10-26T03:23:04.839Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-26T03:23:04.840Z||main|||||WARN|500||---
2022-10-26T03:23:05.671Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-26T03:23:13.676Z||main|||||INFO|500||Started Application in 57.431 seconds (JVM running for 60.067)
2022-10-26T03:23:13.696Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-26T03:23:13.705Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-26T03:23:13.721Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-26T03:23:13.750Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-26T03:23:13.822Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 06a0c8e2-758d-40cf-b376-dcb1408b2f44 url= /sdc/v1/artifactTypes
2022-10-26T03:23:13.823Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-26T03:23:14.238Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-26T03:23:14.297Z||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-10-26T03:23:14.325Z||scheduling-1|||||DEBUG|500||create keys
2022-10-26T03:23:14.341Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-26T03:23:14.380Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:23:14.425Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f8988986-8cb5-4b9e-b2a2-a2958ff293e9 url= /sdc/v1/registerForDistribution
2022-10-26T03:23:14.564Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f8988986-8cb5-4b9e-b2a2-a2958ff293e9 url= /sdc/v1/registerForDistribution
2022-10-26T03:23:14.568Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-26T03:23:14.626Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:23:14.626Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:23:14.633Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-26T03:23:14.730Z||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-10-26T03:23:14.731Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:23:14.730Z||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-10-26T03:23:14.733Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:23:25.049Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:23:25.057Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:24:14.591Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:24:14.594Z||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-10-26T03:24:14.595Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:24:14.600Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:24:14.601Z||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-10-26T03:24:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:24:24.157Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:24:24.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:25:14.593Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:25:14.594Z||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-10-26T03:25:14.594Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:25:14.600Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:25:14.601Z||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-10-26T03:25:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:25:24.151Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:25:24.153Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:26:14.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:26:14.594Z||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-10-26T03:26:14.594Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:26:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:26:14.601Z||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-10-26T03:26:14.602Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:26:24.146Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:26:24.146Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:27:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:27:14.593Z||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-10-26T03:27:14.594Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:27:14.600Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:27:14.601Z||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-10-26T03:27:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:27:24.148Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:27:24.151Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:28:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:28:14.592Z||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-10-26T03:28:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:28:14.600Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:28:14.601Z||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-10-26T03:28:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:28:24.153Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:28:24.155Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:29:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:29:14.593Z||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-10-26T03:29:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:29:14.600Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:29:14.601Z||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-10-26T03:29:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:29:24.148Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:29:24.148Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:30:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:30:14.593Z||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-10-26T03:30:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:30:14.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:30:14.602Z||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-10-26T03:30:14.602Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:30:24.144Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:30:24.149Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:31:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:31:14.592Z||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-10-26T03:31:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:31:14.601Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:31:14.602Z||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-10-26T03:31:14.603Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:31:24.177Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:31:24.177Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:32:14.593Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:32:14.595Z||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-10-26T03:32:14.595Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:32:14.600Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:32:14.601Z||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-10-26T03:32:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:32:24.151Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:32:24.161Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:32:28.794Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-26T03:33:14.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:33:14.594Z||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-10-26T03:33:14.594Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:33:14.600Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:33:14.601Z||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-10-26T03:33:14.602Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:33:24.145Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:33:24.150Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:34:14.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:34:14.592Z||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-10-26T03:34:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:34:14.600Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:34:14.600Z||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-10-26T03:34:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:34:24.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:34:24.143Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:35:14.591Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:35:14.592Z||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-10-26T03:35:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:35:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:35:14.601Z||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-10-26T03:35:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:35:24.138Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:35:24.138Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:36:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:36:14.592Z||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-10-26T03:36:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:36:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:36:14.601Z||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-10-26T03:36:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:36:24.144Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:36:24.145Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:37:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:37:14.592Z||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-10-26T03:37:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:37:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:37:14.601Z||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-10-26T03:37:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:37:24.143Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:37:24.144Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:38:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:38:14.593Z||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-10-26T03:38:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:38:14.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:38:14.601Z||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-10-26T03:38:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:38:24.143Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:38:24.146Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:39:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:39:14.593Z||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-10-26T03:39:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:39:14.600Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:39:14.602Z||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-10-26T03:39:14.602Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:39:24.143Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:39:24.146Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:40:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:40:14.592Z||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-10-26T03:40:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:40:14.600Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:40:14.602Z||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-10-26T03:40:14.602Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:40:24.174Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:40:24.180Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:41:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:41:14.594Z||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-10-26T03:41:14.594Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:41:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:41:14.601Z||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-10-26T03:41:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:41:24.138Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:41:24.142Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:42:14.592Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:42:14.596Z||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-10-26T03:42:14.597Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:42:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:42:14.601Z||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-10-26T03:42:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:42:24.150Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:42:24.150Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:43:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:43:14.593Z||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-10-26T03:43:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:43:14.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:43:14.600Z||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-10-26T03:43:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:43:24.144Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:43:24.145Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:44:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:44:14.592Z||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-10-26T03:44:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:44:14.600Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:44:14.601Z||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-10-26T03:44:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:44:24.148Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:44:24.147Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:45:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:45:14.593Z||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-10-26T03:45:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:45:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:45:14.601Z||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-10-26T03:45:14.602Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:45:24.149Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:45:24.151Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:46:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:46:14.593Z||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-10-26T03:46:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:46:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:46:14.601Z||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-10-26T03:46:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:46:24.135Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:46:24.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:47:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:47:14.593Z||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-10-26T03:47:14.594Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:47:14.600Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:47:14.601Z||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-10-26T03:47:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:47:24.142Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:47:24.147Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:48:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:48:14.593Z||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-10-26T03:48:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:48:14.600Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:48:14.601Z||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-10-26T03:48:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:48:24.140Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:48:24.144Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:49:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:49:14.592Z||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-10-26T03:49:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:49:14.600Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:49:14.601Z||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-10-26T03:49:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:49:24.141Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:49:24.141Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:50:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:50:14.592Z||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-10-26T03:50:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:50:14.600Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:50:14.601Z||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-10-26T03:50:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:50:24.141Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:50:24.144Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:51:14.592Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:51:14.596Z||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-10-26T03:51:14.597Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:51:14.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:51:14.601Z||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-10-26T03:51:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:51:24.155Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:51:24.155Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:52:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:52:14.593Z||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-10-26T03:52:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:52:14.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:52:14.601Z||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-10-26T03:52:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:52:24.138Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:52:24.141Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:53:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:53:14.593Z||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-10-26T03:53:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:53:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:53:14.601Z||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-10-26T03:53:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:53:24.153Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:53:24.155Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:54:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:54:14.593Z||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-10-26T03:54:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:54:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:54:14.602Z||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-10-26T03:54:14.602Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:54:24.141Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:54:24.152Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:55:14.592Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:55:14.593Z||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-10-26T03:55:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:55:14.600Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:55:14.601Z||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-10-26T03:55:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:55:24.141Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:55:24.141Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:56:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:56:14.593Z||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-10-26T03:56:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:56:14.600Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:56:14.601Z||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-10-26T03:56:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:56:24.156Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:56:24.158Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:57:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:57:14.593Z||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-10-26T03:57:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:57:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:57:14.600Z||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-10-26T03:57:14.600Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:57:24.141Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:57:24.145Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:58:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:58:14.592Z||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-10-26T03:58:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:58:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:58:14.600Z||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-10-26T03:58:14.600Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:58:24.138Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:58:24.140Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:59:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:59:14.592Z||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-10-26T03:59:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:59:14.600Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T03:59:14.600Z||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-10-26T03:59:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T03:59:24.149Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T03:59:24.161Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:14.591Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:00:14.594Z||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-10-26T04:00:14.595Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:14.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:00:14.601Z||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-10-26T04:00:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:14.742Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:14.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "cds",
  "timestamp": 1666756768280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "clamp",
  "timestamp": 1666756771457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "cds",
  "timestamp": 1666756768280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "clamp",
  "timestamp": 1666756771457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:00:14.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "cds",
  "timestamp": 1666756768280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "clamp",
  "timestamp": 1666756771457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666756774900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "cds",
  "timestamp": 1666756768280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.816Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "clamp",
  "timestamp": 1666756771457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666756774900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "cds",
  "timestamp": 1666756768280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "clamp",
  "timestamp": 1666756771457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666756774900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "cds",
  "timestamp": 1666756768280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "clamp",
  "timestamp": 1666756771457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666756774900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "cds",
  "timestamp": 1666756768280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:00:14.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "clamp",
  "timestamp": 1666756771457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:00:14.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666756774900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "cds",
  "timestamp": 1666756781107,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:00:14.826Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:14.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666756774900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756780009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:14.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:14.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:14.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "cds",
  "timestamp": 1666756782124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-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-10-26T04:00:15.045Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0025fcad-4795-472b-b307-4535bce9b951
2022-10-26T04:00:15.069Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0025fcad-4795-472b-b307-4535bce9b951 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-10-26T04:00:15.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "aai-ml",
  "timestamp": 1666756782492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666756774900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756780009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:00:15.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "aai-ml",
  "timestamp": 1666756782492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "policy-id",
  "timestamp": 1666756782972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756780009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:00:15.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "aai-ml",
  "timestamp": 1666756782492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "policy-id",
  "timestamp": 1666756782972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756780009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "aai-ml",
  "timestamp": 1666756782492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "policy-id",
  "timestamp": 1666756782972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:00:15.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756780009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-26T04:00:15.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756785315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "aai-ml",
  "timestamp": 1666756782492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "policy-id",
  "timestamp": 1666756782972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756780009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756785315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "aai-ml",
  "timestamp": 1666756782492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "policy-id",
  "timestamp": 1666756782972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756780009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:00:15.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756785315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "aai-ml",
  "timestamp": 1666756782492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:00:15.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "policy-id",
  "timestamp": 1666756782972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756787858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.110Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756785315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "policy-id",
  "timestamp": 1666756782972,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:00:15.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "aai-ml",
  "timestamp": 1666756790360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.112Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756785315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756788971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "policy-id",
  "timestamp": 1666756790797,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.114Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756785315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756790058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "policy-id",
  "timestamp": 1666756791809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:00:15.116Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756785315,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:00:15.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756791138,
  "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-10-26T04:00:15.150Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0025fcad-4795-472b-b307-4535bce9b951
2022-10-26T04:00:15.150Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0025fcad-4795-472b-b307-4535bce9b951 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-10-26T04:00:15.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "policy-id",
  "timestamp": 1666756792815,
  "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-10-26T04:00:15.169Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0025fcad-4795-472b-b307-4535bce9b951
2022-10-26T04:00:15.170Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0025fcad-4795-472b-b307-4535bce9b951 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-10-26T04:00:15.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756793222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.184Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.184Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756792145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:00:15.185Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "clamp",
  "timestamp": 1666756795670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.185Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "clamp",
  "timestamp": 1666756797682,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:00:15.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "clamp",
  "timestamp": 1666756798687,
  "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-10-26T04:00:15.192Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0025fcad-4795-472b-b307-4535bce9b951
2022-10-26T04:00:15.192Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0025fcad-4795-472b-b307-4535bce9b951 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-10-26T04:00:15.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756799057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:00:15.201Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756800065,
  "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-10-26T04:00:15.207Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0025fcad-4795-472b-b307-4535bce9b951
2022-10-26T04:00:15.208Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0025fcad-4795-472b-b307-4535bce9b951 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-10-26T04:00:15.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "aai-ml",
  "timestamp": 1666756804576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:00:15.217Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "aai-ml",
  "timestamp": 1666756805583,
  "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-10-26T04:00:15.224Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:15.225Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0025fcad-4795-472b-b307-4535bce9b951
2022-10-26T04:00:15.225Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0025fcad-4795-472b-b307-4535bce9b951 and ComponentName AAI
2022-10-26T04:00:15.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0025fcad-4795-472b-b307-4535bce9b951","serviceName":"vFW 2022-10-26 03-58-39","serviceVersion":"1.0","serviceUUID":"c8b82f0a-8c24-44a3-a302-7b6954c88e90","serviceDescription":"catalog service description","serviceInvariantUUID":"436f4e4e-0046-4868-aeb3-149dd04cc19c","resources":[{"resourceInstanceName":"vFW 9819969a-f0b9 0","resourceName":"vFW 9819969a-f0b9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"67a5421e-308a-4d78-8777-c688e6131808","resourceInvariantUUID":"692586cf-dfc5-4444-9ffd-ede16aea8de1","resourceCustomizationUUID":"d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml","artifactChecksum":"Y2YzM2IxM2JmYTY2MDhjZjk0ZmYxMWQxNDMyNDhiYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ba94b86-5ce7-4c61-9298-3ce55143dfe9","artifactVersion":"1"},{"artifactName":"vfw9819969af0b90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json","artifactChecksum":"ZmI2ZmZmYTQxNjBiYTAxMjk2YzVkZDc4NDg3NzUyM2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e282a4dc-505d-4af9-abd1-cfe1484f82d6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml","artifactChecksum":"OTNjZGQ3NDY5OGJiMzJmMWRiYzZlY2U3YzBiMTIzNmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1104d4c7-3690-463a-9432-07a7243dc673","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1117a913-667b-4b59-82ab-4755781edacd","artifactVersion":"2","generatedFromUUID":"7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221026035839-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml","artifactChecksum":"MDRkYmYzMDM2MjMyMGI1ZDMyYTg4Yjc0MmE4N2RhYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5870cbb4-867f-4c6d-9004-02883d75d2d1","artifactVersion":"1"},{"artifactName":"service-Vfw20221026035839-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar","artifactChecksum":"NTcxODI1Zjc0MDViYzlmYjVjMzQwYzNhMjJmMDU0ZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"abe242f5-8543-4a15-994a-c1d3a3ef89dd","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-10-26T04:00:15.235Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:00:15.235Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.235Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756800009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "cds",
  "timestamp": 1666756798280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "policy-id",
  "timestamp": 1666756802972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "clamp",
  "timestamp": 1666756801457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "cds",
  "timestamp": 1666756798280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756800009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:00:15.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "policy-id",
  "timestamp": 1666756802972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.239Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "clamp",
  "timestamp": 1666756801457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:00:15.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.240Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.240Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756800009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:00:15.240Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "cds",
  "timestamp": 1666756798280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.241Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "policy-id",
  "timestamp": 1666756802972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:00:15.242Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.242Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.242Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "clamp",
  "timestamp": 1666756801457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.243Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:15.243Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756800009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.244Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "cds",
  "timestamp": 1666756798280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.244Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "policy-id",
  "timestamp": 1666756802972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "clamp",
  "timestamp": 1666756801457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756800009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-26T04:00:15.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "cds",
  "timestamp": 1666756798280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "policy-id",
  "timestamp": 1666756802972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.248Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "clamp",
  "timestamp": 1666756801457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.249Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756800009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "cds",
  "timestamp": 1666756798280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.250Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "policy-id",
  "timestamp": 1666756802972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "clamp",
  "timestamp": 1666756801457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756800009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:00:15.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "cds",
  "timestamp": 1666756798280,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:00:15.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "policy-id",
  "timestamp": 1666756802972,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:00:15.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "clamp",
  "timestamp": 1666756801457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:00:15.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.256Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:15.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.256Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "aai-ml",
  "timestamp": 1666756812491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756812335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "cds",
  "timestamp": 1666756812948,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "policy-id",
  "timestamp": 1666756813419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "aai-ml",
  "timestamp": 1666756812491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:15.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:00:15.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "cds",
  "timestamp": 1666756813953,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-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-10-26T04:00:15.275Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
2022-10-26T04:00:15.276Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f 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-10-26T04:00:15.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "policy-id",
  "timestamp": 1666756814425,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:00:15.287Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:00:15.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756813399,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:00:15.288Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:00:15.357Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-10-26T04:00:15.363Z||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-10-26T04:00:15.363Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:15.380Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:15.382Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:16.266Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:00:16.267Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:16.269Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:16.270Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:00:16.370Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:16.371Z||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-10-26T04:00:16.371Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:16.384Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:16.385Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:00:17.271Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:00:17.272Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:17.275Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:17.275Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:00:17.375Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:17.377Z||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-10-26T04:00:17.378Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:17.393Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:17.394Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:18.276Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:00:18.277Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:18.280Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:18.280Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:18.381Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T04:00:18.382Z||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-10-26T04:00:18.383Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:18.396Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:18.397Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:19.281Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:00:19.283Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:19.286Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:19.286Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-26T04:00:19.387Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T04:00:19.388Z||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-10-26T04:00:19.388Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:19.404Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:19.404Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:20.287Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:00:20.288Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:20.291Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:20.291Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:00:20.391Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:20.393Z||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-10-26T04:00:20.394Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:20.409Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:20.410Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:21.291Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:00:21.293Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:21.295Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:21.295Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:00:21.396Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:21.398Z||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-10-26T04:00:21.399Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:21.416Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:21.417Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:22.297Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "serviceName": "vFW 2022-10-26 03-58-39",
  "serviceVersion": "1.0",
  "serviceUUID": "c8b82f0a-8c24-44a3-a302-7b6954c88e90",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "436f4e4e-0046-4868-aeb3-149dd04cc19c",
  "resources": [
    {
      "resourceInstanceName": "vFW 9819969a-f0b9 0",
      "resourceCustomizationUUID": "d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec",
      "resourceName": "vFW 9819969a-f0b9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "67a5421e-308a-4d78-8777-c688e6131808",
      "resourceInvariantUUID": "692586cf-dfc5-4444-9ffd-ede16aea8de1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9819969af0b90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
          "artifactChecksum": "ZmI2ZmZmYTQxNjBiYTAxMjk2YzVkZDc4NDg3NzUyM2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e282a4dc-505d-4af9-abd1-cfe1484f82d6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1117a913-667b-4b59-82ab-4755781edacd",
            "generatedFromUUID": "7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1117a913-667b-4b59-82ab-4755781edacd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221026035839-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
      "artifactChecksum": "NTcxODI1Zjc0MDViYzlmYjVjMzQwYzNhMjJmMDU0ZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "abe242f5-8543-4a15-994a-c1d3a3ef89dd"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T04:00:22.299Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T04:00:22.299Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c8b82f0a-8c24-44a3-a302-7b6954c88e90 ASDC
2022-10-26T04:00:22.544Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0025fcad-4795-472b-b307-4535bce9b951
ServiceName:vFW 2022-10-26 03-58-39
ServiceVersion:1.0
ServiceUUID:c8b82f0a-8c24-44a3-a302-7b6954c88e90
ServiceInvariantUUID:436f4e4e-0046-4868-aeb3-149dd04cc19c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221026035839-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar
ArtifactUUID:abe242f5-8543-4a15-994a-c1d3a3ef89dd
ArtifactChecksum:NTcxODI1Zjc0MDViYzlmYjVjMzQwYzNhMjJmMDU0ZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9819969a-f0b9 0
ResourceCustomizationUUID:d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec
ResourceInvariantUUID:692586cf-dfc5-4444-9ffd-ede16aea8de1
ResourceName:vFW 9819969a-f0b9
ResourceType:VF
ResourceUUID:67a5421e-308a-4d78-8777-c688e6131808
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9819969af0b90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json
ArtifactUUID:e282a4dc-505d-4af9-abd1-cfe1484f82d6
ArtifactChecksum:ZmI2ZmZmYTQxNjBiYTAxMjk2YzVkZDc4NDg3NzUyM2U=
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/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml
ArtifactUUID:7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c
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/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env
ArtifactUUID:1117a913-667b-4b59-82ab-4755781edacd
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/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env
ArtifactUUID:1117a913-667b-4b59-82ab-4755781edacd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-26T04:00:22.545Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8b82f0a-8c24-44a3-a302-7b6954c88e90 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-10-26T04:00:22.608Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:00:22.610Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-26T04:00:22.613Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-26T04:00:22.613Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: abe242f5-8543-4a15-994a-c1d3a3ef89dd from URL: /sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:22.614Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-26T04:00:22.616Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:22.767Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-26T04:00:22.798Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar abe242f5-8543-4a15-994a-c1d3a3ef89dd 99074
2022-10-26T04:00:22.801Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar ASDC sendASDCNotification
2022-10-26T04:00:22.801Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:22.803Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:00:22.805Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:22.808Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:22.808Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756822799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:00:22.908Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:00:22.910Z||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-10-26T04:00:22.910Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:22.924Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:22.924Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:00:23.809Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:00:23.813Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-26T04:00:23.814Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: abe242f5-8543-4a15-994a-c1d3a3ef89dd, URL: /sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar to file: /app/ASDC/1/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:23.815Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221026035839-csar.csar
2022-10-26T04:00:23.970Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:23.971Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:25.083Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17757176842160278970/Definitions/service-Vfw20221026035839-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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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
2022-10-26T04:00:28.290Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T04:00:28.300Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-26T04:00:28.300Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.300Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-10-26T04:00:28.301Z|0025fcad-4795-472b-b307-4535bce9b951|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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.301Z|0025fcad-4795-472b-b307-4535bce9b951|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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.301Z|0025fcad-4795-472b-b307-4535bce9b951|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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.301Z|0025fcad-4795-472b-b307-4535bce9b951|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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.301Z|0025fcad-4795-472b-b307-4535bce9b951|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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.302Z|0025fcad-4795-472b-b307-4535bce9b951|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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.302Z|0025fcad-4795-472b-b307-4535bce9b951|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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.302Z|0025fcad-4795-472b-b307-4535bce9b951|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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.302Z|0025fcad-4795-472b-b307-4535bce9b951|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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.303Z|0025fcad-4795-472b-b307-4535bce9b951|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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.303Z|0025fcad-4795-472b-b307-4535bce9b951|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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.303Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9819969a-f0b9 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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.303Z|0025fcad-4795-472b-b307-4535bce9b951|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-Vfw20221026035839-csar.csar
2022-10-26T04:00:28.303Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-26T04:00:28.314Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:28.317Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:28.325Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:28.326Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-26T04:00:28.329Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:00:28.332Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:28.332Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:28.332Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:28.332Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-26T04:00:28.333Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:00:28.333Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:28.334Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:28.339Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:28.340Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is not matching search criteria
2022-10-26T04:00:28.340Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T04:00:28.340Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-26T04:00:28.341Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.341Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.341Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-26T04:00:28.341Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.342Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T04:00:28.342Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-26T04:00:28.343Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-26T04:00:28.343Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.343Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.344Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-26T04:00:28.344Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.344Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-26T04:00:28.344Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.345Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-26T04:00:28.345Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:28.345Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T04:00:28.348Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:28.348Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:28.348Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:00:28.349Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:28.349Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:28.349Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:00:28.350Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:28.350Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:28.350Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:00:28.351Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:28.351Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is not matching search criteria
2022-10-26T04:00:28.351Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T04:00:28.352Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-26T04:00:28.352Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T04:00:28.352Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-26T04:00:28.353Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-26T04:00:28.353Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.353Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.353Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-26T04:00:28.354Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.354Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-26T04:00:28.354Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.355Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e313e081-e856-4412-804d-24f506ecfd89
2022-10-26T04:00:28.355Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:28.355Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is not matching search criteria
2022-10-26T04:00:28.356Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T04:00:28.356Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-26T04:00:28.356Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.357Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.357Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-26T04:00:28.357Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.357Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T04:00:28.358Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-26T04:00:28.358Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-26T04:00:28.358Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.358Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-26T04:00:28.359Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.359Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3d50f673-cef2-4c32-beb8-58e19ba9b40e
2022-10-26T04:00:28.359Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:28.360Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is not matching search criteria
2022-10-26T04:00:28.360Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T04:00:28.361Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-26T04:00:28.361Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.361Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.361Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-26T04:00:28.362Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.362Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T04:00:28.362Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-26T04:00:28.363Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-26T04:00:28.363Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:28.363Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:28.363Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-26T04:00:28.364Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=54bbc114-d732-486c-86d6-9d1323cce5ec
2022-10-26T04:00:28.364Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:28.364Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:28.365Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:28.365Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:28.365Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:28.366Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:28.366Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:28.366Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:28.367Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-10-26 03-58-39
Description:catalog service description
Model UUID:c8b82f0a-8c24-44a3-a302-7b6954c88e90
Model Version:NULL
Model InvariantUuid:436f4e4e-0046-4868-aeb3-149dd04cc19c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9819969a-f0b9
Model UUID:1d1093bd-7009-4a8c-93b0-09c3a45fcfb7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:692586cf-dfc5-4444-9ffd-ede16aea8de1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9d32605f-a562-4212-bdc5-57b97036fedc
ModelName:Vfw9819969aF0b9..base_vfw..module-0
ModelUuid:487e7ce0-4b33-4bd2-85cc-fa76a0317f71
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e313e081-e856-4412-804d-24f506ecfd89
ModelInvariantUuid:6c1e3222-d22d-494b-a11e-42d356914031
ModelName:vFW 9819969a-f0b9-nodes.vfwCvfc
ModelUuid:a645822a-309f-41b7-9621-c7d25d261c80
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d58599c9-1016-4457-9f95-aaa59e1661b1
ModelInvariantUuid:98d870ec-45b9-462f-8c67-344b5cb90bb9
ModelName:Vfw9819969aF0b9.compute.nodes.heat.vfw
ModelUuid:7e6f1311-725b-4777-bdb2-c8dfe34cdbcf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3d50f673-cef2-4c32-beb8-58e19ba9b40e
ModelInvariantUuid:239a646e-631c-4e0e-802c-d40bb9145077
ModelName:vFW 9819969a-f0b9-nodes.vsnCvfc
ModelUuid:84e9922f-6a03-482b-8c1f-5f765b450643
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:593a6397-6ffa-4d31-949b-7e602408c9d8
ModelInvariantUuid:3727a5aa-4912-413d-88e6-c4b6d29a1bed
ModelName:Vfw9819969aF0b9.compute.nodes.heat.vsn
ModelUuid:0d521192-b4b4-47fa-96c4-ca91664bfbbe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:54bbc114-d732-486c-86d6-9d1323cce5ec
ModelInvariantUuid:145b630b-da7d-4a30-a571-5d03956a2b82
ModelName:vFW 9819969a-f0b9-nodes.vpgCvfc
ModelUuid:34fd1bd9-c771-4471-adb9-5f2ec0a5cf73
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:30dac363-ca7e-4ebe-b18e-078f92e8fc1c
ModelInvariantUuid:49aad93d-3c7b-43c0-a2ee-baa9413a945a
ModelName:Vfw9819969aF0b9.compute.nodes.heat.vpg
ModelUuid:03ef84f2-f4a7-4cd2-9d9f-20e8faafd375
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-10-26T04:00:28.383Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 67a5421e-308a-4d78-8777-c688e6131808
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-10-26T04:00:28.543Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||vFW 9819969a-f0b9 0
2022-10-26T04:00:28.553Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 67a5421e-308a-4d78-8777-c688e6131808
2022-10-26T04:00:28.553Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e282a4dc-505d-4af9-abd1-cfe1484f82d6 from URL: /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json
2022-10-26T04:00:28.554Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-26T04:00:28.554Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json
2022-10-26T04:00:28.611Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-26T04:00:28.612Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json e282a4dc-505d-4af9-abd1-cfe1484f82d6 785
2022-10-26T04:00:28.613Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json ASDC sendASDCNotification
2022-10-26T04:00:28.613Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json
2022-10-26T04:00:28.613Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:00:28.614Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:28.618Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:28.618Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756828613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:00:28.718Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:00:28.720Z||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-10-26T04:00:28.720Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:28.734Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:28.734Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:29.620Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9819969aF0b9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9d32605f-a562-4212-bdc5-57b97036fedc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "487e7ce0-4b33-4bd2-85cc-fa76a0317f71",
    "vfModuleModelCustomizationUUID": "9fa84224-dd60-4a59-8e33-9bf290a4d698",
    "isBase": true,
    "artifacts": [
      "7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c",
      "1117a913-667b-4b59-82ab-4755781edacd"
    ],
    "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-10-26T04:00:29.639Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9819969aF0b9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:487e7ce0-4b33-4bd2-85cc-fa76a0317f71
VfModuleModelInvariantUUID:9d32605f-a562-4212-bdc5-57b97036fedc
VfModuleModelDescription:NULL
Artifacts UUID List:{
7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c
,
1117a913-667b-4b59-82ab-4755781edacd

}
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-10-26T04:00:29.644Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9819969aF0b9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9d32605f-a562-4212-bdc5-57b97036fedc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "487e7ce0-4b33-4bd2-85cc-fa76a0317f71",
    "vfModuleModelCustomizationUUID": "9fa84224-dd60-4a59-8e33-9bf290a4d698",
    "isBase": true,
    "artifacts": [
      "7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c",
      "1117a913-667b-4b59-82ab-4755781edacd"
    ],
    "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-10-26T04:00:29.644Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9819969aF0b9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:487e7ce0-4b33-4bd2-85cc-fa76a0317f71
VfModuleModelInvariantUUID:9d32605f-a562-4212-bdc5-57b97036fedc
VfModuleModelDescription:NULL
Artifacts UUID List:{
7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c
,
1117a913-667b-4b59-82ab-4755781edacd

}
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-10-26T04:00:29.645Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c from URL: /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml
2022-10-26T04:00:29.645Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-26T04:00:29.646Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml
2022-10-26T04:00:29.704Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-26T04:00:29.706Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml 7caf4e7e-ac9c-4b8f-8652-0e6a9f4dc31c 20368
2022-10-26T04:00:29.706Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-26T04:00:29.707Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml
2022-10-26T04:00:29.707Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:00:29.707Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:29.710Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:29.710Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756829706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:00:29.810Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:29.811Z||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-10-26T04:00:29.812Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:29.825Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:29.826Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:30.711Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1117a913-667b-4b59-82ab-4755781edacd from URL: /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env
2022-10-26T04:00:30.712Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-26T04:00:30.712Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env
2022-10-26T04:00:30.826Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-26T04:00:30.827Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env 1117a913-667b-4b59-82ab-4755781edacd 2098
2022-10-26T04:00:30.827Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-26T04:00:30.827Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env
2022-10-26T04:00:30.828Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:00:30.828Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:30.831Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:30.831Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756830827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:00:30.931Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:30.933Z||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-10-26T04:00:30.933Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:31.060Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:31.061Z||pool-13-thread-1|||||INFO|500||cambria reply ok (129 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:00:31.833Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c8b82f0a-8c24-44a3-a302-7b6954c88e90
2022-10-26T04:00:31.834Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9819969a-f0b9 0 67a5421e-308a-4d78-8777-c688e6131808 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-10-26T04:00:31.874Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d00c99d, org.onap.sdc.toscaparser.api.parameters.Input@15a71721, org.onap.sdc.toscaparser.api.parameters.Input@6bf38f72, org.onap.sdc.toscaparser.api.parameters.Input@5ae477ed, org.onap.sdc.toscaparser.api.parameters.Input@31c3010d]
2022-10-26T04:00:31.880Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.880Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:31.881Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-10-26T04:00:31.881Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec
2022-10-26T04:00:31.881Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec matches Tosca VF Customization UUID: d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec
2022-10-26T04:00:31.882Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec  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-10-26T04:00:31.894Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.894Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:31.896Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec: {\"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-10-26T04:00:31.897Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@352db13e
2022-10-26T04:00:31.897Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.897Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T04:00:31.898Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9fa84224-dd60-4a59-8e33-9bf290a4d698
2022-10-26T04:00:31.900Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9fa84224-dd60-4a59-8e33-9bf290a4d698
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-10-26T04:00:31.908Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.908Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:31.908Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:00:31.909Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.909Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:31.909Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:00:31.910Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.910Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is not matching search criteria
2022-10-26T04:00:31.910Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T04:00:31.910Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-26T04:00:31.911Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T04:00:31.911Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-26T04:00:31.911Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-26T04:00:31.911Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:31.911Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:31.911Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-26T04:00:31.912Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:31.912Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-26T04:00:31.912Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:31.913Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e313e081-e856-4412-804d-24f506ecfd89
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-10-26T04:00:31.922Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.922Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:31.923Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:00:31.923Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.923Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is not matching search criteria
2022-10-26T04:00:31.923Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T04:00:31.924Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-26T04:00:31.924Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:31.924Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:31.924Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-26T04:00:31.924Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:31.924Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T04:00:31.925Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-26T04:00:31.925Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-26T04:00:31.925Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:31.925Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-26T04:00:31.925Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:31.926Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3d50f673-cef2-4c32-beb8-58e19ba9b40e
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-10-26T04:00:31.928Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.929Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:31.929Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:00:31.932Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.932Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is not matching search criteria
2022-10-26T04:00:31.933Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-26T04:00:31.933Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-26T04:00:31.933Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:31.933Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:31.933Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-26T04:00:31.934Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-26T04:00:31.934Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-26T04:00:31.934Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-26T04:00:31.934Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-26T04:00:31.934Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-26T04:00:31.934Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-26T04:00:31.935Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-26T04:00:31.935Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=54bbc114-d732-486c-86d6-9d1323cce5ec
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-10-26T04:00:31.937Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.937Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:31.938Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:00:31.938Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.938Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Node template vFW 9819969a-f0b9 0 is matching search criteria
2022-10-26T04:00:31.939Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9819969a-f0b9 0] matching following query criteria: sdcType=VF, customizationUUID=d1aa8b5d-bb64-4ee6-9c03-2ef471fb48ec
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-10-26T04:00:31.940Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.941Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:31.941Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c8b82f0a-8c24-44a3-a302-7b6954c88e90: vFW 9819969a-f0b9
2022-10-26T04:00:31.942Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.942Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:31.942Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.942Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:31.943Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.943Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:31.943Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.944Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:31.944Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:00:31.944Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-10-26 03-58-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:00:31.945Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-10-26 03-58-39 
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-10-26T04:00:32.291Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9819969a-f0b9 67a5421e-308a-4d78-8777-c688e6131808 1 ASDC deployResourceStructure
2022-10-26T04:00:32.292Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json ASDC sendASDCNotification
2022-10-26T04:00:32.292Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json
2022-10-26T04:00:32.292Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:00:32.293Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:32.295Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:32.296Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756832292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:00:32.396Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:32.397Z||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-10-26T04:00:32.397Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:32.411Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:32.412Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:33.297Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-26T04:00:33.298Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml
2022-10-26T04:00:33.298Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:00:33.299Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:33.301Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:33.301Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756833297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T04:00:33.401Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:33.402Z||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-10-26T04:00:33.402Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:33.415Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:33.416Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:34.303Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-26T04:00:34.303Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env
2022-10-26T04:00:34.304Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:00:34.304Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:34.307Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:34.307Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756834303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-26T04:00:34.407Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:34.408Z||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-10-26T04:00:34.409Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:34.422Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:34.423Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:00:35.309Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar ASDC sendASDCNotification
2022-10-26T04:00:35.309Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar
2022-10-26T04:00:35.309Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:00:35.309Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:00:35.312Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:00:35.312Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756835308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:00:35.412Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:00:35.413Z||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-10-26T04:00:35.414Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:00:35.430Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:00:35.430Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:00:36.313Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0025fcad-4795-472b-b307-4535bce9b951
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:00:36.333Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0025fcad-4795-472b-b307-4535bce9b951
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-10-26T04:00:36.338Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:00:36.338Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T04:00:36.339Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T04:00:36.339Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T04:00:36.339Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:00:36.339Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:00:36.340Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:00:36.340Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:00:36.340Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:00:36.340Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:00:36.341Z|0025fcad-4795-472b-b307-4535bce9b951|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-10-26T04:00:36.347Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T04:01:06.348Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0025fcad-4795-472b-b307-4535bce9b951 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-10-26T04:01:06.362Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0025fcad-4795-472b-b307-4535bce9b951 and serviceModelVersionId: c8b82f0a-8c24-44a3-a302-7b6954c88e90
2022-10-26T04:01:06.362Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 436f4e4e-0046-4868-aeb3-149dd04cc19c
2022-10-26T04:01:14.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:01:14.601Z||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-10-26T04:01:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:14.625Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:01:14.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:01:14.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "aai-ml",
  "timestamp": 1666756812491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:01:14.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:01:24.057Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/436f4e4e-0046-4868-aeb3-149dd04cc19c/model-vers/model-ver/c8b82f0a-8c24-44a3-a302-7b6954c88e90?depth=0
2022-10-26T04:01:24.200Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T04:01:24.845Z|0025fcad-4795-472b-b307-4535bce9b951|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/436f4e4e-0046-4868-aeb3-149dd04cc19c/model-vers/model-ver/c8b82f0a-8c24-44a3-a302-7b6954c88e90?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-10-26T04:01:24.850Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/436f4e4e-0046-4868-aeb3-149dd04cc19c/model-vers/model-ver/c8b82f0a-8c24-44a3-a302-7b6954c88e90?depth=0|INFO|500||Invoke
2022-10-26T04:01:24.979Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/436f4e4e-0046-4868-aeb3-149dd04cc19c/model-vers/model-ver/c8b82f0a-8c24-44a3-a302-7b6954c88e90?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T04:01:25.172Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/436f4e4e-0046-4868-aeb3-149dd04cc19c/model-vers/model-ver/c8b82f0a-8c24-44a3-a302-7b6954c88e90?depth=0|INFO|500||InvokeReturn
2022-10-26T04:01:25.172Z|0025fcad-4795-472b-b307-4535bce9b951|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/436f4e4e-0046-4868-aeb3-149dd04cc19c/model-vers/model-ver/c8b82f0a-8c24-44a3-a302-7b6954c88e90?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221026-04:01:25:362-26012], vertex-id=[159856], Content-Length=[0], Date=[Wed, 26 Oct 2022 04:01:25 GMT], Content-Type=[application/json]}
2022-10-26T04:01:25.173Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-10-26T04:01:25.176Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T04:01:25.177Z|0025fcad-4795-472b-b307-4535bce9b951|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-10-26T04:01:25.185Z|0025fcad-4795-472b-b307-4535bce9b951|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-10-26T04:01:25.186Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0025fcad-4795-472b-b307-4535bce9b951 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T04:01:25.187Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T04:01:25.188Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:25.190Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:25.190Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756885186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:01:25.290Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:25.292Z||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-10-26T04:01:25.293Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:25.310Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:01:25.311Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-26T04:01:26.204Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-26T04:01:26.205Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f","serviceName":"basic_onboard_EGBVvD","serviceVersion":"1.0","serviceUUID":"5bcb37a3-f9c7-4d92-a26f-9661dac641a8","serviceDescription":"service","serviceInvariantUUID":"d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea","resources":[{"resourceInstanceName":"basic_onboard_EGBVvD 0","resourceName":"basic_onboard_EGBVvD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d414374f-ccf9-4f6d-9dd8-7f8030c52b3e","resourceInvariantUUID":"cbc1fc88-6663-4c38-b4cb-bcf9da5eb0e7","resourceCustomizationUUID":"b3a13577-f975-407d-87b5-3e4eaac80373","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml","artifactChecksum":"ZDY5MTc0YzEwZTdlZWI3OGNlODZiNjg2M2Q1NjYyZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a6d08c3-a50d-431b-9880-75f73c59c21d","artifactVersion":"1"},{"artifactName":"basic_onboard_egbvvd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json","artifactChecksum":"MWJiNzM2Mzk3N2JhNzE3OWVjMDUyZmFjNDc2YzE2NjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"91656e6c-5716-4dbb-84d5-e8e4510dd88f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0ad8a946-773e-4742-8678-94f20e252a1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"54a03b02-f209-4919-824e-040db9c24c71","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004","artifactVersion":"2","generatedFromUUID":"0ad8a946-773e-4742-8678-94f20e252a1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEgbvvd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml","artifactChecksum":"OWQxYzA1ZGZjZDQxZThiMWUxNjc2M2E4ODViOTg5M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec526b2b-a61b-4a37-baa4-45482d935f68","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEgbvvd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar","artifactChecksum":"MTEzOWE0ODQxOTNhYzNkNjdhOTZiYTQ2ZjE1ZmZkZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e84291b0-d759-477b-9ed0-6994d20bd657","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T04:01:26.206Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:01:26.206Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:26.208Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:26.208Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:01:26.308Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:26.310Z||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-10-26T04:01:26.310Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:26.327Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:01:26.328Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:27.213Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:01:27.214Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:27.217Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:27.218Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:01:27.318Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:01:27.319Z||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-10-26T04:01:27.319Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:27.336Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:01:27.337Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:28.219Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:01:28.220Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:28.223Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:28.223Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:01:28.324Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:28.327Z||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-10-26T04:01:28.328Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:28.354Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:01:28.355Z||pool-21-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:29.224Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:01:29.225Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:29.227Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:29.227Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:01:29.328Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T04:01:29.329Z||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-10-26T04:01:29.329Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:29.344Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:01:29.345Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:30.228Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:01:30.229Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:30.233Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:30.233Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-26T04:01:30.333Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:01:30.334Z||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-10-26T04:01:30.335Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:30.352Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:01:30.352Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:31.234Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:01:31.235Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:31.238Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:31.238Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:01:31.339Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:31.340Z||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-10-26T04:01:31.340Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:31.358Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:01:31.358Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:01:32.239Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:01:32.240Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:32.242Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:32.242Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:01:32.342Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:32.343Z||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-10-26T04:01:32.344Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:32.358Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:01:32.359Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:01:33.244Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "serviceName": "basic_onboard_EGBVvD",
  "serviceVersion": "1.0",
  "serviceUUID": "5bcb37a3-f9c7-4d92-a26f-9661dac641a8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_EGBVvD 0",
      "resourceCustomizationUUID": "b3a13577-f975-407d-87b5-3e4eaac80373",
      "resourceName": "basic_onboard_EGBVvD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d414374f-ccf9-4f6d-9dd8-7f8030c52b3e",
      "resourceInvariantUUID": "cbc1fc88-6663-4c38-b4cb-bcf9da5eb0e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_egbvvd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
          "artifactChecksum": "MWJiNzM2Mzk3N2JhNzE3OWVjMDUyZmFjNDc2YzE2NjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "91656e6c-5716-4dbb-84d5-e8e4510dd88f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0ad8a946-773e-4742-8678-94f20e252a1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004",
            "generatedFromUUID": "0ad8a946-773e-4742-8678-94f20e252a1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardEgbvvd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
      "artifactChecksum": "MTEzOWE0ODQxOTNhYzNkNjdhOTZiYTQ2ZjE1ZmZkZGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e84291b0-d759-477b-9ed0-6994d20bd657"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T04:01:33.244Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T04:01:33.245Z|0025fcad-4795-472b-b307-4535bce9b951|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5bcb37a3-f9c7-4d92-a26f-9661dac641a8 ASDC
2022-10-26T04:01:33.245Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
ServiceName:basic_onboard_EGBVvD
ServiceVersion:1.0
ServiceUUID:5bcb37a3-f9c7-4d92-a26f-9661dac641a8
ServiceInvariantUUID:d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEgbvvd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar
ArtifactUUID:e84291b0-d759-477b-9ed0-6994d20bd657
ArtifactChecksum:MTEzOWE0ODQxOTNhYzNkNjdhOTZiYTQ2ZjE1ZmZkZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_EGBVvD 0
ResourceCustomizationUUID:b3a13577-f975-407d-87b5-3e4eaac80373
ResourceInvariantUUID:cbc1fc88-6663-4c38-b4cb-bcf9da5eb0e7
ResourceName:basic_onboard_EGBVvD
ResourceType:VF
ResourceUUID:d414374f-ccf9-4f6d-9dd8-7f8030c52b3e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_egbvvd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json
ArtifactUUID:91656e6c-5716-4dbb-84d5-e8e4510dd88f
ArtifactChecksum:MWJiNzM2Mzk3N2JhNzE3OWVjMDUyZmFjNDc2YzE2NjY=
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/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0ad8a946-773e-4742-8678-94f20e252a1c
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/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env
ArtifactUUID:a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004
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/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env
ArtifactUUID:a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-26T04:01:33.246Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5bcb37a3-f9c7-4d92-a26f-9661dac641a8 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-10-26T04:01:33.286Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:01:33.287Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-26T04:01:33.287Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-26T04:01:33.287Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e84291b0-d759-477b-9ed0-6994d20bd657 from URL: /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:33.288Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-26T04:01:33.288Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:33.374Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-26T04:01:33.379Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar e84291b0-d759-477b-9ed0-6994d20bd657 71588
2022-10-26T04:01:33.380Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar ASDC sendASDCNotification
2022-10-26T04:01:33.380Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:33.380Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:01:33.381Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:33.384Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:33.384Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756893380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:01:33.484Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:33.485Z||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-10-26T04:01:33.485Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:33.502Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:01:33.503Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:34.385Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:01:34.386Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-26T04:01:34.386Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e84291b0-d759-477b-9ed0-6994d20bd657, URL: /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar to file: /app/ASDC/1/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:34.387Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:34.387Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:34.387Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:34.522Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4068500002351622648/Definitions/service-BasicOnboardEgbvvd-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-10-26T04:01:35.787Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T04:01:35.787Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-26T04:01:35.787Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.788Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-26T04:01:35.788Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.788Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.788Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.788Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.788Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.789Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.789Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.789Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_EGBVvD 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-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.789Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:35.789Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-26T04:01:35.789Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:35.790Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:35.790Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:35.790Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-26T04:01:35.790Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:01:35.791Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:35.791Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:35.791Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:35.791Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-26T04:01:35.791Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:01:35.792Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:35.792Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:35.792Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:35.792Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is not matching search criteria
2022-10-26T04:01:35.793Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-26T04:01:35.793Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-26T04:01:35.793Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-26T04:01:35.793Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-26T04:01:35.793Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-26T04:01:35.794Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:35.794Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T04:01:35.794Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:35.795Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:35.795Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:01:35.795Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:35.795Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:35.796Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:01:35.796Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:35.796Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:35.797Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:01:35.797Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:35.797Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is not matching search criteria
2022-10-26T04:01:35.797Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-26T04:01:35.798Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-26T04:01:35.798Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6be6bd11-0097-4050-8609-69ada93505a7
2022-10-26T04:01:35.798Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:35.798Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:35.799Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:35.799Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:35.799Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:35.799Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:35.800Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:35.800Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:35.800Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_EGBVvD
Description:service
Model UUID:5bcb37a3-f9c7-4d92-a26f-9661dac641a8
Model Version:NULL
Model InvariantUuid:d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_EGBVvD
Model UUID:57b9e230-04e4-41ee-b9bd-0b327992d22c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cbc1fc88-6663-4c38-b4cb-bcf9da5eb0e7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b3a13577-f975-407d-87b5-3e4eaac80373
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f7d1f100-7392-4873-b314-5afea7ec893e
ModelName:BasicOnboardEgbvvd..base_ubuntu18..module-0
ModelUuid:7d026836-2f3e-4fcf-a188-a836f12d8317
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6be6bd11-0097-4050-8609-69ada93505a7
ModelInvariantUuid:94828b13-4002-48f4-991a-9f6550a69d3f
ModelName:basic_onboard_EGBVvD-nodes.ubuntu18Cvfc
ModelUuid:7a433272-d9c8-4527-bfff-3f4169a2ef69
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f10b66a7-b666-4597-9988-c3a7a3e53704
ModelInvariantUuid:3b10a994-4b3c-43e0-98a6-00b4df6982d2
ModelName:BasicOnboardEgbvvd.compute.nodes.heat.ubuntu18
ModelUuid:8882728e-f1a4-40f2-8c65-7f9800106d4a
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-10-26T04:01:35.808Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: d414374f-ccf9-4f6d-9dd8-7f8030c52b3e
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-10-26T04:01:35.811Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||basic_onboard_EGBVvD 0
2022-10-26T04:01:35.812Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d414374f-ccf9-4f6d-9dd8-7f8030c52b3e
2022-10-26T04:01:35.812Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 91656e6c-5716-4dbb-84d5-e8e4510dd88f from URL: /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json
2022-10-26T04:01:35.812Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-26T04:01:35.812Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json
2022-10-26T04:01:35.906Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-26T04:01:35.906Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json 91656e6c-5716-4dbb-84d5-e8e4510dd88f 798
2022-10-26T04:01:35.907Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json ASDC sendASDCNotification
2022-10-26T04:01:35.907Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json
2022-10-26T04:01:35.907Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:01:35.908Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:35.910Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:35.910Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756895907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:01:36.010Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:36.011Z||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-10-26T04:01:36.012Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:36.044Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:01:36.044Z||pool-27-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:01:36.911Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardEgbvvd..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f7d1f100-7392-4873-b314-5afea7ec893e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7d026836-2f3e-4fcf-a188-a836f12d8317",
    "vfModuleModelCustomizationUUID": "0d97cb67-1c9f-4cdc-8bd2-62b256d73c36",
    "isBase": true,
    "artifacts": [
      "0ad8a946-773e-4742-8678-94f20e252a1c",
      "a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004"
    ],
    "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-10-26T04:01:36.916Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEgbvvd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7d026836-2f3e-4fcf-a188-a836f12d8317
VfModuleModelInvariantUUID:f7d1f100-7392-4873-b314-5afea7ec893e
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ad8a946-773e-4742-8678-94f20e252a1c
,
a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004

}
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-10-26T04:01:36.919Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardEgbvvd..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f7d1f100-7392-4873-b314-5afea7ec893e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7d026836-2f3e-4fcf-a188-a836f12d8317",
    "vfModuleModelCustomizationUUID": "0d97cb67-1c9f-4cdc-8bd2-62b256d73c36",
    "isBase": true,
    "artifacts": [
      "0ad8a946-773e-4742-8678-94f20e252a1c",
      "a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004"
    ],
    "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-10-26T04:01:36.919Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEgbvvd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7d026836-2f3e-4fcf-a188-a836f12d8317
VfModuleModelInvariantUUID:f7d1f100-7392-4873-b314-5afea7ec893e
VfModuleModelDescription:NULL
Artifacts UUID List:{
0ad8a946-773e-4742-8678-94f20e252a1c
,
a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004

}
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-10-26T04:01:36.919Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0ad8a946-773e-4742-8678-94f20e252a1c from URL: /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml
2022-10-26T04:01:36.919Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-26T04:01:36.920Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml
2022-10-26T04:01:36.972Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-26T04:01:36.973Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml 0ad8a946-773e-4742-8678-94f20e252a1c 5033
2022-10-26T04:01:36.973Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-26T04:01:36.973Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml
2022-10-26T04:01:36.973Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:01:36.974Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:36.976Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:36.976Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756896973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:01:37.076Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:37.077Z||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-10-26T04:01:37.078Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:37.091Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:01:37.092Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:37.977Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004 from URL: /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env
2022-10-26T04:01:37.977Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-26T04:01:37.978Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env
2022-10-26T04:01:38.031Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-26T04:01:38.032Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env a6ec97d6-592a-4a8f-9d3b-9b3e1f5e8004 909
2022-10-26T04:01:38.032Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-26T04:01:38.032Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env
2022-10-26T04:01:38.032Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:01:38.033Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:38.036Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:38.036Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756898032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:01:38.136Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:38.137Z||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-10-26T04:01:38.137Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:38.156Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:01:38.156Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:01:39.037Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5bcb37a3-f9c7-4d92-a26f-9661dac641a8
2022-10-26T04:01:39.037Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_EGBVvD 0 d414374f-ccf9-4f6d-9dd8-7f8030c52b3e 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-10-26T04:01:39.053Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7eda8dd, org.onap.sdc.toscaparser.api.parameters.Input@11ab8a77, org.onap.sdc.toscaparser.api.parameters.Input@1a823d1e, org.onap.sdc.toscaparser.api.parameters.Input@4e8a0dd5, org.onap.sdc.toscaparser.api.parameters.Input@24cbef99]
2022-10-26T04:01:39.055Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:39.055Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:39.055Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-10-26T04:01:39.055Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= b3a13577-f975-407d-87b5-3e4eaac80373
2022-10-26T04:01:39.056Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b3a13577-f975-407d-87b5-3e4eaac80373 matches Tosca VF Customization UUID: b3a13577-f975-407d-87b5-3e4eaac80373
2022-10-26T04:01:39.056Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: b3a13577-f975-407d-87b5-3e4eaac80373  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-10-26T04:01:39.058Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:39.059Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:39.060Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id b3a13577-f975-407d-87b5-3e4eaac80373: {\"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-10-26T04:01:39.060Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ce5d68a
2022-10-26T04:01:39.060Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:39.060Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T04:01:39.060Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0d97cb67-1c9f-4cdc-8bd2-62b256d73c36
2022-10-26T04:01:39.060Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0d97cb67-1c9f-4cdc-8bd2-62b256d73c36
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-10-26T04:01:39.063Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:39.063Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:39.063Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:01:39.064Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:39.064Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:39.064Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:01:39.065Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:39.065Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is not matching search criteria
2022-10-26T04:01:39.065Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-26T04:01:39.066Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-26T04:01:39.066Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6be6bd11-0097-4050-8609-69ada93505a7
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-10-26T04:01:39.068Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:39.069Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:39.069Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:01:39.069Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:39.069Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_EGBVvD 0 is matching search criteria
2022-10-26T04:01:39.069Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_EGBVvD 0] matching following query criteria: sdcType=VF, customizationUUID=b3a13577-f975-407d-87b5-3e4eaac80373
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-10-26T04:01:39.072Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:39.072Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:39.072Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5bcb37a3-f9c7-4d92-a26f-9661dac641a8: basic_onboard_EGBVvD
2022-10-26T04:01:39.073Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:39.073Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:39.073Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:39.073Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:39.074Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:39.074Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:39.074Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:39.074Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:39.075Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:01:39.075Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_EGBVvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:01:39.075Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_EGBVvD 
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-10-26T04:01:39.167Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_EGBVvD d414374f-ccf9-4f6d-9dd8-7f8030c52b3e 1 ASDC deployResourceStructure
2022-10-26T04:01:39.167Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json ASDC sendASDCNotification
2022-10-26T04:01:39.168Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json
2022-10-26T04:01:39.168Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:01:39.168Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:39.171Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:39.171Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756899167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:01:39.271Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:39.273Z||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-10-26T04:01:39.273Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:39.288Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:01:39.289Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:40.172Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-26T04:01:40.173Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml
2022-10-26T04:01:40.173Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:01:40.173Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:40.175Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:40.176Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756900172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T04:01:40.276Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:40.277Z||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-10-26T04:01:40.278Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:40.309Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:01:40.310Z||pool-31-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":2,"count":1}
2022-10-26T04:01:41.177Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-26T04:01:41.177Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env
2022-10-26T04:01:41.178Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:01:41.178Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:41.181Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:41.181Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756901176,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-26T04:01:41.281Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:01:41.283Z||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-10-26T04:01:41.283Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:41.297Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:01:41.298Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:42.182Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar ASDC sendASDCNotification
2022-10-26T04:01:42.183Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar
2022-10-26T04:01:42.183Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:01:42.183Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:01:42.186Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:01:42.187Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756902182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:01:42.287Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:01:42.288Z||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-10-26T04:01:42.288Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:01:42.301Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:01:42.302Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:01:43.187Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:01:43.200Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
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-10-26T04:01:43.203Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:01:43.203Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:01:43.203Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:02:13.203Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:02:13.218Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
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-10-26T04:02:13.221Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:02:13.221Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:02:13.222Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:02:14.602Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:02:14.603Z||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-10-26T04:02:14.604Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:02:14.634Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:02:14.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "policy-id",
  "timestamp": 1666756815428,
  "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-10-26T04:02:14.644Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
2022-10-26T04:02:14.645Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f 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-10-26T04:02:14.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756814450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:02:14.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "aai-ml",
  "timestamp": 1666756812491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756815319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:02:14.658Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756815472,
  "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-10-26T04:02:14.666Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
2022-10-26T04:02:14.667Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f 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-10-26T04:02:14.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666756814900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "aai-ml",
  "timestamp": 1666756812491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756815319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666756816476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666756814900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "aai-ml",
  "timestamp": 1666756812491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756815319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666756814900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "aai-ml",
  "timestamp": 1666756812491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:02:14.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756815319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-26T04:02:14.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666756814900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "aai-ml",
  "timestamp": 1666756820212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:02:14.679Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756815319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666756814900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756815319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:02:14.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666756814900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756815319,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666756814900,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:02:14.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756822799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756823084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "clamp",
  "timestamp": 1666756824665,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "clamp",
  "timestamp": 1666756825702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:02:14.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756825823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:02:14.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "aai-ml",
  "timestamp": 1666756826971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:02:14.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "clamp",
  "timestamp": 1666756826709,
  "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-10-26T04:02:14.690Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
2022-10-26T04:02:14.691Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f 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-10-26T04:02:14.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666756826830,
  "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-10-26T04:02:14.703Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
2022-10-26T04:02:14.709Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f 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-10-26T04:02:14.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "aai-ml",
  "timestamp": 1666756827976,
  "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-10-26T04:02:14.724Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
2022-10-26T04:02:14.724Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f 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-10-26T04:02:14.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756828613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:02:14.734Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756829706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:02:14.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756830827,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:02:14.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756832292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/vfw9819969af0b90_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:02:14.737Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756833297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T04:02:14.737Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756834303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/resourceInstances/vfw9819969af0b90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-26T04:02:14.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:14.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:02:14.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756835308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221026035839/1.0/artifacts/service-Vfw20221026035839-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:02:14.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:02:43.222Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:02:43.238Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f
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-10-26T04:02:43.243Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:02:43.243Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T04:02:43.243Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T04:02:43.243Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T04:02:43.243Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:02:43.244Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:02:43.244Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:02:43.244Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:02:43.244Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:02:43.244Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:02:43.244Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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-10-26T04:02:43.251Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T04:03:13.252Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f 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-10-26T04:03:13.260Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f and serviceModelVersionId: 5bcb37a3-f9c7-4d92-a26f-9661dac641a8
2022-10-26T04:03:13.260Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea
2022-10-26T04:03:13.262Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea/model-vers/model-ver/5bcb37a3-f9c7-4d92-a26f-9661dac641a8?depth=0
2022-10-26T04:03:13.269Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T04:03:13.327Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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/d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea/model-vers/model-ver/5bcb37a3-f9c7-4d92-a26f-9661dac641a8?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-10-26T04:03:13.329Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea/model-vers/model-ver/5bcb37a3-f9c7-4d92-a26f-9661dac641a8?depth=0|INFO|500||Invoke
2022-10-26T04:03:13.363Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea/model-vers/model-ver/5bcb37a3-f9c7-4d92-a26f-9661dac641a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T04:03:13.506Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea/model-vers/model-ver/5bcb37a3-f9c7-4d92-a26f-9661dac641a8?depth=0|INFO|500||InvokeReturn
2022-10-26T04:03:13.507Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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/d8bcc183-4ef9-42e1-aec0-9b2d5b6b61ea/model-vers/model-ver/5bcb37a3-f9c7-4d92-a26f-9661dac641a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221026-04:03:13:747-22317], vertex-id=[163952], Content-Length=[0], Date=[Wed, 26 Oct 2022 04:03:13 GMT], Content-Type=[application/json]}
2022-10-26T04:03:13.508Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-10-26T04:03:13.508Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T04:03:13.509Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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-10-26T04:03:13.514Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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-10-26T04:03:13.515Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T04:03:13.515Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T04:03:13.515Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:03:13.518Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:03:13.518Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756993515,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:03:13.618Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:03:13.619Z||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-10-26T04:03:13.620Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:03:13.638Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:03:13.639Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-26T04:03:14.531Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:03:14.532Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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-10-26T04:03:14.533Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:03:14.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:03:14.601Z||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-10-26T04:03:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:03:14.627Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:03:14.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0025fcad-4795-472b-b307-4535bce9b951",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756885186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:03:14.630Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:14.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:03:14.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:03:14.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:03:14.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:03:14.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:03:14.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:03:14.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:03:14.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:03:14.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-26T04:03:14.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:03:14.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:03:14.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:03:14.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756814591,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:03:14.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:03:14.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756893380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:03:14.636Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:14.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756895907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:03:14.637Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:14.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756896973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:03:14.638Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:14.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756898032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:03:14.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:14.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756899167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/basic_onboard_egbvvd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:03:14.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:14.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756900172,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T04:03:14.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:14.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756901176,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/resourceInstances/basic_onboard_egbvvd0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-26T04:03:14.641Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:14.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-26T04:03:14.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756902182,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEgbvvd/1.0/artifacts/service-BasicOnboardEgbvvd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:03:14.642Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:03:24.829Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:03:24.830Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:03:24.831Z||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-10-26T04:03:24.831Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:03:34.375Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:03:34.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:03:34.378Z||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-10-26T04:03:34.378Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:03:43.929Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:04:14.591Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:04:14.592Z||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-10-26T04:04:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:04:14.600Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:04:14.600Z||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-10-26T04:04:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:04:15.123Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:04:15.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-26T04:04:15.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666756993515,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:04:15.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:04:24.140Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:05:14.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:05:14.593Z||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-10-26T04:05:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:05:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:05:14.601Z||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-10-26T04:05:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:05:24.142Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:05:24.143Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:06:14.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:06:14.593Z||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-10-26T04:06:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:06:14.600Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:06:14.601Z||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-10-26T04:06:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:06:24.144Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:06:24.145Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:07:14.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:07:14.592Z||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-10-26T04:07:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:07:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:07:14.600Z||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-10-26T04:07:14.600Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:07:24.141Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:07:24.152Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:08:14.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:08:14.593Z||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-10-26T04:08:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:08:14.600Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:08:14.601Z||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-10-26T04:08:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:08:24.140Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:08:24.141Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:09:14.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:09:14.594Z||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-10-26T04:09:14.594Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:09:14.600Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:09:14.601Z||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-10-26T04:09:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:09:24.146Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:09:24.146Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:10:14.591Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:10:14.592Z||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-10-26T04:10:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:10:14.600Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:10:14.600Z||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-10-26T04:10:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:10:24.135Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:10:24.144Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:11:14.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:11:14.592Z||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-10-26T04:11:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:11:14.601Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:11:14.602Z||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-10-26T04:11:14.603Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:11:24.137Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:11:24.145Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:12:14.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:12:14.592Z||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-10-26T04:12:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:12:14.600Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:12:14.601Z||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-10-26T04:12:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:12:24.141Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:12:24.141Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:13:14.591Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:13:14.592Z||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-10-26T04:13:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:13:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:13:14.601Z||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-10-26T04:13:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:13:20.035Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:13:20.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T04:13:20.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"67d3a241-9cb3-49bf-9331-d96cf42a4788","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7d4bb0ad-5ccd-437f-8608-a84d18c740e1","serviceDescription":"service","serviceInvariantUUID":"39f89e9e-0c6a-44ca-9f64-afdc363d5b37","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b7635c53-3dfd-4203-bd27-57e444a03a39","resourceInvariantUUID":"2b35f259-968d-4de1-bab6-221ca42448b5","resourceCustomizationUUID":"14c1e21a-9564-43d8-86c0-6d6b9e8481e8","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":"YzU5MDRiY2ExZTAzODRlZWIwOGQxOWZkOTdjY2VmODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"33eb66b0-ac50-40ba-ac28-f3775c54ad11","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGQ3N2MzZjE2YzMyZDcyMzc0YTNmMGQwNDk1ZTQxODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c20fa23-3c73-4abb-841a-9c0636544bc8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T04:13:20.047Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:13:20.048Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:13:20.054Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:13:20.054Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757594591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:13:20.154Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:13:20.156Z||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-10-26T04:13:20.156Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:13:20.172Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:13:20.174Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:13:20.202Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:13:20.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:13:20.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "cds",
  "timestamp": 1666757593280,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:13:20.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:13:20.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:13:20.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "aai-ml",
  "timestamp": 1666757592491,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:13:20.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:13:20.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:13:20.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757594900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:13:20.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:13:21.055Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:13:21.067Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:13:21.069Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:13:21.069Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757594591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:13:21.173Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-10-26T04:13:21.175Z||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-10-26T04:13:21.177Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:13:21.192Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:13:21.192Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:13:22.070Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "7d4bb0ad-5ccd-437f-8608-a84d18c740e1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "39f89e9e-0c6a-44ca-9f64-afdc363d5b37",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "14c1e21a-9564-43d8-86c0-6d6b9e8481e8",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "b7635c53-3dfd-4203-bd27-57e444a03a39",
      "resourceInvariantUUID": "2b35f259-968d-4de1-bab6-221ca42448b5",
      "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": "NGQ3N2MzZjE2YzMyZDcyMzc0YTNmMGQwNDk1ZTQxODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1c20fa23-3c73-4abb-841a-9c0636544bc8"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T04:13:22.071Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T04:13:22.071Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7d4bb0ad-5ccd-437f-8608-a84d18c740e1 ASDC
2022-10-26T04:13:22.072Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:67d3a241-9cb3-49bf-9331-d96cf42a4788
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7d4bb0ad-5ccd-437f-8608-a84d18c740e1
ServiceInvariantUUID:39f89e9e-0c6a-44ca-9f64-afdc363d5b37
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:1c20fa23-3c73-4abb-841a-9c0636544bc8
ArtifactChecksum:NGQ3N2MzZjE2YzMyZDcyMzc0YTNmMGQwNDk1ZTQxODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:14c1e21a-9564-43d8-86c0-6d6b9e8481e8
ResourceInvariantUUID:2b35f259-968d-4de1-bab6-221ca42448b5
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:b7635c53-3dfd-4203-bd27-57e444a03a39
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-10-26T04:13:22.073Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d4bb0ad-5ccd-437f-8608-a84d18c740e1 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-10-26T04:13:22.118Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:13:22.120Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:13:22.120Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:13:22.120Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1c20fa23-3c73-4abb-841a-9c0636544bc8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-26T04:13:22.120Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:13:22.121Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-26T04:13:22.206Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:13:22.211Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1c20fa23-3c73-4abb-841a-9c0636544bc8 52510
2022-10-26T04:13:22.211Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-26T04:13:22.211Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-26T04:13:22.211Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:13:22.212Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:13:22.220Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:13:22.221Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757602211,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:13:22.319Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-26T04:13:22.320Z||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-10-26T04:13:22.320Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:13:22.340Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:13:22.341Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:13:23.223Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:13:23.224Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:13:23.224Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1c20fa23-3c73-4abb-841a-9c0636544bc8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-26T04:13:23.225Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-26T04:13:23.226Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-26T04:13:23.226Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-26T04:13:23.443Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17965665162795653684/Definitions/service-BasicNetwork-template.yml
2022-10-26T04:13:24.463Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T04:13:24.463Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:13:24.463Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.464Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.465Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:13:24.465Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:13:24.465Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.466Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-26T04:13:24.466Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:13:24.466Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:13:24.466Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:13:24.467Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.467Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-26T04:13:24.467Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:13:24.467Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:13:24.467Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:13:24.468Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.468Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:13:24.468Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.469Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:13:24.469Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.470Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:13:24.470Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.470Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:13:24.470Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.470Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:7d4bb0ad-5ccd-437f-8608-a84d18c740e1
Model Version:NULL
Model InvariantUuid:39f89e9e-0c6a-44ca-9f64-afdc363d5b37
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2b35f259-968d-4de1-bab6-221ca42448b5
Model UUID:5b706c1d-cc3f-437b-abd8-2babb37adf31
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:14c1e21a-9564-43d8-86c0-6d6b9e8481e8
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-10-26T04:13:24.481Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: b7635c53-3dfd-4203-bd27-57e444a03a39
2022-10-26T04:13:24.481Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||No resources found for Service: 7d4bb0ad-5ccd-437f-8608-a84d18c740e1
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-10-26T04:13:24.489Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||
2022-10-26T04:13:24.489Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-10-26T04:13:24.490Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 7d4bb0ad-5ccd-437f-8608-a84d18c740e1
2022-10-26T04:13:24.490Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7d4bb0ad-5ccd-437f-8608-a84d18c740e1
2022-10-26T04:13:24.490Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-10-26T04:13:24.490Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.501Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19e44c77, org.onap.sdc.toscaparser.api.parameters.Input@598fe7e2, org.onap.sdc.toscaparser.api.parameters.Input@5df970f5, org.onap.sdc.toscaparser.api.parameters.Input@201f125f, org.onap.sdc.toscaparser.api.parameters.Input@1b2365df]
2022-10-26T04:13:24.503Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:13:24.504Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.504Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:13:24.504Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.504Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7d4bb0ad-5ccd-437f-8608-a84d18c740e1: Generic NeutronNet
2022-10-26T04:13:24.505Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:13:24.505Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.505Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:13:24.505Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.549Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:13:24.550Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.550Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:13:24.550Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.551Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:13:24.551Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:13:24.551Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||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-10-26T04:13:24.607Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-10-26T04:13:24.607Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-26T04:13:24.608Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-26T04:13:24.608Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:13:24.608Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:13:24.610Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:13:24.611Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757604607,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:13:24.711Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:13:24.712Z||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-10-26T04:13:24.712Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:13:24.725Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:13:24.725Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:13:25.612Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:13:25.626Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:13:25.629Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:13:25.629Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:13:25.629Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:13:55.629Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:13:55.643Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:13:55.646Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:13:55.646Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:13:55.646Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:14:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:14:14.601Z||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-10-26T04:14:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:14:14.626Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:14:14.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:14:14.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757595316,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:14:14.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:14:25.647Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:14:25.659Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:14:25.662Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:14:25.662Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:14:25.662Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:14:55.662Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:14:55.678Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:14:55.682Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:14:55.683Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:14:55.683Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:15:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:15:14.601Z||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-10-26T04:15:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:15:14.629Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:15:14.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:15:14.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757594591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:15:14.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:15:25.683Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:15:25.696Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:15:25.699Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:15:25.699Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:15:25.699Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:15:55.699Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:15:55.714Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:15:55.717Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:15:55.718Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:15:55.718Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:16:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:16:14.602Z||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-10-26T04:16:14.602Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:16:14.632Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:16:14.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "aai-ml",
  "timestamp": 1666757592491,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:16:14.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "cds",
  "timestamp": 1666757593280,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:16:14.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757594900,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757595316,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:16:14.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757594591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:16:14.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757600010,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "cds",
  "timestamp": 1666757601642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "aai-ml",
  "timestamp": 1666757602672,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757602128,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757602211,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757600010,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:16:14.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "cds",
  "timestamp": 1666757602648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T04:16:14.654Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 67d3a241-9cb3-49bf-9331-d96cf42a4788
2022-10-26T04:16:14.654Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67d3a241-9cb3-49bf-9331-d96cf42a4788 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-10-26T04:16:14.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "policy-id",
  "timestamp": 1666757602972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757604161,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:16:14.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757604607,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:16:14.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "policy-id",
  "timestamp": 1666757602972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:16:14.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757605176,
  "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-10-26T04:16:14.674Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 67d3a241-9cb3-49bf-9331-d96cf42a4788
2022-10-26T04:16:14.674Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67d3a241-9cb3-49bf-9331-d96cf42a4788 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-10-26T04:16:14.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "policy-id",
  "timestamp": 1666757605720,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "aai-ml",
  "timestamp": 1666757606735,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:16:14.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "policy-id",
  "timestamp": 1666757606726,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:16:14.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "aai-ml",
  "timestamp": 1666757607740,
  "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-10-26T04:16:14.689Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 67d3a241-9cb3-49bf-9331-d96cf42a4788
2022-10-26T04:16:14.690Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67d3a241-9cb3-49bf-9331-d96cf42a4788 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-10-26T04:16:14.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "policy-id",
  "timestamp": 1666757607730,
  "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-10-26T04:16:14.704Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67d3a241-9cb3-49bf-9331-d96cf42a4788
2022-10-26T04:16:14.704Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67d3a241-9cb3-49bf-9331-d96cf42a4788 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-10-26T04:16:14.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "clamp",
  "timestamp": 1666757611457,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "clamp",
  "timestamp": 1666757611457,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:16:14.714Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.714Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "clamp",
  "timestamp": 1666757623791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.714Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "clamp",
  "timestamp": 1666757626791,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:16:14.715Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.715Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "clamp",
  "timestamp": 1666757627796,
  "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-10-26T04:16:14.721Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 67d3a241-9cb3-49bf-9331-d96cf42a4788
2022-10-26T04:16:14.721Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67d3a241-9cb3-49bf-9331-d96cf42a4788 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-10-26T04:16:14.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "cds",
  "timestamp": 1666757638280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757634900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757640009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "policy-id",
  "timestamp": 1666757642972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "clamp",
  "timestamp": 1666757641457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "cds",
  "timestamp": 1666757638280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757640009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757634900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "policy-id",
  "timestamp": 1666757642972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "clamp",
  "timestamp": 1666757641457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "cds",
  "timestamp": 1666757638280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757634900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757640009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "policy-id",
  "timestamp": 1666757642972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "clamp",
  "timestamp": 1666757641457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "cds",
  "timestamp": 1666757638280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757634900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757640009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "policy-id",
  "timestamp": 1666757642972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "clamp",
  "timestamp": 1666757641457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "cds",
  "timestamp": 1666757638280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757634900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757640009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "policy-id",
  "timestamp": 1666757642972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "clamp",
  "timestamp": 1666757641457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "cds",
  "timestamp": 1666757638280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757634900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:16:14.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757640009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "policy-id",
  "timestamp": 1666757642972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "clamp",
  "timestamp": 1666757641457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "cds",
  "timestamp": 1666757638280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757634900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757640009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "policy-id",
  "timestamp": 1666757642972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "clamp",
  "timestamp": 1666757641457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "aai-ml",
  "timestamp": 1666757652491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "cds",
  "timestamp": 1666757638280,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:16:14.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757634900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.748Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757640009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:16:14.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "policy-id",
  "timestamp": 1666757642972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:16:14.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "clamp",
  "timestamp": 1666757641457,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:16:14.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "aai-ml",
  "timestamp": 1666757652491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:16:14.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:16:14.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "cds",
  "timestamp": 1666757653255,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "policy-id",
  "timestamp": 1666757653743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:14.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:16:14.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757652767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:16:14.752Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:16:25.719Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:16:25.733Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788
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-10-26T04:16:25.742Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:16:25.742Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T04:16:25.742Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T04:16:25.742Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T04:16:25.743Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:16:25.743Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:16:25.743Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:16:25.743Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:16:25.744Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:16:25.744Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:16:25.744Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T04:16:25.750Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T04:16:55.751Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788 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-10-26T04:16:55.761Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67d3a241-9cb3-49bf-9331-d96cf42a4788 and serviceModelVersionId: 7d4bb0ad-5ccd-437f-8608-a84d18c740e1
2022-10-26T04:16:55.761Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39f89e9e-0c6a-44ca-9f64-afdc363d5b37
2022-10-26T04:16:55.763Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?depth=0
2022-10-26T04:16:55.773Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T04:16:55.845Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?depth=0|INFO|500||Invoke
2022-10-26T04:16:55.846Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67d3a241-9cb3-49bf-9331-d96cf42a4788], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a603d3de-3fd0-43cf-891a-9a846979cb3b], X-ECOMP-RequestID=[67d3a241-9cb3-49bf-9331-d96cf42a4788], X-TransactionId=[], X-ONAP-RequestID=[67d3a241-9cb3-49bf-9331-d96cf42a4788], Content-Type=[application/merge-patch+json]}
2022-10-26T04:16:55.874Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T04:16:56.071Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?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/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221026-04:16:56:273-90265], vertex-id=[655592], Content-Length=[0], Date=[Wed, 26 Oct 2022 04:16:56 GMT], Content-Type=[application/json]}
2022-10-26T04:16:56.072Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-26T04:16:56.072Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39f89e9e-0c6a-44ca-9f64-afdc363d5b37/model-vers/model-ver/7d4bb0ad-5ccd-437f-8608-a84d18c740e1?depth=0|INFO|500||InvokeReturn
2022-10-26T04:16:56.073Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T04:16:56.074Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T04:16:56.081Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-26T04:16:56.082Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67d3a241-9cb3-49bf-9331-d96cf42a4788 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T04:16:56.082Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T04:16:56.083Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:16:56.087Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:16:56.087Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757816082,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:16:56.187Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:16:56.188Z||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-10-26T04:16:56.189Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:16:56.245Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:16:56.246Z||pool-39-thread-1|||||INFO|500||cambria reply ok (58 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-10-26T04:16:57.103Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:16:57.104Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|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-10-26T04:16:57.104Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:01.522Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:17:01.524Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T04:17:01.524Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e2566d5-1550-4841-a8fe-074c790cb99a","serviceName":"Demo_pNF_gvzo4168aMpI8UEll2UX","serviceVersion":"1.0","serviceUUID":"1aa8d6cf-4cb4-47a2-b4a7-f062081c0363","serviceDescription":"catalog service description","serviceInvariantUUID":"f2c46036-bb6a-4e0b-b258-3f11aa7be5bc","resources":[{"resourceInstanceName":"pNF 506ef928-15dd 0","resourceName":"pNF 506ef928-15dd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"92812232-15c6-4e06-8ca1-3741d13e3b5f","resourceInvariantUUID":"31e309a3-cb64-4a1e-a038-2fe72963c21d","resourceCustomizationUUID":"b4ba00aa-b4ee-411d-bd75-5d7b73848f2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml","artifactChecksum":"YTZjZGE2NDY1N2NjMmJmMzNiZGM1MGE3ZWE1YjI2ZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4bdd582-3747-4960-9f83-8156948d7f2d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar","artifactChecksum":"MTBlMmQ4ZjJjYTBmMWQ2OWZmYzZlMzZjOGQ4MmVkMzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e7fb0c3-cd62-4d36-96bf-c03d999ae065","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"698e8421-bbff-44c8-b163-8487c0c10270","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vendor-license-model.xml","artifactChecksum":"MjBiYzk0OWNiNWUyMWIxMGI0ODljN2I0NDI0ZDUwMTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"46fe4d81-511b-4eff-8b7a-bf6e47996573","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb29a6d4-8a55-490f-86ee-cbdfb3c44d30","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"16e1954d-564c-49cb-894e-3dc52819d4b6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGvzo4168ampi8uell2ux-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-template.yml","artifactChecksum":"YzJjZDM3N2IwMjExMjQwY2YwNjhlMzdjYWY4N2VhMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d5d90a03-5963-44c6-9bf7-b3ebb75d7959","artifactVersion":"1"},{"artifactName":"service-DemoPnfGvzo4168ampi8uell2ux-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar","artifactChecksum":"OTBiZTQxOTQ1YjVlYjMwMzVjN2ZhM2Q2M2ZhM2JhYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"708f5aee-7960-443e-b54f-06f85acc77ec","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T04:17:01.527Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:17:01.527Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:01.553Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:01.554Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:01.630Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms
2022-10-26T04:17:01.632Z||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-10-26T04:17:01.632Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:01.673Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:17:01.674Z||pool-40-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:02.554Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:17:02.555Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:02.558Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:02.558Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:02.658Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:17:02.659Z||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-10-26T04:17:02.660Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:02.697Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:17:02.697Z||pool-41-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:03.559Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:17:03.560Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:03.562Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:03.562Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:03.663Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:17:03.664Z||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-10-26T04:17:03.664Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:03.680Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:17:03.681Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:04.563Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:17:04.564Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:04.567Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:04.567Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:04.669Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T04:17:04.671Z||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-10-26T04:17:04.671Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:04.685Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:17:04.686Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:05.568Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:17:05.570Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:05.572Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:05.573Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:05.673Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:17:05.675Z||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-10-26T04:17:05.676Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:05.700Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:17:05.701Z||pool-44-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:06.573Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:17:06.574Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:06.577Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:06.578Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:06.678Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:17:06.679Z||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-10-26T04:17:06.679Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:06.694Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:17:06.695Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:07.579Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:17:07.580Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:07.582Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:07.582Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:07.683Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:17:07.684Z||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-10-26T04:17:07.684Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:07.698Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:17:07.699Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:08.583Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:17:08.585Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:08.587Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:08.588Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:17:08.688Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:17:08.689Z||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-10-26T04:17:08.689Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:08.707Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:17:08.708Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:09.589Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "serviceName": "Demo_pNF_gvzo4168aMpI8UEll2UX",
  "serviceVersion": "1.0",
  "serviceUUID": "1aa8d6cf-4cb4-47a2-b4a7-f062081c0363",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f2c46036-bb6a-4e0b-b258-3f11aa7be5bc",
  "resources": [
    {
      "resourceInstanceName": "pNF 506ef928-15dd 0",
      "resourceCustomizationUUID": "b4ba00aa-b4ee-411d-bd75-5d7b73848f2b",
      "resourceName": "pNF 506ef928-15dd",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "92812232-15c6-4e06-8ca1-3741d13e3b5f",
      "resourceInvariantUUID": "31e309a3-cb64-4a1e-a038-2fe72963c21d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
      "artifactChecksum": "OTBiZTQxOTQ1YjVlYjMwMzVjN2ZhM2Q2M2ZhM2JhYTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "708f5aee-7960-443e-b54f-06f85acc77ec"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T04:17:09.590Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T04:17:09.590Z|67d3a241-9cb3-49bf-9331-d96cf42a4788|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1aa8d6cf-4cb4-47a2-b4a7-f062081c0363 ASDC
2022-10-26T04:17:09.591Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5e2566d5-1550-4841-a8fe-074c790cb99a
ServiceName:Demo_pNF_gvzo4168aMpI8UEll2UX
ServiceVersion:1.0
ServiceUUID:1aa8d6cf-4cb4-47a2-b4a7-f062081c0363
ServiceInvariantUUID:f2c46036-bb6a-4e0b-b258-3f11aa7be5bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
ArtifactUUID:708f5aee-7960-443e-b54f-06f85acc77ec
ArtifactChecksum:OTBiZTQxOTQ1YjVlYjMwMzVjN2ZhM2Q2M2ZhM2JhYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 506ef928-15dd 0
ResourceCustomizationUUID:b4ba00aa-b4ee-411d-bd75-5d7b73848f2b
ResourceInvariantUUID:31e309a3-cb64-4a1e-a038-2fe72963c21d
ResourceName:pNF 506ef928-15dd
ResourceType:PNF
ResourceUUID:92812232-15c6-4e06-8ca1-3741d13e3b5f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-26T04:17:09.592Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1aa8d6cf-4cb4-47a2-b4a7-f062081c0363 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-10-26T04:17:09.624Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:17:09.625Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:17:09.625Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:17:09.626Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 708f5aee-7960-443e-b54f-06f85acc77ec from URL: /sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:09.626Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:17:09.627Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:09.778Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:17:09.783Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar 708f5aee-7960-443e-b54f-06f85acc77ec 82639
2022-10-26T04:17:09.784Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar ASDC sendASDCNotification
2022-10-26T04:17:09.784Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:09.784Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:17:09.785Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:09.787Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:09.787Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757829784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:09.887Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:17:09.888Z||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-10-26T04:17:09.889Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:09.907Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:17:09.908Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:10.787Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:17:10.789Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:17:10.789Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 708f5aee-7960-443e-b54f-06f85acc77ec, URL: /sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar to file: /app/ASDC/1/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:10.790Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:10.790Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:10.791Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:10.969Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13141663730075657559/Definitions/service-DemoPnfGvzo4168ampi8uell2ux-template.yml
2022-10-26T04:17:12.014Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T04:17:12.015Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:17:12.016Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:12.016Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-26T04:17:12.016Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:12.017Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:12.017Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:12.018Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:12.018Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:12.018Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:12.019Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 506ef928-15dd 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-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:12.019Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:17:12.019Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:17:12.020Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gvzo4168aMpI8UEll2UX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:17:12.020Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Node template pNF 506ef928-15dd 0 is matching search criteria
2022-10-26T04:17:12.021Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:17:12.021Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 506ef928-15dd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:17:12.021Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:17:12.022Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gvzo4168aMpI8UEll2UX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:17:12.023Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Node template pNF 506ef928-15dd 0 is matching search criteria
2022-10-26T04:17:12.023Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:17:12.023Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 506ef928-15dd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:17:12.024Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:17:12.024Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gvzo4168aMpI8UEll2UX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:17:12.025Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:17:12.025Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gvzo4168aMpI8UEll2UX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:17:12.025Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:17:12.026Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gvzo4168aMpI8UEll2UX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:17:12.026Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:17:12.027Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gvzo4168aMpI8UEll2UX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:17:12.027Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:17:12.027Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gvzo4168aMpI8UEll2UX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:17:12.028Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_gvzo4168aMpI8UEll2UX
Description:catalog service description
Model UUID:1aa8d6cf-4cb4-47a2-b4a7-f062081c0363
Model Version:NULL
Model InvariantUuid:f2c46036-bb6a-4e0b-b258-3f11aa7be5bc
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-10-26T04:17:12.037Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 92812232-15c6-4e06-8ca1-3741d13e3b5f
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-10-26T04:17:12.042Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||pNF 506ef928-15dd 0
2022-10-26T04:17:12.042Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 92812232-15c6-4e06-8ca1-3741d13e3b5f
2022-10-26T04:17:12.043Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 1aa8d6cf-4cb4-47a2-b4a7-f062081c0363
2022-10-26T04:17:12.043Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1aa8d6cf-4cb4-47a2-b4a7-f062081c0363
2022-10-26T04:17:12.043Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 506ef928-15dd 0 92812232-15c6-4e06-8ca1-3741d13e3b5f 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-10-26T04:17:12.050Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e15cf33, org.onap.sdc.toscaparser.api.parameters.Input@26568ee9, org.onap.sdc.toscaparser.api.parameters.Input@3c0d4016, org.onap.sdc.toscaparser.api.parameters.Input@188c3908, org.onap.sdc.toscaparser.api.parameters.Input@1860017d]
2022-10-26T04:17:12.050Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:17:12.051Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gvzo4168aMpI8UEll2UX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:17:12.051Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1aa8d6cf-4cb4-47a2-b4a7-f062081c0363: pNF 506ef928-15dd
2022-10-26T04:17:12.051Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||Processing PNF resource: 92812232-15c6-4e06-8ca1-3741d13e3b5f
2022-10-26T04:17:12.052Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:17:12.052Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gvzo4168aMpI8UEll2UX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:17:12.052Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||Resource customization UUID: b4ba00aa-b4ee-411d-bd75-5d7b73848f2b is the same as notified resource customizationUUID: b4ba00aa-b4ee-411d-bd75-5d7b73848f2b
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-10-26T04:17:12.109Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 506ef928-15dd 92812232-15c6-4e06-8ca1-3741d13e3b5f 0 ASDC deployResourceStructure
2022-10-26T04:17:12.110Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar ASDC sendASDCNotification
2022-10-26T04:17:12.110Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar
2022-10-26T04:17:12.110Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:17:12.111Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:17:12.113Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:17:12.113Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757832110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:17:12.213Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:17:12.214Z||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-10-26T04:17:12.215Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:12.231Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:17:12.232Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:17:13.114Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e2566d5-1550-4841-a8fe-074c790cb99a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:17:13.129Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e2566d5-1550-4841-a8fe-074c790cb99a
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-10-26T04:17:13.131Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:17:13.132Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:17:13.132Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:17:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:17:14.601Z||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-10-26T04:17:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:17:14.619Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:17:14.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "aai-ml",
  "timestamp": 1666757652491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "cds",
  "timestamp": 1666757654259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-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-10-26T04:17:14.643Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e2566d5-1550-4841-a8fe-074c790cb99a
2022-10-26T04:17:14.643Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e2566d5-1550-4841-a8fe-074c790cb99a 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-10-26T04:17:14.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "policy-id",
  "timestamp": 1666757654748,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:17:14.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757653941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T04:17:14.653Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "aai-ml",
  "timestamp": 1666757652491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "policy-id",
  "timestamp": 1666757655751,
  "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-10-26T04:17:14.659Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e2566d5-1550-4841-a8fe-074c790cb99a
2022-10-26T04:17:14.659Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e2566d5-1550-4841-a8fe-074c790cb99a 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-10-26T04:17:14.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "clamp",
  "timestamp": 1666757655795,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757655316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757654945,
  "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-10-26T04:17:14.672Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5e2566d5-1550-4841-a8fe-074c790cb99a
2022-10-26T04:17:14.672Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e2566d5-1550-4841-a8fe-074c790cb99a 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-10-26T04:17:14.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "aai-ml",
  "timestamp": 1666757652491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757655316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.681Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "aai-ml",
  "timestamp": 1666757652491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.682Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "clamp",
  "timestamp": 1666757657804,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:17:14.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.682Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757655316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "aai-ml",
  "timestamp": 1666757652491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.683Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.683Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "clamp",
  "timestamp": 1666757658808,
  "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-10-26T04:17:14.689Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e2566d5-1550-4841-a8fe-074c790cb99a
2022-10-26T04:17:14.689Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e2566d5-1550-4841-a8fe-074c790cb99a 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-10-26T04:17:14.697Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757655316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.698Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "aai-ml",
  "timestamp": 1666757652491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.698Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757655316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.699Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "aai-ml",
  "timestamp": 1666757661223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.699Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.699Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.699Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757655316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757655316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.700Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.700Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.700Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757655316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.701Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757664090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.701Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.701Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.701Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "aai-ml",
  "timestamp": 1666757665743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:17:14.702Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757666087,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:17:14.702Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.702Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.702Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "aai-ml",
  "timestamp": 1666757666755,
  "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-10-26T04:17:14.708Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e2566d5-1550-4841-a8fe-074c790cb99a
2022-10-26T04:17:14.708Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e2566d5-1550-4841-a8fe-074c790cb99a 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-10-26T04:17:14.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757655948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757660009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "policy-id",
  "timestamp": 1666757662972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757667092,
  "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-10-26T04:17:14.724Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e2566d5-1550-4841-a8fe-074c790cb99a
2022-10-26T04:17:14.724Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e2566d5-1550-4841-a8fe-074c790cb99a 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-10-26T04:17:14.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757655948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757660009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "policy-id",
  "timestamp": 1666757662972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757660009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757655948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "policy-id",
  "timestamp": 1666757662972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "cds",
  "timestamp": 1666757668280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757655948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757660009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "policy-id",
  "timestamp": 1666757662972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "cds",
  "timestamp": 1666757668280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757655948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757660009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "policy-id",
  "timestamp": 1666757662972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "cds",
  "timestamp": 1666757668280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757655948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757660009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "policy-id",
  "timestamp": 1666757662972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "clamp",
  "timestamp": 1666757671457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "cds",
  "timestamp": 1666757668280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757655948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757660009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "policy-id",
  "timestamp": 1666757662972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "clamp",
  "timestamp": 1666757671457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.742Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "cds",
  "timestamp": 1666757668280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.743Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757672591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "policy-id",
  "timestamp": 1666757673719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "clamp",
  "timestamp": 1666757671457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "cds",
  "timestamp": 1666757668280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757673657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "policy-id",
  "timestamp": 1666757674725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:17:14.746Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "clamp",
  "timestamp": 1666757671457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "cds",
  "timestamp": 1666757668280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "policy-id",
  "timestamp": 1666757675728,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T04:17:14.762Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9028dde5-dece-4968-9a70-e8b2d1c4f768
2022-10-26T04:17:14.763Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9028dde5-dece-4968-9a70-e8b2d1c4f768 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-10-26T04:17:14.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757674712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "clamp",
  "timestamp": 1666757671457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "cds",
  "timestamp": 1666757676025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.773Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757674900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.774Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757675741,
  "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-10-26T04:17:14.779Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9028dde5-dece-4968-9a70-e8b2d1c4f768
2022-10-26T04:17:14.779Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9028dde5-dece-4968-9a70-e8b2d1c4f768 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-10-26T04:17:14.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "clamp",
  "timestamp": 1666757671457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "cds",
  "timestamp": 1666757677033,
  "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-10-26T04:17:14.797Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9028dde5-dece-4968-9a70-e8b2d1c4f768
2022-10-26T04:17:14.797Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9028dde5-dece-4968-9a70-e8b2d1c4f768 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-10-26T04:17:14.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757674900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.805Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757676750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:17:14.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "clamp",
  "timestamp": 1666757671457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757674900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757674900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757674900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757674900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757680009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "aai-ml",
  "timestamp": 1666757682491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757674900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757680009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "aai-ml",
  "timestamp": 1666757682491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "policy-id",
  "timestamp": 1666757682972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757674900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757680009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "cds",
  "timestamp": 1666757683280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "aai-ml",
  "timestamp": 1666757682491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666757674900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "policy-id",
  "timestamp": 1666757682972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757680009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "clamp",
  "timestamp": 1666757684804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.813Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.813Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.813Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "cds",
  "timestamp": 1666757683280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.813Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "aai-ml",
  "timestamp": 1666757682491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "policy-id",
  "timestamp": 1666757682972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.814Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757680009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757685315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "cds",
  "timestamp": 1666757683280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "aai-ml",
  "timestamp": 1666757682491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.816Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "policy-id",
  "timestamp": 1666757682972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757680009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "clamp",
  "timestamp": 1666757686813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:17:14.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757685315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.818Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "cds",
  "timestamp": 1666757683280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "aai-ml",
  "timestamp": 1666757682491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.819Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.819Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "policy-id",
  "timestamp": 1666757682972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757680009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.820Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "clamp",
  "timestamp": 1666757687817,
  "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-10-26T04:17:14.826Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9028dde5-dece-4968-9a70-e8b2d1c4f768
2022-10-26T04:17:14.827Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9028dde5-dece-4968-9a70-e8b2d1c4f768 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-10-26T04:17:14.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757685315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "cds",
  "timestamp": 1666757683280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "aai-ml",
  "timestamp": 1666757682491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "policy-id",
  "timestamp": 1666757682972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757680009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757685315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "cds",
  "timestamp": 1666757683280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "aai-ml",
  "timestamp": 1666757690204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.840Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "policy-id",
  "timestamp": 1666757682972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757680009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757685315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "cds",
  "timestamp": 1666757683280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "policy-id",
  "timestamp": 1666757682972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757689776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757685315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "cds",
  "timestamp": 1666757683280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "policy-id",
  "timestamp": 1666757682972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757690836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.845Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757685315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "cds",
  "timestamp": 1666757683280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.845Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "policy-id",
  "timestamp": 1666757692708,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.846Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.846Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757691888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.846Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757693033,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.847Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "cds",
  "timestamp": 1666757693072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.847Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "policy-id",
  "timestamp": 1666757693717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:17:14.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757692941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "cds",
  "timestamp": 1666757694078,
  "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-10-26T04:17:14.862Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8f014ce-f85a-4f9c-a640-a93d6029e1e5
2022-10-26T04:17:14.862Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f014ce-f85a-4f9c-a640-a93d6029e1e5 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-10-26T04:17:14.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.870Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "policy-id",
  "timestamp": 1666757694720,
  "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-10-26T04:17:14.875Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8f014ce-f85a-4f9c-a640-a93d6029e1e5
2022-10-26T04:17:14.875Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f014ce-f85a-4f9c-a640-a93d6029e1e5 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-10-26T04:17:14.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757693989,
  "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-10-26T04:17:14.888Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8f014ce-f85a-4f9c-a640-a93d6029e1e5
2022-10-26T04:17:14.889Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f014ce-f85a-4f9c-a640-a93d6029e1e5 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-10-26T04:17:14.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757695528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:17:14.896Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "aai-ml",
  "timestamp": 1666757696501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:17:14.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666757694992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:17:14.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757696535,
  "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-10-26T04:17:14.902Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9028dde5-dece-4968-9a70-e8b2d1c4f768
2022-10-26T04:17:14.902Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9028dde5-dece-4968-9a70-e8b2d1c4f768 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-10-26T04:17:14.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "aai-ml",
  "timestamp": 1666757697506,
  "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-10-26T04:17:14.917Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9028dde5-dece-4968-9a70-e8b2d1c4f768
2022-10-26T04:17:14.917Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9028dde5-dece-4968-9a70-e8b2d1c4f768 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-10-26T04:17:14.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757685315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "aai-ml",
  "timestamp": 1666757682491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757685315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "aai-ml",
  "timestamp": 1666757682491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757685315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "aai-ml",
  "timestamp": 1666757682491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757685315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "aai-ml",
  "timestamp": 1666757682491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757685315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "aai-ml",
  "timestamp": 1666757682491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "clamp",
  "timestamp": 1666757701457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757685315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "aai-ml",
  "timestamp": 1666757682491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "clamp",
  "timestamp": 1666757701457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757685315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "aai-ml",
  "timestamp": 1666757682491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "clamp",
  "timestamp": 1666757701457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757685315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "aai-ml",
  "timestamp": 1666757682491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "clamp",
  "timestamp": 1666757701457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757685315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "aai-ml",
  "timestamp": 1666757682491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "clamp",
  "timestamp": 1666757701457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757706671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.932Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "aai-ml",
  "timestamp": 1666757707604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "clamp",
  "timestamp": 1666757701457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "clamp",
  "timestamp": 1666757701457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757709026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:17:14.934Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "clamp",
  "timestamp": 1666757701457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:17:14.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666757710031,
  "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-10-26T04:17:14.941Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8f014ce-f85a-4f9c-a640-a93d6029e1e5
2022-10-26T04:17:14.941Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f014ce-f85a-4f9c-a640-a93d6029e1e5 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-10-26T04:17:14.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "clamp",
  "timestamp": 1666757701457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:17:14.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:17:14.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "aai-ml",
  "timestamp": 1666757713923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:17:14.954Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:14.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "aai-ml",
  "timestamp": 1666757714927,
  "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-10-26T04:17:14.959Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8f014ce-f85a-4f9c-a640-a93d6029e1e5
2022-10-26T04:17:14.959Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f014ce-f85a-4f9c-a640-a93d6029e1e5 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-10-26T04:17:14.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:17:14.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "clamp",
  "timestamp": 1666757714398,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:17:14.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:17:43.132Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e2566d5-1550-4841-a8fe-074c790cb99a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:17:43.155Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e2566d5-1550-4841-a8fe-074c790cb99a
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-10-26T04:17:43.159Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:17:43.159Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T04:17:43.159Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T04:17:43.159Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T04:17:43.159Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:17:43.159Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:17:43.159Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:17:43.159Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:17:43.159Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:17:43.160Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:17:43.160Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:17:43.160Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T04:17:43.166Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T04:18:13.166Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e2566d5-1550-4841-a8fe-074c790cb99a 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-10-26T04:18:13.173Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e2566d5-1550-4841-a8fe-074c790cb99a and serviceModelVersionId: 1aa8d6cf-4cb4-47a2-b4a7-f062081c0363
2022-10-26T04:18:13.173Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f2c46036-bb6a-4e0b-b258-3f11aa7be5bc
2022-10-26T04:18:13.174Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f2c46036-bb6a-4e0b-b258-3f11aa7be5bc/model-vers/model-ver/1aa8d6cf-4cb4-47a2-b4a7-f062081c0363?depth=0
2022-10-26T04:18:13.181Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T04:18:13.263Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c46036-bb6a-4e0b-b258-3f11aa7be5bc/model-vers/model-ver/1aa8d6cf-4cb4-47a2-b4a7-f062081c0363?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-10-26T04:18:13.265Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c46036-bb6a-4e0b-b258-3f11aa7be5bc/model-vers/model-ver/1aa8d6cf-4cb4-47a2-b4a7-f062081c0363?depth=0|INFO|500||Invoke
2022-10-26T04:18:13.296Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c46036-bb6a-4e0b-b258-3f11aa7be5bc/model-vers/model-ver/1aa8d6cf-4cb4-47a2-b4a7-f062081c0363?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T04:18:13.458Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c46036-bb6a-4e0b-b258-3f11aa7be5bc/model-vers/model-ver/1aa8d6cf-4cb4-47a2-b4a7-f062081c0363?depth=0|INFO|500||InvokeReturn
2022-10-26T04:18:13.459Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2c46036-bb6a-4e0b-b258-3f11aa7be5bc/model-vers/model-ver/1aa8d6cf-4cb4-47a2-b4a7-f062081c0363?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221026-04:18:13:698-12003], vertex-id=[208896], Content-Length=[0], Date=[Wed, 26 Oct 2022 04:18:13 GMT], Content-Type=[application/json]}
2022-10-26T04:18:13.460Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-10-26T04:18:13.460Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T04:18:13.460Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T04:18:13.468Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-26T04:18:13.469Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e2566d5-1550-4841-a8fe-074c790cb99a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T04:18:13.469Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T04:18:13.469Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:18:13.471Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:18:13.471Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757893469,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:18:13.572Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:18:13.573Z||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-10-26T04:18:13.573Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:18:13.598Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:18:13.599Z||pool-50-thread-1|||||INFO|500||cambria reply ok (27 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-10-26T04:18:14.483Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T04:18:14.484Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9028dde5-dece-4968-9a70-e8b2d1c4f768","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"58bc5f20-a380-4442-8a86-7b35d892439a","serviceDescription":"service","serviceInvariantUUID":"cbf17042-bccc-4ea5-9d65-aecbac481909","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"82d90c7c-7619-44ba-a1b1-fc286c461a16","resourceInvariantUUID":"eb185f76-8b54-4f1f-a7a6-068e7be4c88e","resourceCustomizationUUID":"7c443009-ca72-4ae0-805c-4d117a498ba7","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":"MjlkMmIzOTNlNmI3ODg4ODc2NmZjMGJiMzg2MjQ2YWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a6255f62-6545-4550-a579-60876b971d3f","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":"OTI3ODQzM2Y4MDAxNjkyNzM4OTE4NzFmODQ2NDlkZjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6baec0ba-176c-4245-a921-73a0c93102e2","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":"0e3bd2d5-3775-4a12-9ad4-448c98a07fb0","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":"e2715559-d0f0-42b7-ab7f-0a0b23243461","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":"fbf9f104-26f4-4ae5-aba8-461143b2d7ea","artifactVersion":"2","generatedFromUUID":"0e3bd2d5-3775-4a12-9ad4-448c98a07fb0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTUxZGFhZTI2ZTAwYzMxOWYzZGNlMDhkMDY2NjNiYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52f09077-87f3-4f07-8cae-50f986552138","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjEzYzAxMzdmNTE4OWNjMGZlNDU3Yzg1Mjc4OWM3OWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c93e8cb8-4569-4428-9b99-7d44ed9dc6e7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T04:18:14.484Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:18:14.484Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:18:14.486Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:18:14.486Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:18:14.587Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:18:14.588Z||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-10-26T04:18:14.588Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:18:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:18:14.601Z||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-10-26T04:18:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:18:14.602Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:18:14.602Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:18:14.622Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:18:14.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:18:14.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "clamp",
  "timestamp": 1666757715818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:18:14.624Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:18:14.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:18:14.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "clamp",
  "timestamp": 1666757716822,
  "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-10-26T04:18:14.631Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8f014ce-f85a-4f9c-a640-a93d6029e1e5
2022-10-26T04:18:14.631Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f014ce-f85a-4f9c-a640-a93d6029e1e5 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-10-26T04:18:15.487Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:18:15.488Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:18:15.490Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:18:15.490Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:18:15.591Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:18:15.593Z||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-10-26T04:18:15.593Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:18:15.607Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:18:15.608Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:18:16.491Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:18:16.492Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:18:16.495Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:18:16.495Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:18:16.596Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T04:18:16.598Z||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-10-26T04:18:16.598Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:18:16.614Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:18:16.615Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:18:17.496Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:18:17.496Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:18:17.499Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:18:17.499Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:18:17.599Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:18:17.600Z||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-10-26T04:18:17.601Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:18:17.615Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:18:17.616Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:18:18.500Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:18:18.502Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:18:18.505Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:18:18.505Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-26T04:18:18.605Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:18:18.607Z||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-10-26T04:18:18.607Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:18:18.628Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:18:18.629Z||pool-55-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:18:19.505Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:18:19.506Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:18:19.508Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:18:19.508Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:18:19.608Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:18:19.610Z||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-10-26T04:18:19.610Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:18:19.625Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:18:19.625Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:18:20.509Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:18:20.509Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:18:20.516Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:18:20.517Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:18:20.616Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:18:20.617Z||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-10-26T04:18:20.617Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:18:20.630Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:18:20.631Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:18:21.518Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "58bc5f20-a380-4442-8a86-7b35d892439a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cbf17042-bccc-4ea5-9d65-aecbac481909",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "7c443009-ca72-4ae0-805c-4d117a498ba7",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "82d90c7c-7619-44ba-a1b1-fc286c461a16",
      "resourceInvariantUUID": "eb185f76-8b54-4f1f-a7a6-068e7be4c88e",
      "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": "OTI3ODQzM2Y4MDAxNjkyNzM4OTE4NzFmODQ2NDlkZjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6baec0ba-176c-4245-a921-73a0c93102e2",
          "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": "0e3bd2d5-3775-4a12-9ad4-448c98a07fb0",
          "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": "fbf9f104-26f4-4ae5-aba8-461143b2d7ea",
            "generatedFromUUID": "0e3bd2d5-3775-4a12-9ad4-448c98a07fb0"
          },
          "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": "fbf9f104-26f4-4ae5-aba8-461143b2d7ea",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZjEzYzAxMzdmNTE4OWNjMGZlNDU3Yzg1Mjc4OWM3OWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c93e8cb8-4569-4428-9b99-7d44ed9dc6e7"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T04:18:21.520Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T04:18:21.520Z|5e2566d5-1550-4841-a8fe-074c790cb99a|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 58bc5f20-a380-4442-8a86-7b35d892439a ASDC
2022-10-26T04:18:21.520Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:9028dde5-dece-4968-9a70-e8b2d1c4f768
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:58bc5f20-a380-4442-8a86-7b35d892439a
ServiceInvariantUUID:cbf17042-bccc-4ea5-9d65-aecbac481909
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:c93e8cb8-4569-4428-9b99-7d44ed9dc6e7
ArtifactChecksum:ZjEzYzAxMzdmNTE4OWNjMGZlNDU3Yzg1Mjc4OWM3OWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:7c443009-ca72-4ae0-805c-4d117a498ba7
ResourceInvariantUUID:eb185f76-8b54-4f1f-a7a6-068e7be4c88e
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:82d90c7c-7619-44ba-a1b1-fc286c461a16
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:6baec0ba-176c-4245-a921-73a0c93102e2
ArtifactChecksum:OTI3ODQzM2Y4MDAxNjkyNzM4OTE4NzFmODQ2NDlkZjc=
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:0e3bd2d5-3775-4a12-9ad4-448c98a07fb0
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:fbf9f104-26f4-4ae5-aba8-461143b2d7ea
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:fbf9f104-26f4-4ae5-aba8-461143b2d7ea
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-26T04:18:21.521Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 58bc5f20-a380-4442-8a86-7b35d892439a 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-10-26T04:18:21.573Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:18:21.574Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:18:21.574Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:18:21.574Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c93e8cb8-4569-4428-9b99-7d44ed9dc6e7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-26T04:18:21.574Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:18:21.575Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-26T04:18:21.702Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:18:21.705Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c93e8cb8-4569-4428-9b99-7d44ed9dc6e7 71081
2022-10-26T04:18:21.706Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-26T04:18:21.706Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-26T04:18:21.706Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:18:21.706Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:18:21.709Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:18:21.709Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757901705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:18:21.809Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:18:21.810Z||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-10-26T04:18:21.810Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:18:21.824Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:18:21.825Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:18:22.710Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:18:22.714Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:18:22.714Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c93e8cb8-4569-4428-9b99-7d44ed9dc6e7, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-26T04:18:22.715Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-26T04:18:22.716Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-26T04:18:22.716Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-26T04:18:22.970Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7126439078151395312/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-10-26T04:18:24.311Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T04:18:24.311Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:18:24.312Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-26T04:18:24.312Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-26T04:18:24.312Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:24.312Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:24.312Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-26T04:18:24.312Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-26T04:18:24.312Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-26T04:18:24.312Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:24.312Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-26T04:18:24.312Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:24.312Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-26T04:18:24.312Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:18:24.313Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:24.313Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:18:24.313Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T04:18:24.313Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:18:24.314Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:18:24.314Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:24.314Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:18:24.314Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T04:18:24.314Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:18:24.314Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:18:24.315Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:24.315Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:18:24.315Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:24.315Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-26T04:18:24.316Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-26T04:18:24.316Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-26T04:18:24.316Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-26T04:18:24.316Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-26T04:18:24.316Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-26T04:18:24.316Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:24.316Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T04:18:24.317Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:24.317Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T04:18:24.317Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:18:24.317Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:24.317Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T04:18:24.317Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:18:24.318Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:24.318Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T04:18:24.318Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:18:24.318Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:24.318Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-26T04:18:24.318Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-26T04:18:24.318Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-26T04:18:24.319Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1d0d11a4-0306-4f4a-96c6-8f01e6f4f503
2022-10-26T04:18:24.319Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:24.319Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:18:24.319Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:24.319Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:18:24.319Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:24.319Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:18:24.320Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:24.320Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:18:24.320Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:58bc5f20-a380-4442-8a86-7b35d892439a
Model Version:NULL
Model InvariantUuid:cbf17042-bccc-4ea5-9d65-aecbac481909
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:4c4624c7-4702-48ff-9491-b30e61c80849
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eb185f76-8b54-4f1f-a7a6-068e7be4c88e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7c443009-ca72-4ae0-805c-4d117a498ba7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0cf09a19-2e23-4e2d-9ec6-98c96080030d
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:80430a4d-65c2-4df0-86d2-b06a0af3d669
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1d0d11a4-0306-4f4a-96c6-8f01e6f4f503
ModelInvariantUuid:9b281ea7-257f-474a-a52f-bcf1c392a67a
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:4c0de14d-0a9e-4d39-b743-a805653b3e0d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a7f675a3-2ad0-4598-9372-1dfde9e55037
ModelInvariantUuid:125b6c2a-6693-4155-8545-c641f11b4add
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:45092b69-a48b-48d2-b688-09cb7a44524b
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-10-26T04:18:24.328Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 82d90c7c-7619-44ba-a1b1-fc286c461a16
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-10-26T04:18:24.332Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-10-26T04:18:24.332Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 82d90c7c-7619-44ba-a1b1-fc286c461a16
2022-10-26T04:18:24.332Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6baec0ba-176c-4245-a921-73a0c93102e2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-26T04:18:24.332Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:18:24.333Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:24.387Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:18:24.387Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6baec0ba-176c-4245-a921-73a0c93102e2 787
2022-10-26T04:18:24.387Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:24.388Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:24.388Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:18:24.388Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:18:24.390Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:18:24.391Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757904387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:18:24.493Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-26T04:18:24.494Z||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-10-26T04:18:24.495Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:18:24.511Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:18:24.512Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:18:25.391Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0cf09a19-2e23-4e2d-9ec6-98c96080030d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "80430a4d-65c2-4df0-86d2-b06a0af3d669",
    "vfModuleModelCustomizationUUID": "33769c7a-008e-47e0-8d4b-75d408896dc9",
    "isBase": true,
    "artifacts": [
      "0e3bd2d5-3775-4a12-9ad4-448c98a07fb0",
      "fbf9f104-26f4-4ae5-aba8-461143b2d7ea"
    ],
    "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-10-26T04:18:25.399Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:80430a4d-65c2-4df0-86d2-b06a0af3d669
VfModuleModelInvariantUUID:0cf09a19-2e23-4e2d-9ec6-98c96080030d
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e3bd2d5-3775-4a12-9ad4-448c98a07fb0
,
fbf9f104-26f4-4ae5-aba8-461143b2d7ea

}
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-10-26T04:18:25.402Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0cf09a19-2e23-4e2d-9ec6-98c96080030d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "80430a4d-65c2-4df0-86d2-b06a0af3d669",
    "vfModuleModelCustomizationUUID": "33769c7a-008e-47e0-8d4b-75d408896dc9",
    "isBase": true,
    "artifacts": [
      "0e3bd2d5-3775-4a12-9ad4-448c98a07fb0",
      "fbf9f104-26f4-4ae5-aba8-461143b2d7ea"
    ],
    "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-10-26T04:18:25.402Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:80430a4d-65c2-4df0-86d2-b06a0af3d669
VfModuleModelInvariantUUID:0cf09a19-2e23-4e2d-9ec6-98c96080030d
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e3bd2d5-3775-4a12-9ad4-448c98a07fb0
,
fbf9f104-26f4-4ae5-aba8-461143b2d7ea

}
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-10-26T04:18:25.402Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0e3bd2d5-3775-4a12-9ad4-448c98a07fb0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-26T04:18:25.402Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:18:25.402Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:25.462Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:18:25.463Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 0e3bd2d5-3775-4a12-9ad4-448c98a07fb0 5033
2022-10-26T04:18:25.463Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:25.463Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:25.463Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:18:25.464Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:18:25.467Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:18:25.467Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757905463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:18:25.567Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:18:25.568Z||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-10-26T04:18:25.569Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:18:25.584Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:18:25.584Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:18:26.468Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fbf9f104-26f4-4ae5-aba8-461143b2d7ea from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-26T04:18:26.468Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:18:26.468Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:26.521Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:18:26.522Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env fbf9f104-26f4-4ae5-aba8-461143b2d7ea 903
2022-10-26T04:18:26.523Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:26.523Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:26.523Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:18:26.523Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:18:26.527Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:18:26.527Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757906522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:18:26.627Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:18:26.628Z||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-10-26T04:18:26.628Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:18:26.643Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:18:26.644Z||pool-61-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:18:27.528Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 58bc5f20-a380-4442-8a86-7b35d892439a
2022-10-26T04:18:27.535Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 82d90c7c-7619-44ba-a1b1-fc286c461a16 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-10-26T04:18:27.558Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b209612, org.onap.sdc.toscaparser.api.parameters.Input@532c6fcd, org.onap.sdc.toscaparser.api.parameters.Input@87c793d, org.onap.sdc.toscaparser.api.parameters.Input@589afc1b, org.onap.sdc.toscaparser.api.parameters.Input@37e5711c]
2022-10-26T04:18:27.561Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:27.561Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:18:27.562Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-10-26T04:18:27.562Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 7c443009-ca72-4ae0-805c-4d117a498ba7
2022-10-26T04:18:27.563Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7c443009-ca72-4ae0-805c-4d117a498ba7 matches Tosca VF Customization UUID: 7c443009-ca72-4ae0-805c-4d117a498ba7
2022-10-26T04:18:27.563Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 7c443009-ca72-4ae0-805c-4d117a498ba7  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-10-26T04:18:27.571Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:27.572Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:18:27.585Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 7c443009-ca72-4ae0-805c-4d117a498ba7: {\"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-10-26T04:18:27.586Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@632c45d2
2022-10-26T04:18:27.586Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:27.586Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T04:18:27.587Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 33769c7a-008e-47e0-8d4b-75d408896dc9
2022-10-26T04:18:27.587Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 33769c7a-008e-47e0-8d4b-75d408896dc9
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-10-26T04:18:27.593Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:27.593Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T04:18:27.594Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:18:27.594Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:27.594Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T04:18:27.595Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:18:27.595Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:27.595Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-26T04:18:27.596Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-26T04:18:27.596Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-26T04:18:27.596Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1d0d11a4-0306-4f4a-96c6-8f01e6f4f503
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-10-26T04:18:27.600Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:27.601Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T04:18:27.601Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:18:27.602Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:27.602Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-26T04:18:27.602Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=7c443009-ca72-4ae0-805c-4d117a498ba7
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-10-26T04:18:27.605Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:27.606Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:18:27.606Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 58bc5f20-a380-4442-8a86-7b35d892439a: basic_vm
2022-10-26T04:18:27.606Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:27.606Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:18:27.607Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:27.607Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:18:27.607Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:27.608Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:18:27.608Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:27.608Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:18:27.609Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:18:27.609Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:18:27.609Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:27.703Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 82d90c7c-7619-44ba-a1b1-fc286c461a16 1 ASDC deployResourceStructure
2022-10-26T04:18:27.704Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:27.704Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:27.704Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:18:27.705Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:18:27.707Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:18:27.707Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757907704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:18:27.815Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-10-26T04:18:27.817Z||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-10-26T04:18:27.817Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:18:27.835Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:18:27.836Z||pool-62-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:18:28.709Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:28.709Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:28.710Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:18:28.710Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:18:28.712Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:18:28.712Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757908709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T04:18:28.812Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:18:28.814Z||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-10-26T04:18:28.814Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:18:28.830Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:18:28.831Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:18:29.713Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:29.714Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||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-10-26T04:18:29.714Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:18:29.715Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:18:29.718Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:18:29.718Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757909713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-26T04:18:29.818Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:18:29.820Z||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-10-26T04:18:29.820Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:18:29.836Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:18:29.837Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:18:30.719Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-10-26T04:18:30.720Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-26T04:18:30.720Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:18:30.720Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:18:30.722Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:18:30.722Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757910719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:18:30.823Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:18:30.824Z||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-10-26T04:18:30.825Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:18:30.840Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:18:30.841Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:18:31.723Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9028dde5-dece-4968-9a70-e8b2d1c4f768
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:18:31.740Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9028dde5-dece-4968-9a70-e8b2d1c4f768
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-10-26T04:18:31.743Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:18:31.743Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T04:18:31.744Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T04:18:31.744Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T04:18:31.744Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:18:31.745Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:18:31.745Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:18:31.745Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:18:31.745Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:18:31.745Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:18:31.746Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T04:18:31.753Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T04:19:01.753Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9028dde5-dece-4968-9a70-e8b2d1c4f768 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-10-26T04:19:01.762Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9028dde5-dece-4968-9a70-e8b2d1c4f768 and serviceModelVersionId: 58bc5f20-a380-4442-8a86-7b35d892439a
2022-10-26T04:19:01.762Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cbf17042-bccc-4ea5-9d65-aecbac481909
2022-10-26T04:19:01.764Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cbf17042-bccc-4ea5-9d65-aecbac481909/model-vers/model-ver/58bc5f20-a380-4442-8a86-7b35d892439a?depth=0
2022-10-26T04:19:01.771Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T04:19:01.882Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbf17042-bccc-4ea5-9d65-aecbac481909/model-vers/model-ver/58bc5f20-a380-4442-8a86-7b35d892439a?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-10-26T04:19:01.883Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbf17042-bccc-4ea5-9d65-aecbac481909/model-vers/model-ver/58bc5f20-a380-4442-8a86-7b35d892439a?depth=0|INFO|500||Invoke
2022-10-26T04:19:01.911Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbf17042-bccc-4ea5-9d65-aecbac481909/model-vers/model-ver/58bc5f20-a380-4442-8a86-7b35d892439a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T04:19:02.008Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbf17042-bccc-4ea5-9d65-aecbac481909/model-vers/model-ver/58bc5f20-a380-4442-8a86-7b35d892439a?depth=0|INFO|500||InvokeReturn
2022-10-26T04:19:02.009Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cbf17042-bccc-4ea5-9d65-aecbac481909/model-vers/model-ver/58bc5f20-a380-4442-8a86-7b35d892439a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221026-04:19:02:315-87476], vertex-id=[200952], Content-Length=[0], Date=[Wed, 26 Oct 2022 04:19:02 GMT], Content-Type=[application/json]}
2022-10-26T04:19:02.009Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-10-26T04:19:02.010Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T04:19:02.010Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T04:19:02.016Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-26T04:19:02.017Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9028dde5-dece-4968-9a70-e8b2d1c4f768 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T04:19:02.017Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T04:19:02.017Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:02.019Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:02.019Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757942017,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:19:02.119Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:19:02.121Z||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-10-26T04:19:02.121Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:02.139Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:02.140Z||pool-66-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-26T04:19:03.035Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T04:19:03.035Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8f014ce-f85a-4f9c-a640-a93d6029e1e5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"8fd733b1-450d-40af-a434-1b82083796a8","serviceDescription":"service","serviceInvariantUUID":"ba8b6b6b-eb15-4377-a8db-7e653a362637","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cdfe6cc1-645c-4342-b552-d02c272e58a5","resourceInvariantUUID":"33250830-b017-44d9-9788-35a68e9085eb","resourceCustomizationUUID":"aa6b29a9-4fa5-4c6b-baa4-95f69523da96","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":"MmVhOGM3NzY1NmRmMjAzNGYwYTVkNDVlYzQxMWRmMDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d194a8cc-3140-49f0-ba63-1e5a560f8c93","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":"0db31217-0360-40c7-a3ce-78d27db6e008","artifactVersion":"2","generatedFromUUID":"974ab1bc-1cdf-4ec6-8e83-95aa3a37a027"},{"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":"974ab1bc-1cdf-4ec6-8e83-95aa3a37a027","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":"MTdkN2IyYWFhZWJkZjY3ZWI5NmExNGMwMjJkMDc1YzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"47e9faaa-d6be-470a-b5e3-6771647aad4d","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":"35e0342e-7d1f-4377-bb7e-f3e87164c4a3","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":"8908afd5-3f33-4d22-aec2-164428ffa0a3","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":"cd8042a3-77be-4019-81cc-a98d137dca00","artifactVersion":"2","generatedFromUUID":"35e0342e-7d1f-4377-bb7e-f3e87164c4a3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzYwMGI4NDZlNjI2OGEyYjQwM2FiNGU0NTdlYTM4YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"861c0951-a538-42df-8f94-4e85ea0b7749","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZmE2ZjUwNWQ4ZWM1ZjdmMTA0MjI4MmNjZmYzMmMzOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35f66f6e-7d17-4e00-9b18-455968dbbfc1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T04:19:03.036Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:19:03.036Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:03.039Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:03.039Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:19:03.139Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:19:03.140Z||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-10-26T04:19:03.141Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:03.160Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:03.160Z||pool-67-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:19:04.040Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:19:04.041Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:04.043Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:04.043Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-26T04:19:04.143Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:19:04.144Z||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-10-26T04:19:04.144Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:04.160Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:04.160Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:19:05.043Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:19:05.044Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:05.047Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:05.047Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-26T04:19:05.148Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:19:05.150Z||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-10-26T04:19:05.150Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:05.178Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:05.179Z||pool-69-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:19:06.048Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:19:06.050Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:06.052Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:06.052Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:19:06.153Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T04:19:06.154Z||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-10-26T04:19:06.154Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:06.174Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:06.174Z||pool-70-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:19:07.053Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:19:07.054Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:07.057Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:07.057Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:19:07.157Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:19:07.158Z||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-10-26T04:19:07.159Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:07.175Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:07.176Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:19:08.058Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:19:08.060Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:08.062Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:08.062Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:19:08.163Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:19:08.164Z||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-10-26T04:19:08.164Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:08.181Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:08.182Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:19:09.063Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:19:09.064Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:09.066Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:09.066Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-26T04:19:09.166Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:19:09.169Z||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-10-26T04:19:09.170Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:09.190Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:09.191Z||pool-73-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:19:10.067Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:19:10.068Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:10.070Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:10.070Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:19:10.170Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:19:10.171Z||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-10-26T04:19:10.172Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:10.187Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:10.188Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:19:11.073Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:19:11.074Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:11.080Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:11.081Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:19:11.179Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-26T04:19:11.180Z||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-10-26T04:19:11.180Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:11.200Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:11.201Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:19:12.083Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "8fd733b1-450d-40af-a434-1b82083796a8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ba8b6b6b-eb15-4377-a8db-7e653a362637",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "aa6b29a9-4fa5-4c6b-baa4-95f69523da96",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cdfe6cc1-645c-4342-b552-d02c272e58a5",
      "resourceInvariantUUID": "33250830-b017-44d9-9788-35a68e9085eb",
      "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": "0db31217-0360-40c7-a3ce-78d27db6e008",
          "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": "974ab1bc-1cdf-4ec6-8e83-95aa3a37a027",
          "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": "MTdkN2IyYWFhZWJkZjY3ZWI5NmExNGMwMjJkMDc1YzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "47e9faaa-d6be-470a-b5e3-6771647aad4d",
          "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": "35e0342e-7d1f-4377-bb7e-f3e87164c4a3",
          "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": "cd8042a3-77be-4019-81cc-a98d137dca00",
            "generatedFromUUID": "35e0342e-7d1f-4377-bb7e-f3e87164c4a3"
          },
          "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": "cd8042a3-77be-4019-81cc-a98d137dca00",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZmE2ZjUwNWQ4ZWM1ZjdmMTA0MjI4MmNjZmYzMmMzOGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "35f66f6e-7d17-4e00-9b18-455968dbbfc1"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T04:19:12.083Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T04:19:12.083Z|9028dde5-dece-4968-9a70-e8b2d1c4f768|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8fd733b1-450d-40af-a434-1b82083796a8 ASDC
2022-10-26T04:19:12.084Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c8f014ce-f85a-4f9c-a640-a93d6029e1e5
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:8fd733b1-450d-40af-a434-1b82083796a8
ServiceInvariantUUID:ba8b6b6b-eb15-4377-a8db-7e653a362637
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:35f66f6e-7d17-4e00-9b18-455968dbbfc1
ArtifactChecksum:ZmE2ZjUwNWQ4ZWM1ZjdmMTA0MjI4MmNjZmYzMmMzOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:aa6b29a9-4fa5-4c6b-baa4-95f69523da96
ResourceInvariantUUID:33250830-b017-44d9-9788-35a68e9085eb
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:cdfe6cc1-645c-4342-b552-d02c272e58a5
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:0db31217-0360-40c7-a3ce-78d27db6e008
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:974ab1bc-1cdf-4ec6-8e83-95aa3a37a027
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:47e9faaa-d6be-470a-b5e3-6771647aad4d
ArtifactChecksum:MTdkN2IyYWFhZWJkZjY3ZWI5NmExNGMwMjJkMDc1YzA=
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:35e0342e-7d1f-4377-bb7e-f3e87164c4a3
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:cd8042a3-77be-4019-81cc-a98d137dca00
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:cd8042a3-77be-4019-81cc-a98d137dca00
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-26T04:19:12.084Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fd733b1-450d-40af-a434-1b82083796a8 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-10-26T04:19:12.123Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:19:12.124Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:19:12.124Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:19:12.124Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 35f66f6e-7d17-4e00-9b18-455968dbbfc1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-26T04:19:12.124Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:19:12.124Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-26T04:19:12.262Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:19:12.266Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 35f66f6e-7d17-4e00-9b18-455968dbbfc1 68945
2022-10-26T04:19:12.267Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-26T04:19:12.267Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-26T04:19:12.267Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:19:12.268Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:12.270Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:12.270Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757952267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:19:12.370Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:19:12.371Z||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-10-26T04:19:12.372Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:12.388Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:12.388Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:19:13.272Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:19:13.274Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:19:13.274Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 35f66f6e-7d17-4e00-9b18-455968dbbfc1, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-26T04:19:13.275Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-26T04:19:13.276Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-26T04:19:13.276Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-26T04:19:13.402Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12403521407453500490/Definitions/service-BasicCnf-template.yml
2022-10-26T04:19:14.546Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T04:19:14.547Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:19:14.547Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-26T04:19:14.547Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-26T04:19:14.547Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:14.547Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:14.547Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-26T04:19:14.547Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:14.548Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:19:14.548Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:14.548Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:19:14.548Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T04:19:14.548Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:19:14.548Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:19:14.548Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:14.549Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:19:14.549Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T04:19:14.549Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:19:14.549Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:19:14.550Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:14.550Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:19:14.550Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:14.550Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-26T04:19:14.550Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-26T04:19:14.551Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-26T04:19:14.551Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-26T04:19:14.551Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:14.551Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T04:19:14.552Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:14.552Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T04:19:14.552Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:19:14.552Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:14.552Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T04:19:14.553Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:19:14.553Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:14.553Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T04:19:14.553Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:19:14.554Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:14.554Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-26T04:19:14.554Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-26T04:19:14.554Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=40685c2b-1521-4bac-ad25-156fa0c04bf4
2022-10-26T04:19:14.554Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:14.555Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:19:14.555Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:14.555Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:19:14.555Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:14.555Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:19:14.555Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:14.555Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:19:14.556Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:8fd733b1-450d-40af-a434-1b82083796a8
Model Version:NULL
Model InvariantUuid:ba8b6b6b-eb15-4377-a8db-7e653a362637
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:1720e7aa-3216-4c89-9cee-a835b03b94fd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:33250830-b017-44d9-9788-35a68e9085eb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aa6b29a9-4fa5-4c6b-baa4-95f69523da96
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b82828a3-54c9-42e5-9e3e-f931e9427681
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:6b4eacf6-a056-40af-97a5-e052b4d37ea2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:40685c2b-1521-4bac-ad25-156fa0c04bf4
ModelInvariantUuid:f50f87c1-1dfc-4f29-aa1b-b0f8526129ff
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f46631fa-f59a-4cdc-9fe5-caa0b34ea903
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:2d73fb4d-93f0-4912-9682-665592c0864d
ModelInvariantUuid:a21ec624-3358-4883-9fdd-bb9d4794c3a4
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:755e342b-fe80-48e7-bd0c-a2875755d284
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-10-26T04:19:14.565Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: cdfe6cc1-645c-4342-b552-d02c272e58a5
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-10-26T04:19:14.570Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-10-26T04:19:14.570Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cdfe6cc1-645c-4342-b552-d02c272e58a5
2022-10-26T04:19:14.570Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0db31217-0360-40c7-a3ce-78d27db6e008 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-26T04:19:14.570Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:19:14.571Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:19:14.601Z||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-10-26T04:19:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:14.628Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:14.629Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:19:14.629Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0db31217-0360-40c7-a3ce-78d27db6e008 12
2022-10-26T04:19:14.630Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:14.630Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:14.630Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:19:14.630Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:14.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:19:14.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67d3a241-9cb3-49bf-9331-d96cf42a4788",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757816082,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:19:14.632Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:19:14.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:19:14.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:19:14.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:19:14.633Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:14.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:19:14.633Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757954630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:19:14.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:19:14.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:19:14.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:19:14.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:19:14.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:19:14.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:19:14.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:19:14.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:19:14.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:19:14.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:19:14.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:19:14.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:19:14.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/resourceInstances/pnf506ef92815dd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:19:14.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:19:14.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:19:14.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:19:14.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:19:14.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:19:14.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:19:14.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:19:14.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:19:14.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757829784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:19:14.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:19:14.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:19:14.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757832110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfGvzo4168ampi8uell2ux/1.0/artifacts/service-DemoPnfGvzo4168ampi8uell2ux-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:19:14.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:19:14.733Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:19:14.734Z||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-10-26T04:19:14.734Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:14.747Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:14.748Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:19:15.634Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 974ab1bc-1cdf-4ec6-8e83-95aa3a37a027 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-26T04:19:15.635Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:19:15.635Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:15.684Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:19:15.684Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 974ab1bc-1cdf-4ec6-8e83-95aa3a37a027 2688
2022-10-26T04:19:15.685Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:15.685Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:15.685Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:19:15.685Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:15.687Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:15.688Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757955685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:19:15.788Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:19:15.789Z||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-10-26T04:19:15.789Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:15.805Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:15.806Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:19:16.689Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 47e9faaa-d6be-470a-b5e3-6771647aad4d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-26T04:19:16.690Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:19:16.690Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:16.743Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:19:16.744Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 47e9faaa-d6be-470a-b5e3-6771647aad4d 828
2022-10-26T04:19:16.744Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:16.745Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:16.745Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:19:16.745Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:16.748Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:16.748Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757956744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:19:16.848Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:19:16.849Z||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-10-26T04:19:16.850Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:16.865Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:16.865Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:19:17.749Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b82828a3-54c9-42e5-9e3e-f931e9427681",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b4eacf6-a056-40af-97a5-e052b4d37ea2",
    "vfModuleModelCustomizationUUID": "905c1ef2-ae21-4966-af64-37f802e8ad4f",
    "isBase": true,
    "artifacts": [
      "35e0342e-7d1f-4377-bb7e-f3e87164c4a3",
      "974ab1bc-1cdf-4ec6-8e83-95aa3a37a027",
      "cd8042a3-77be-4019-81cc-a98d137dca00"
    ],
    "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-10-26T04:19:17.753Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b4eacf6-a056-40af-97a5-e052b4d37ea2
VfModuleModelInvariantUUID:b82828a3-54c9-42e5-9e3e-f931e9427681
VfModuleModelDescription:NULL
Artifacts UUID List:{
35e0342e-7d1f-4377-bb7e-f3e87164c4a3
,
974ab1bc-1cdf-4ec6-8e83-95aa3a37a027
,
cd8042a3-77be-4019-81cc-a98d137dca00

}
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-10-26T04:19:17.755Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b82828a3-54c9-42e5-9e3e-f931e9427681",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b4eacf6-a056-40af-97a5-e052b4d37ea2",
    "vfModuleModelCustomizationUUID": "905c1ef2-ae21-4966-af64-37f802e8ad4f",
    "isBase": true,
    "artifacts": [
      "35e0342e-7d1f-4377-bb7e-f3e87164c4a3",
      "974ab1bc-1cdf-4ec6-8e83-95aa3a37a027",
      "cd8042a3-77be-4019-81cc-a98d137dca00"
    ],
    "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-10-26T04:19:17.756Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b4eacf6-a056-40af-97a5-e052b4d37ea2
VfModuleModelInvariantUUID:b82828a3-54c9-42e5-9e3e-f931e9427681
VfModuleModelDescription:NULL
Artifacts UUID List:{
35e0342e-7d1f-4377-bb7e-f3e87164c4a3
,
974ab1bc-1cdf-4ec6-8e83-95aa3a37a027
,
cd8042a3-77be-4019-81cc-a98d137dca00

}
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-10-26T04:19:17.756Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 35e0342e-7d1f-4377-bb7e-f3e87164c4a3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-26T04:19:17.756Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:19:17.756Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:17.808Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:19:17.809Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 35e0342e-7d1f-4377-bb7e-f3e87164c4a3 1164
2022-10-26T04:19:17.809Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:17.809Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:17.809Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:19:17.810Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:17.812Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:17.812Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757957809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:19:17.912Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:19:17.913Z||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-10-26T04:19:17.913Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:17.928Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:17.929Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:19:18.813Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cd8042a3-77be-4019-81cc-a98d137dca00 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-26T04:19:18.815Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:19:18.815Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:18.864Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:19:18.865Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env cd8042a3-77be-4019-81cc-a98d137dca00 200
2022-10-26T04:19:18.866Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:18.871Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:18.872Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:19:18.872Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:18.875Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:18.875Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757958866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:19:18.975Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:19:18.977Z||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-10-26T04:19:18.977Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:18.993Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:18.994Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:19:19.876Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8fd733b1-450d-40af-a434-1b82083796a8
2022-10-26T04:19:19.876Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 cdfe6cc1-645c-4342-b552-d02c272e58a5 ASDC
2022-10-26T04:19:19.891Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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 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=?
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-10-26T04:19:19.903Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@157ad074, org.onap.sdc.toscaparser.api.parameters.Input@37ce8e9d, org.onap.sdc.toscaparser.api.parameters.Input@63980d6a, org.onap.sdc.toscaparser.api.parameters.Input@71919149, org.onap.sdc.toscaparser.api.parameters.Input@32ab067f]
2022-10-26T04:19:19.904Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:19.904Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:19:19.905Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-10-26T04:19:19.905Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= aa6b29a9-4fa5-4c6b-baa4-95f69523da96
2022-10-26T04:19:19.905Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa6b29a9-4fa5-4c6b-baa4-95f69523da96 matches Tosca VF Customization UUID: aa6b29a9-4fa5-4c6b-baa4-95f69523da96
2022-10-26T04:19:19.905Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: aa6b29a9-4fa5-4c6b-baa4-95f69523da96  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-10-26T04:19:19.907Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:19.907Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:19:19.908Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id aa6b29a9-4fa5-4c6b-baa4-95f69523da96: {\"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-10-26T04:19:19.908Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2fe4b40c
2022-10-26T04:19:19.908Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:19.908Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T04:19:19.908Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 905c1ef2-ae21-4966-af64-37f802e8ad4f
2022-10-26T04:19:19.909Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 905c1ef2-ae21-4966-af64-37f802e8ad4f
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-10-26T04:19:19.910Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:19.911Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T04:19:19.911Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:19:19.911Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:19.912Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T04:19:19.912Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:19:19.912Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:19.912Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-26T04:19:19.913Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-26T04:19:19.913Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=40685c2b-1521-4bac-ad25-156fa0c04bf4
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-10-26T04:19:19.915Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:19.915Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T04:19:19.915Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:19:19.916Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:19.916Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-26T04:19:19.916Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=aa6b29a9-4fa5-4c6b-baa4-95f69523da96
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-10-26T04:19:19.919Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:19.919Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:19:19.919Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8fd733b1-450d-40af-a434-1b82083796a8: basic_cnf
2022-10-26T04:19:19.919Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:19.920Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:19:19.920Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:19.920Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:19:19.920Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:19.921Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:19:19.921Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:19.921Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:19:19.922Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:19:19.922Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:19:19.922Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:20.001Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf cdfe6cc1-645c-4342-b552-d02c272e58a5 1 ASDC deployResourceStructure
2022-10-26T04:19:20.002Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:20.002Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:20.002Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-26T04:19:20.003Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:20.005Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:20.005Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757960002,
  "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-10-26T04:19:20.106Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T04:19:20.107Z||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-10-26T04:19:20.107Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:20.122Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:20.123Z||pool-82-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:19:21.007Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:21.007Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:21.007Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-26T04:19:21.007Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:21.009Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:21.010Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757961006,
  "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-10-26T04:19:21.110Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:19:21.111Z||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-10-26T04:19:21.111Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:21.126Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:21.127Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:19:22.011Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:22.011Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:22.012Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:19:22.012Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:22.015Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:22.015Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757962011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:19:22.115Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:19:22.116Z||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-10-26T04:19:22.116Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:22.132Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:22.133Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:19:23.017Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:23.017Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:23.017Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:19:23.018Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:23.020Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:23.021Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757963016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T04:19:23.121Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:19:23.123Z||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-10-26T04:19:23.123Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:23.137Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:23.137Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:19:24.023Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:24.023Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||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-10-26T04:19:24.023Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:19:24.023Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:24.025Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:24.026Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757964022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-26T04:19:24.126Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:19:24.127Z||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-10-26T04:19:24.127Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:24.144Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:24.145Z||pool-86-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:19:25.032Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-26T04:19:25.032Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-26T04:19:25.033Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:19:25.033Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:25.036Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:25.036Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757965032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:19:25.136Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:19:25.137Z||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-10-26T04:19:25.138Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:25.173Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:25.174Z||pool-87-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:19:26.037Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8f014ce-f85a-4f9c-a640-a93d6029e1e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:19:26.058Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8f014ce-f85a-4f9c-a640-a93d6029e1e5
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-10-26T04:19:26.064Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:19:26.065Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T04:19:26.065Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T04:19:26.066Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T04:19:26.066Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:19:26.075Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:19:26.078Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:19:26.078Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:19:26.079Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:19:26.079Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:19:26.080Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T04:19:26.087Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T04:19:56.088Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8f014ce-f85a-4f9c-a640-a93d6029e1e5 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-10-26T04:19:56.096Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8f014ce-f85a-4f9c-a640-a93d6029e1e5 and serviceModelVersionId: 8fd733b1-450d-40af-a434-1b82083796a8
2022-10-26T04:19:56.097Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ba8b6b6b-eb15-4377-a8db-7e653a362637
2022-10-26T04:19:56.098Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ba8b6b6b-eb15-4377-a8db-7e653a362637/model-vers/model-ver/8fd733b1-450d-40af-a434-1b82083796a8?depth=0
2022-10-26T04:19:56.104Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T04:19:56.149Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba8b6b6b-eb15-4377-a8db-7e653a362637/model-vers/model-ver/8fd733b1-450d-40af-a434-1b82083796a8?depth=0|INFO|500||Invoke
2022-10-26T04:19:56.150Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba8b6b6b-eb15-4377-a8db-7e653a362637/model-vers/model-ver/8fd733b1-450d-40af-a434-1b82083796a8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba8b6b6b-eb15-4377-a8db-7e653a362637/model-vers/model-ver/8fd733b1-450d-40af-a434-1b82083796a8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8f014ce-f85a-4f9c-a640-a93d6029e1e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[32555ee5-07ac-4905-80b9-dc60fdccf78c], X-ECOMP-RequestID=[c8f014ce-f85a-4f9c-a640-a93d6029e1e5], X-TransactionId=[], X-ONAP-RequestID=[c8f014ce-f85a-4f9c-a640-a93d6029e1e5], Content-Type=[application/merge-patch+json]}
2022-10-26T04:19:56.174Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba8b6b6b-eb15-4377-a8db-7e653a362637/model-vers/model-ver/8fd733b1-450d-40af-a434-1b82083796a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T04:19:56.283Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba8b6b6b-eb15-4377-a8db-7e653a362637/model-vers/model-ver/8fd733b1-450d-40af-a434-1b82083796a8?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/ba8b6b6b-eb15-4377-a8db-7e653a362637/model-vers/model-ver/8fd733b1-450d-40af-a434-1b82083796a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221026-04:19:56:575-53479], vertex-id=[245776], Content-Length=[0], Date=[Wed, 26 Oct 2022 04:19:56 GMT], Content-Type=[application/json]}
2022-10-26T04:19:56.284Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba8b6b6b-eb15-4377-a8db-7e653a362637/model-vers/model-ver/8fd733b1-450d-40af-a434-1b82083796a8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-26T04:19:56.285Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba8b6b6b-eb15-4377-a8db-7e653a362637/model-vers/model-ver/8fd733b1-450d-40af-a434-1b82083796a8?depth=0|INFO|500||InvokeReturn
2022-10-26T04:19:56.285Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T04:19:56.286Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T04:19:56.290Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-26T04:19:56.291Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8f014ce-f85a-4f9c-a640-a93d6029e1e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T04:19:56.291Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T04:19:56.292Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:19:56.294Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:19:56.294Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757996291,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:19:56.395Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T04:19:56.396Z||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-10-26T04:19:56.396Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:19:56.413Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:19:56.414Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 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-10-26T04:19:57.310Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:19:57.310Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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-10-26T04:19:57.311Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:20:07.604Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:20:07.605Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:20:07.605Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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-10-26T04:20:07.610Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:20:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:20:14.601Z||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-10-26T04:20:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:20:14.628Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:20:14.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:20:14.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e2566d5-1550-4841-a8fe-074c790cb99a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757893469,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:20:14.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:20:14.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-26T04:20:14.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:20:14.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:20:17.149Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:20:17.150Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:20:17.150Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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-10-26T04:20:17.150Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:20:26.690Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:20:26.691Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:20:26.692Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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-10-26T04:20:26.693Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:20:36.242Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:20:36.243Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:20:36.244Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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-10-26T04:20:36.244Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:20:45.784Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:20:45.785Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:20:45.786Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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-10-26T04:20:45.786Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:20:55.367Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:21:14.591Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:21:14.592Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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-10-26T04:21:14.592Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:21:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:21:14.601Z||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-10-26T04:21:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:21:14.643Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:21:14.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:21:14.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:21:14.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:21:14.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:21:14.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:21:14.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:21:14.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-26T04:21:14.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:21:14.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:21:14.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:21:14.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:21:14.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:21:14.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757901705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:21:14.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:21:14.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757904387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:21:14.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:21:14.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757905463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:21:14.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:21:14.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757906522,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:21:14.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:21:14.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757907704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:21:14.658Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:21:14.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757908709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T04:21:14.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:21:14.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757909713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-26T04:21:14.660Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:21:14.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757910719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:21:14.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:21:14.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9028dde5-dece-4968-9a70-e8b2d1c4f768",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757942017,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:21:14.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:21:14.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:21:14.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:21:14.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-26T04:21:14.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:21:14.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-26T04:21:14.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:21:14.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:21:14.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:21:14.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:21:14.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:21:14.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:21:14.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:21:14.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-26T04:21:14.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:21:14.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:21:14.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:21:14.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757817103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:21:14.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:21:14.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-10-26T04:21:14.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757952267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:21:14.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:21:24.158Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:22:14.591Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:22:14.592Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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-10-26T04:22:14.592Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:22:14.600Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:22:14.601Z||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-10-26T04:22:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:22:15.131Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:22:15.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-26T04:22:15.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757954630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:22:15.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:22:15.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-26T04:22:15.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757955685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:22:15.139Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:22:15.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-26T04:22:15.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757956744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:22:15.140Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:22:15.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-26T04:22:15.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757957809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:22:15.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:22:15.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-26T04:22:15.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757958866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:22:15.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:22:15.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-26T04:22:15.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757960002,
  "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-10-26T04:22:15.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:22:15.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-26T04:22:15.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757961006,
  "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-10-26T04:22:15.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:22:15.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-26T04:22:15.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757962011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:22:15.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:22:15.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-26T04:22:15.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757963016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T04:22:15.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:22:15.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-26T04:22:15.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757964022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-26T04:22:15.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:22:15.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-26T04:22:15.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757965032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:22:15.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:22:15.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-26T04:22:15.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f014ce-f85a-4f9c-a640-a93d6029e1e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666757996291,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:22:15.148Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:22:24.141Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:23:14.591Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:23:14.592Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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-10-26T04:23:14.592Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:23:14.600Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:23:14.600Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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-10-26T04:23:14.600Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:23:24.138Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:23:24.139Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:24:14.591Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:24:14.593Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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-10-26T04:24:14.593Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:24:14.600Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:24:14.601Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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-10-26T04:24:14.601Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:24:24.142Z|9c8b75f4-4711-485d-9a9e-28c2dcfc0f5f|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:24:24.143Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:25:14.591Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:25:14.593Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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-10-26T04:25:14.593Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:25:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:25:14.600Z||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-10-26T04:25:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:25:24.137Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:25:24.138Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:26:14.591Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:26:14.592Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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-10-26T04:26:14.592Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:26:14.600Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:26:14.601Z||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-10-26T04:26:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:26:24.143Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:26:24.147Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:27:14.591Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:27:14.592Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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-10-26T04:27:14.592Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:27:14.600Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:27:14.600Z||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-10-26T04:27:14.600Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:27:24.151Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:27:24.152Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:14.591Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:28:14.592Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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-10-26T04:28:14.592Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:14.600Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:28:14.600Z||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-10-26T04:28:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:14.754Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:14.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "cds",
  "timestamp": 1666758463280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758465316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "cds",
  "timestamp": 1666758463280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758465316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "cds",
  "timestamp": 1666758463280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758465316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "cds",
  "timestamp": 1666758463280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758465316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758474900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "cds",
  "timestamp": 1666758463280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758465316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758474900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.761Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "cds",
  "timestamp": 1666758463280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758465316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758474900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "cds",
  "timestamp": 1666758463280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758465316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758474900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "cds",
  "timestamp": 1666758463280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:28:14.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758465316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:28:14.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758474900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.764Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.764Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "cds",
  "timestamp": 1666758481119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:28:14.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:28:14.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758481603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:28:14.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:28:14.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758474900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758480009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.765Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "clamp",
  "timestamp": 1666758481457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.765Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758474900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758480009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:28:14.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "clamp",
  "timestamp": 1666758481457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:28:14.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "policy-id",
  "timestamp": 1666758482972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.766Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758474900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758480009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:28:14.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "cds",
  "timestamp": 1666758483576,
  "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-10-26T04:28:14.790Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of da7ced89-2580-49ef-bd9a-dc1c7ada7214
2022-10-26T04:28:14.790Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da7ced89-2580-49ef-bd9a-dc1c7ada7214 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-10-26T04:28:14.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "clamp",
  "timestamp": 1666758481457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758484228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:28:14.801Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:28:14.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "policy-id",
  "timestamp": 1666758482972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.801Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758480009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "clamp",
  "timestamp": 1666758481457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.802Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.802Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.803Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758485248,
  "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-10-26T04:28:14.809Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of da7ced89-2580-49ef-bd9a-dc1c7ada7214
2022-10-26T04:28:14.809Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da7ced89-2580-49ef-bd9a-dc1c7ada7214 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-10-26T04:28:14.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "policy-id",
  "timestamp": 1666758482972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:28:14.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "cds",
  "timestamp": 1666758484580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758480009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-26T04:28:14.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "clamp",
  "timestamp": 1666758481457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "policy-id",
  "timestamp": 1666758482972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "cds",
  "timestamp": 1666758484580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.820Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758480009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "clamp",
  "timestamp": 1666758481457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.821Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.821Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.821Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "policy-id",
  "timestamp": 1666758482972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "cds",
  "timestamp": 1666758484580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.822Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.822Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.822Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758480009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "clamp",
  "timestamp": 1666758481457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.823Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.823Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.823Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "policy-id",
  "timestamp": 1666758482972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "cds",
  "timestamp": 1666758484580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.824Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758480009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:28:14.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "clamp",
  "timestamp": 1666758481457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:28:14.825Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.825Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "policy-id",
  "timestamp": 1666758482972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "cds",
  "timestamp": 1666758484580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758488804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:28:14.826Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:28:14.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "policy-id",
  "timestamp": 1666758482972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:28:14.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "cds",
  "timestamp": 1666758484580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758489865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:28:14.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:28:14.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "policy-id",
  "timestamp": 1666758491555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:28:14.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:28:14.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "cds",
  "timestamp": 1666758484580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758490915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:28:14.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:28:14.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "policy-id",
  "timestamp": 1666758492561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:28:14.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:28:14.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "cds",
  "timestamp": 1666758484580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758491942,
  "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-10-26T04:28:14.838Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da7ced89-2580-49ef-bd9a-dc1c7ada7214
2022-10-26T04:28:14.838Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da7ced89-2580-49ef-bd9a-dc1c7ada7214 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-10-26T04:28:14.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "policy-id",
  "timestamp": 1666758493564,
  "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-10-26T04:28:14.852Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da7ced89-2580-49ef-bd9a-dc1c7ada7214
2022-10-26T04:28:14.852Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da7ced89-2580-49ef-bd9a-dc1c7ada7214 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-10-26T04:28:14.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "cds",
  "timestamp": 1666758484580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:14.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:28:14.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:28:14.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758492944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:28:14.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:28:15.226Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:15.227Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T04:28:15.227Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"da7ced89-2580-49ef-bd9a-dc1c7ada7214","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e8064800-bfec-446f-ba65-a546758fcc3f","serviceDescription":"service","serviceInvariantUUID":"26a2a242-92f7-48b8-b3b5-8d17b47c04b4","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"95c57a7e-cb04-4be6-9b04-84f04d04b4e8","resourceInvariantUUID":"3f5d4a28-eac5-46b7-9be9-8595b845c3e3","resourceCustomizationUUID":"17075c9e-1eb4-469a-8b03-241334f6847e","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":"Y2Q4NDA2ZDYzZTA3ZmFiZmJhYjZjZWM2ZDM2MTM2YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"75b5c516-0cb5-4c61-bcb9-0d90727f088a","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":"MDM0ZDViNjAxODA3NzJmOTMzZGM2NzI0MDU2MDYxMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7072ac3d-399a-4bbf-924c-38ccedde7f2e","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":"57b79583-c96e-480f-a6c7-98c29a3fd658","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":"fbee3f08-d40f-47dd-9ae3-18f08de74d6f","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":"24a6f58c-89b6-47e9-95fc-42b39a418551","artifactVersion":"2","generatedFromUUID":"57b79583-c96e-480f-a6c7-98c29a3fd658"},{"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":"ZjlhYWUyZjcwODg2OThhZWY5MTgxYzNkZDQ0YWJhOTc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cd3a940a-4a95-4997-96b3-e7986f3e947f","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":"MDRiODE2NDg4ZmM4NTk4MzgzNzQ3YTQxODEzNDU1NTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1bfe3804-9d5c-479b-8a23-5fc1bed9159b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OGFhMmU0NmE0NTM4ZWIyNGQ3OGIyODBjMTk0OWM0YTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"af9ce55f-f87a-471f-a207-09ef30ea2901","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T04:28:15.230Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:28:15.231Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:28:15.235Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:28:15.235Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:15.335Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:28:15.336Z||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-10-26T04:28:15.336Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:15.350Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:15.351Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:28:16.236Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:28:16.237Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:28:16.240Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:28:16.240Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:28:16.340Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:28:16.341Z||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-10-26T04:28:16.342Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:16.359Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:16.360Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:28:17.241Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:28:17.243Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:28:17.251Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:28:17.252Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:28:17.348Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-26T04:28:17.349Z||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-10-26T04:28:17.350Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:17.377Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:17.379Z||pool-91-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:28:18.253Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:28:18.254Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:28:18.260Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:28:18.260Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:18.360Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:28:18.361Z||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-10-26T04:28:18.361Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:18.376Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:18.377Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:28:19.262Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:28:19.263Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:28:19.265Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:28:19.266Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-26T04:28:19.366Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:28:19.367Z||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-10-26T04:28:19.367Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:19.382Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:19.382Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:28:20.266Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:28:20.267Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:28:20.270Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:28:20.270Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:20.370Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:28:20.371Z||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-10-26T04:28:20.371Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:20.384Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:20.385Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:28:21.271Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:28:21.272Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:28:21.275Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:28:21.275Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:28:21.375Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:28:21.378Z||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-10-26T04:28:21.379Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:21.397Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:21.398Z||pool-95-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:28:22.276Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:28:22.277Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:28:22.279Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:28:22.279Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:28:22.381Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T04:28:22.382Z||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-10-26T04:28:22.382Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:22.413Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:22.414Z||pool-96-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:28:23.281Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e8064800-bfec-446f-ba65-a546758fcc3f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "26a2a242-92f7-48b8-b3b5-8d17b47c04b4",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "17075c9e-1eb4-469a-8b03-241334f6847e",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "95c57a7e-cb04-4be6-9b04-84f04d04b4e8",
      "resourceInvariantUUID": "3f5d4a28-eac5-46b7-9be9-8595b845c3e3",
      "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": "MDM0ZDViNjAxODA3NzJmOTMzZGM2NzI0MDU2MDYxMjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7072ac3d-399a-4bbf-924c-38ccedde7f2e",
          "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": "57b79583-c96e-480f-a6c7-98c29a3fd658",
          "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": "24a6f58c-89b6-47e9-95fc-42b39a418551",
            "generatedFromUUID": "57b79583-c96e-480f-a6c7-98c29a3fd658"
          },
          "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": "24a6f58c-89b6-47e9-95fc-42b39a418551",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OGFhMmU0NmE0NTM4ZWIyNGQ3OGIyODBjMTk0OWM0YTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "af9ce55f-f87a-471f-a207-09ef30ea2901"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T04:28:23.281Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T04:28:23.282Z|c8f014ce-f85a-4f9c-a640-a93d6029e1e5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e8064800-bfec-446f-ba65-a546758fcc3f ASDC
2022-10-26T04:28:23.283Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:da7ced89-2580-49ef-bd9a-dc1c7ada7214
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e8064800-bfec-446f-ba65-a546758fcc3f
ServiceInvariantUUID:26a2a242-92f7-48b8-b3b5-8d17b47c04b4
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:af9ce55f-f87a-471f-a207-09ef30ea2901
ArtifactChecksum:OGFhMmU0NmE0NTM4ZWIyNGQ3OGIyODBjMTk0OWM0YTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:17075c9e-1eb4-469a-8b03-241334f6847e
ResourceInvariantUUID:3f5d4a28-eac5-46b7-9be9-8595b845c3e3
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:95c57a7e-cb04-4be6-9b04-84f04d04b4e8
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:7072ac3d-399a-4bbf-924c-38ccedde7f2e
ArtifactChecksum:MDM0ZDViNjAxODA3NzJmOTMzZGM2NzI0MDU2MDYxMjY=
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:57b79583-c96e-480f-a6c7-98c29a3fd658
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:24a6f58c-89b6-47e9-95fc-42b39a418551
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:24a6f58c-89b6-47e9-95fc-42b39a418551
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-26T04:28:23.284Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8064800-bfec-446f-ba65-a546758fcc3f 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-10-26T04:28:23.323Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:28:23.325Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:28:23.325Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:28:23.325Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: af9ce55f-f87a-471f-a207-09ef30ea2901 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-26T04:28:23.325Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:28:23.326Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-26T04:28:23.407Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:28:23.412Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar af9ce55f-f87a-471f-a207-09ef30ea2901 78829
2022-10-26T04:28:23.413Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-26T04:28:23.413Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-26T04:28:23.413Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:28:23.414Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:28:23.416Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:28:23.416Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758503413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:28:23.516Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:28:23.518Z||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-10-26T04:28:23.518Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:23.534Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:23.535Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:28:24.417Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:28:24.418Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:28:24.418Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: af9ce55f-f87a-471f-a207-09ef30ea2901, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-26T04:28:24.419Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-10-26T04:28:24.419Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-26T04:28:24.419Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-26T04:28:24.716Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17483026007840505997/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-10-26T04:28:26.207Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T04:28:26.207Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:28:26.208Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-26T04:28:26.208Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-26T04:28:26.208Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:26.208Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:26.208Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-26T04:28:26.208Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-26T04:28:26.208Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-26T04:28:26.208Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:26.208Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-26T04:28:26.209Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:26.209Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-26T04:28:26.209Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:28:26.209Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:26.209Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:28:26.210Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T04:28:26.210Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:28:26.210Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:28:26.210Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:26.210Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:28:26.211Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T04:28:26.211Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:28:26.211Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:28:26.211Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:26.211Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:28:26.212Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:26.212Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-26T04:28:26.212Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-26T04:28:26.212Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-26T04:28:26.212Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-26T04:28:26.212Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-26T04:28:26.212Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-26T04:28:26.213Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:26.213Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T04:28:26.213Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:26.213Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T04:28:26.213Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:28:26.213Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:26.214Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T04:28:26.214Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:28:26.214Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:26.214Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T04:28:26.214Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:28:26.214Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:26.214Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-26T04:28:26.215Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-26T04:28:26.215Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-26T04:28:26.215Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=29d979bc-a740-42ae-aa01-368c25b5936a
2022-10-26T04:28:26.215Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:26.215Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:28:26.215Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:26.215Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:28:26.216Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:26.216Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:28:26.216Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:26.216Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:28:26.216Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e8064800-bfec-446f-ba65-a546758fcc3f
Model Version:NULL
Model InvariantUuid:26a2a242-92f7-48b8-b3b5-8d17b47c04b4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:563f14cd-bb28-450f-be52-b2499b6f8e75
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3f5d4a28-eac5-46b7-9be9-8595b845c3e3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:17075c9e-1eb4-469a-8b03-241334f6847e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:eaf21bf2-c532-4942-af96-171da6127274
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:745f4d74-e7c8-41c4-b871-c924d6857b0d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:29d979bc-a740-42ae-aa01-368c25b5936a
ModelInvariantUuid:4722bb1a-7bdc-4fb0-a58f-ddd90fc85462
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:4ea51442-6d3e-42d3-9fea-71a0b0aa0b10
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:619d71d4-c496-428b-90f7-3b2b2bbd6925
ModelInvariantUuid:74fa16bb-4759-4d1c-a770-f4b8ad70e308
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:1da4cf6e-6fd6-4c3c-bab0-c225e0decc4b
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-10-26T04:28:26.224Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 95c57a7e-cb04-4be6-9b04-84f04d04b4e8
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-10-26T04:28:26.229Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||basic_vm_macro 0
2022-10-26T04:28:26.230Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 95c57a7e-cb04-4be6-9b04-84f04d04b4e8
2022-10-26T04:28:26.230Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7072ac3d-399a-4bbf-924c-38ccedde7f2e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-26T04:28:26.230Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:28:26.230Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:26.302Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:28:26.303Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7072ac3d-399a-4bbf-924c-38ccedde7f2e 792
2022-10-26T04:28:26.303Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:26.303Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:26.304Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:28:26.304Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:28:26.308Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:28:26.308Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758506303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:28:26.408Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:28:26.410Z||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-10-26T04:28:26.410Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:26.423Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:26.424Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:28:27.308Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "eaf21bf2-c532-4942-af96-171da6127274",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "745f4d74-e7c8-41c4-b871-c924d6857b0d",
    "vfModuleModelCustomizationUUID": "ef9d2f6a-94fe-4758-9673-d6dc2d98dfd8",
    "isBase": true,
    "artifacts": [
      "57b79583-c96e-480f-a6c7-98c29a3fd658",
      "24a6f58c-89b6-47e9-95fc-42b39a418551"
    ],
    "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-10-26T04:28:27.313Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:745f4d74-e7c8-41c4-b871-c924d6857b0d
VfModuleModelInvariantUUID:eaf21bf2-c532-4942-af96-171da6127274
VfModuleModelDescription:NULL
Artifacts UUID List:{
57b79583-c96e-480f-a6c7-98c29a3fd658
,
24a6f58c-89b6-47e9-95fc-42b39a418551

}
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-10-26T04:28:27.315Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "eaf21bf2-c532-4942-af96-171da6127274",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "745f4d74-e7c8-41c4-b871-c924d6857b0d",
    "vfModuleModelCustomizationUUID": "ef9d2f6a-94fe-4758-9673-d6dc2d98dfd8",
    "isBase": true,
    "artifacts": [
      "57b79583-c96e-480f-a6c7-98c29a3fd658",
      "24a6f58c-89b6-47e9-95fc-42b39a418551"
    ],
    "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-10-26T04:28:27.315Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:745f4d74-e7c8-41c4-b871-c924d6857b0d
VfModuleModelInvariantUUID:eaf21bf2-c532-4942-af96-171da6127274
VfModuleModelDescription:NULL
Artifacts UUID List:{
57b79583-c96e-480f-a6c7-98c29a3fd658
,
24a6f58c-89b6-47e9-95fc-42b39a418551

}
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-10-26T04:28:27.315Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 57b79583-c96e-480f-a6c7-98c29a3fd658 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-26T04:28:27.315Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:28:27.316Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:27.392Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:28:27.393Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 57b79583-c96e-480f-a6c7-98c29a3fd658 5033
2022-10-26T04:28:27.393Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:27.393Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:27.394Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:28:27.394Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:28:27.396Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:28:27.396Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758507393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:28:27.496Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:28:27.498Z||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-10-26T04:28:27.498Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:27.518Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:27.519Z||pool-99-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:28:28.397Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 24a6f58c-89b6-47e9-95fc-42b39a418551 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-26T04:28:28.397Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:28:28.397Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:28.458Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:28:28.458Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 24a6f58c-89b6-47e9-95fc-42b39a418551 903
2022-10-26T04:28:28.459Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:28.459Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:28.459Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:28:28.459Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:28:28.462Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:28:28.462Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758508459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:28:28.562Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:28:28.563Z||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-10-26T04:28:28.564Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:28.587Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:28.587Z||pool-100-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:28:29.463Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e8064800-bfec-446f-ba65-a546758fcc3f
2022-10-26T04:28:29.464Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 95c57a7e-cb04-4be6-9b04-84f04d04b4e8 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-10-26T04:28:29.477Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4719b86a, org.onap.sdc.toscaparser.api.parameters.Input@321a16b, org.onap.sdc.toscaparser.api.parameters.Input@20ee9aaa, org.onap.sdc.toscaparser.api.parameters.Input@130b41b6, org.onap.sdc.toscaparser.api.parameters.Input@19db6155]
2022-10-26T04:28:29.479Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:29.479Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:28:29.479Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-10-26T04:28:29.480Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 17075c9e-1eb4-469a-8b03-241334f6847e
2022-10-26T04:28:29.480Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 17075c9e-1eb4-469a-8b03-241334f6847e matches Tosca VF Customization UUID: 17075c9e-1eb4-469a-8b03-241334f6847e
2022-10-26T04:28:29.480Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 17075c9e-1eb4-469a-8b03-241334f6847e  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-10-26T04:28:29.482Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:29.482Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:28:29.483Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 17075c9e-1eb4-469a-8b03-241334f6847e: {\"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-10-26T04:28:29.483Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@a5fbd46
2022-10-26T04:28:29.483Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:29.483Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T04:28:29.484Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ef9d2f6a-94fe-4758-9673-d6dc2d98dfd8
2022-10-26T04:28:29.484Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ef9d2f6a-94fe-4758-9673-d6dc2d98dfd8
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-10-26T04:28:29.486Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:29.486Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T04:28:29.486Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:28:29.486Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:29.487Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T04:28:29.487Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:28:29.487Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:29.487Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-26T04:28:29.487Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-26T04:28:29.487Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-26T04:28:29.488Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=29d979bc-a740-42ae-aa01-368c25b5936a
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-10-26T04:28:29.490Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:29.490Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T04:28:29.490Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:28:29.490Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:29.490Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-26T04:28:29.490Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=17075c9e-1eb4-469a-8b03-241334f6847e
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-10-26T04:28:29.492Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:29.492Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:28:29.492Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e8064800-bfec-446f-ba65-a546758fcc3f: basic_vm_macro
2022-10-26T04:28:29.492Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:29.493Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:28:29.493Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:29.493Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:28:29.493Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:29.493Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:28:29.494Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:29.494Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:28:29.494Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:28:29.494Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:28:29.495Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:29.590Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 95c57a7e-cb04-4be6-9b04-84f04d04b4e8 1 ASDC deployResourceStructure
2022-10-26T04:28:29.590Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:29.590Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:29.591Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:28:29.591Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:28:29.593Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:28:29.593Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758509590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:28:29.693Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:28:29.700Z||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-10-26T04:28:29.700Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:29.734Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:29.735Z||pool-101-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:28:30.594Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:30.594Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:30.594Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:28:30.595Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:28:30.597Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:28:30.597Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758510594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T04:28:30.697Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:28:30.699Z||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-10-26T04:28:30.699Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:30.713Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:30.714Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:28:31.599Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:31.599Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||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-10-26T04:28:31.599Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:28:31.600Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:28:31.602Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:28:31.603Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758511599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-26T04:28:31.703Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:28:31.704Z||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-10-26T04:28:31.704Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:31.717Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:31.718Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:28:32.603Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-26T04:28:32.604Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-26T04:28:32.605Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:28:32.605Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:28:32.607Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:28:32.607Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758512603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:28:32.708Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:28:32.709Z||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-10-26T04:28:32.709Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:28:32.727Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:28:32.728Z||pool-104-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:28:33.609Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da7ced89-2580-49ef-bd9a-dc1c7ada7214
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:28:33.621Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da7ced89-2580-49ef-bd9a-dc1c7ada7214
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-10-26T04:28:33.623Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:28:33.623Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:28:33.623Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:29:03.624Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da7ced89-2580-49ef-bd9a-dc1c7ada7214
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:29:03.642Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da7ced89-2580-49ef-bd9a-dc1c7ada7214
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-10-26T04:29:03.647Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:29:03.647Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:29:03.647Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:29:14.600Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:29:14.601Z||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-10-26T04:29:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:29:14.625Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:29:14.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:29:14.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:29:14.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:29:33.648Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da7ced89-2580-49ef-bd9a-dc1c7ada7214
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:29:33.661Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da7ced89-2580-49ef-bd9a-dc1c7ada7214
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-10-26T04:29:33.666Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:29:33.666Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:29:33.666Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:30:03.666Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da7ced89-2580-49ef-bd9a-dc1c7ada7214
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:30:03.682Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da7ced89-2580-49ef-bd9a-dc1c7ada7214
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-10-26T04:30:03.685Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:30:03.685Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:30:03.686Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:30:14.600Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:30:14.601Z||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-10-26T04:30:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:30:14.642Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:30:14.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:30:14.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "cds",
  "timestamp": 1666758484580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:30:14.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:30:33.686Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da7ced89-2580-49ef-bd9a-dc1c7ada7214
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:30:33.697Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da7ced89-2580-49ef-bd9a-dc1c7ada7214
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-10-26T04:30:33.699Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:30:33.700Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:30:33.700Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:31:03.700Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da7ced89-2580-49ef-bd9a-dc1c7ada7214
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:31:03.712Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da7ced89-2580-49ef-bd9a-dc1c7ada7214
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-10-26T04:31:03.719Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:31:03.719Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-26T04:31:03.719Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-26T04:31:14.600Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:31:14.601Z||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-10-26T04:31:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:31:14.627Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:31:14.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "cds",
  "timestamp": 1666758495350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:31:14.637Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758495315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:31:14.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758494900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758495315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "cds",
  "timestamp": 1666758496659,
  "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-10-26T04:31:14.662Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e5253ea-acb5-4b5a-9147-7076db880e97
2022-10-26T04:31:14.662Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e5253ea-acb5-4b5a-9147-7076db880e97 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-10-26T04:31:14.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:31:14.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758494900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758495315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758494900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "clamp",
  "timestamp": 1666758498922,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:31:14.673Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758495315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-26T04:31:14.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:31:14.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758494900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758495315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758494900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "aai-ml",
  "timestamp": 1666758501250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:31:14.675Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758495315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758494900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758500009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "clamp",
  "timestamp": 1666758501931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:31:14.676Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758495315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:31:14.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758494900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758500009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:31:14.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "clamp",
  "timestamp": 1666758502935,
  "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-10-26T04:31:14.684Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of da7ced89-2580-49ef-bd9a-dc1c7ada7214
2022-10-26T04:31:14.684Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da7ced89-2580-49ef-bd9a-dc1c7ada7214 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-10-26T04:31:14.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758495315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758503413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:31:14.696Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "policy-id",
  "timestamp": 1666758502972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758494900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758500009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:31:14.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758495315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "policy-id",
  "timestamp": 1666758502972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758494900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758500009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758495315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:31:14.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "policy-id",
  "timestamp": 1666758502972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:31:14.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758494900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758500009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-26T04:31:14.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758506145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:31:14.700Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758506303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:31:14.701Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "policy-id",
  "timestamp": 1666758502972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758500009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-26T04:31:14.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758507393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:31:14.702Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "aai-ml",
  "timestamp": 1666758508113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:31:14.702Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "policy-id",
  "timestamp": 1666758502972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758500009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-26T04:31:14.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758508459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:31:14.703Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "aai-ml",
  "timestamp": 1666758509116,
  "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-10-26T04:31:14.712Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of da7ced89-2580-49ef-bd9a-dc1c7ada7214
2022-10-26T04:31:14.712Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId da7ced89-2580-49ef-bd9a-dc1c7ada7214 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-10-26T04:31:14.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "policy-id",
  "timestamp": 1666758502972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758500009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758508801,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:31:14.723Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758509590,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:31:14.725Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "policy-id",
  "timestamp": 1666758502972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758500009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758509806,
  "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-10-26T04:31:14.743Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e5253ea-acb5-4b5a-9147-7076db880e97
2022-10-26T04:31:14.743Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e5253ea-acb5-4b5a-9147-7076db880e97 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-10-26T04:31:14.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "policy-id",
  "timestamp": 1666758502972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758510594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T04:31:14.759Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758500009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:31:14.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.762Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.762Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.762Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "policy-id",
  "timestamp": 1666758502972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.763Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.763Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.763Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758511599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-26T04:31:14.764Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.764Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.765Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758510740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:31:14.765Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.766Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.766Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "clamp",
  "timestamp": 1666758511457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.767Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.768Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "policy-id",
  "timestamp": 1666758502972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:31:14.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758512603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:31:14.770Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758511805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:31:14.772Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "clamp",
  "timestamp": 1666758511457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:31:14.773Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "policy-id",
  "timestamp": 1666758513628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:31:14.776Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758512861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:31:14.777Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "clamp",
  "timestamp": 1666758511457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "policy-id",
  "timestamp": 1666758514633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:31:14.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758513933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:31:14.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.783Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "clamp",
  "timestamp": 1666758511457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.787Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "policy-id",
  "timestamp": 1666758515636,
  "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-10-26T04:31:14.797Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e5253ea-acb5-4b5a-9147-7076db880e97
2022-10-26T04:31:14.797Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e5253ea-acb5-4b5a-9147-7076db880e97 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-10-26T04:31:14.807Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758515005,
  "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-10-26T04:31:14.814Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e5253ea-acb5-4b5a-9147-7076db880e97
2022-10-26T04:31:14.814Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e5253ea-acb5-4b5a-9147-7076db880e97 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-10-26T04:31:14.825Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "clamp",
  "timestamp": 1666758511457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.826Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.828Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758516008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:31:14.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "clamp",
  "timestamp": 1666758511457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.830Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "clamp",
  "timestamp": 1666758511457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.833Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.833Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "aai-ml",
  "timestamp": 1666758492491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:31:14.834Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.834Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.834Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "clamp",
  "timestamp": 1666758511457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.835Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.835Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.836Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "aai-ml",
  "timestamp": 1666758520217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:31:14.836Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.836Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.837Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "clamp",
  "timestamp": 1666758511457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.837Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.837Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.838Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "clamp",
  "timestamp": 1666758511457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:31:14.839Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.839Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.839Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "aai-ml",
  "timestamp": 1666758527083,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:31:14.840Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "aai-ml",
  "timestamp": 1666758528087,
  "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-10-26T04:31:14.847Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e5253ea-acb5-4b5a-9147-7076db880e97
2022-10-26T04:31:14.847Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e5253ea-acb5-4b5a-9147-7076db880e97 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-10-26T04:31:14.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "clamp",
  "timestamp": 1666758531928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:31:14.855Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "clamp",
  "timestamp": 1666758535936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:31:14.855Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:31:14.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "clamp",
  "timestamp": 1666758536940,
  "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-10-26T04:31:14.859Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8e5253ea-acb5-4b5a-9147-7076db880e97
2022-10-26T04:31:14.860Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e5253ea-acb5-4b5a-9147-7076db880e97 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-10-26T04:31:14.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "aai-ml",
  "timestamp": 1666758552491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "policy-id",
  "timestamp": 1666758542972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "aai-ml",
  "timestamp": 1666758552491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "policy-id",
  "timestamp": 1666758542972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:14.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:31:14.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "cds",
  "timestamp": 1666758553280,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:31:14.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:31:33.719Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: da7ced89-2580-49ef-bd9a-dc1c7ada7214
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:31:33.735Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: da7ced89-2580-49ef-bd9a-dc1c7ada7214
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-10-26T04:31:33.739Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:31:33.739Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T04:31:33.739Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T04:31:33.739Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T04:31:33.740Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:31:33.741Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:31:33.741Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:31:33.741Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:31:33.741Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:31:33.741Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:31:33.742Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T04:31:33.748Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T04:32:03.749Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: da7ced89-2580-49ef-bd9a-dc1c7ada7214 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-10-26T04:32:03.758Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: da7ced89-2580-49ef-bd9a-dc1c7ada7214 and serviceModelVersionId: e8064800-bfec-446f-ba65-a546758fcc3f
2022-10-26T04:32:03.758Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 26a2a242-92f7-48b8-b3b5-8d17b47c04b4
2022-10-26T04:32:03.760Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/26a2a242-92f7-48b8-b3b5-8d17b47c04b4/model-vers/model-ver/e8064800-bfec-446f-ba65-a546758fcc3f?depth=0
2022-10-26T04:32:03.768Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T04:32:03.824Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26a2a242-92f7-48b8-b3b5-8d17b47c04b4/model-vers/model-ver/e8064800-bfec-446f-ba65-a546758fcc3f?depth=0|INFO|500||Invoke
2022-10-26T04:32:03.825Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26a2a242-92f7-48b8-b3b5-8d17b47c04b4/model-vers/model-ver/e8064800-bfec-446f-ba65-a546758fcc3f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26a2a242-92f7-48b8-b3b5-8d17b47c04b4/model-vers/model-ver/e8064800-bfec-446f-ba65-a546758fcc3f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[da7ced89-2580-49ef-bd9a-dc1c7ada7214], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8e52af17-5d45-4e2e-bb73-4d8fbfea6054], X-ECOMP-RequestID=[da7ced89-2580-49ef-bd9a-dc1c7ada7214], X-TransactionId=[], X-ONAP-RequestID=[da7ced89-2580-49ef-bd9a-dc1c7ada7214], Content-Type=[application/merge-patch+json]}
2022-10-26T04:32:03.852Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26a2a242-92f7-48b8-b3b5-8d17b47c04b4/model-vers/model-ver/e8064800-bfec-446f-ba65-a546758fcc3f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T04:32:03.943Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26a2a242-92f7-48b8-b3b5-8d17b47c04b4/model-vers/model-ver/e8064800-bfec-446f-ba65-a546758fcc3f?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/26a2a242-92f7-48b8-b3b5-8d17b47c04b4/model-vers/model-ver/e8064800-bfec-446f-ba65-a546758fcc3f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221026-04:32:04:267-11920], vertex-id=[249928], Content-Length=[0], Date=[Wed, 26 Oct 2022 04:32:04 GMT], Content-Type=[application/json]}
2022-10-26T04:32:03.944Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26a2a242-92f7-48b8-b3b5-8d17b47c04b4/model-vers/model-ver/e8064800-bfec-446f-ba65-a546758fcc3f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-26T04:32:03.945Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26a2a242-92f7-48b8-b3b5-8d17b47c04b4/model-vers/model-ver/e8064800-bfec-446f-ba65-a546758fcc3f?depth=0|INFO|500||InvokeReturn
2022-10-26T04:32:03.948Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T04:32:03.948Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T04:32:03.958Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-26T04:32:03.958Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID da7ced89-2580-49ef-bd9a-dc1c7ada7214 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T04:32:03.959Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T04:32:03.960Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:03.965Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:03.965Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758723959,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:32:04.065Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:32:04.066Z||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-10-26T04:32:04.067Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:04.086Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:04.087Z||pool-105-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-26T04:32:04.981Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T04:32:04.981Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e5253ea-acb5-4b5a-9147-7076db880e97","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"376287c8-2b4d-4d6e-9ec3-f87c34021a32","serviceDescription":"service","serviceInvariantUUID":"fa409d12-2a35-4877-a7ab-c063e83ccd97","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cf498caa-10ca-4264-b919-66f57a1c669b","resourceInvariantUUID":"07366821-77de-4fc4-a131-9807fdce64c6","resourceCustomizationUUID":"4ecffa2f-0e77-44df-901b-33baaf0a9c06","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":"NjljZGY5MDQwNGM3NDQ3OTg0NTdmMzE5ODVkNjg5YzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3efb04a4-0e83-4b8b-90ef-9ced50bd6b32","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":"NzYxNTQ2NjdkZmFiNWFhYzhiMDkyYTk2OGZiMWZlMzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9aae3e72-90ba-4a86-97eb-9c6b368724bb","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":"ded00c5c-c028-4d24-b3f0-84481c780b98","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":"a4693f7c-20ae-4c0d-b209-b73561d95dc0","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":"edd8c9a2-36fe-45e5-8b79-7bfcd0504eb4","artifactVersion":"2","generatedFromUUID":"9b986c3b-fd8d-4c7b-88d1-7b4837657227"},{"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":"a050ea70-5f1d-4db5-8d68-08bccfc5018b","artifactVersion":"2","generatedFromUUID":"ded00c5c-c028-4d24-b3f0-84481c780b98"},{"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":"9b986c3b-fd8d-4c7b-88d1-7b4837657227","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":"45248e1a-1954-44c7-82ed-5a63774d4891","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":"N2I3N2M0OTgzOGVmNTA3ZWI3NjY3ODEyNTQ1MGE3Njg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"55ca0083-dee5-45d1-88e1-97e8ca19921f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MmFiYzgxYjQxOWZiNmIyZTAwOTFjYmMzMThmMWJjNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9c5e176-63cc-4fe3-8fa2-0a4cb95b5902","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T04:32:04.982Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:32:04.983Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:04.985Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:04.985Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:05.088Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-26T04:32:05.089Z||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-10-26T04:32:05.090Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:05.103Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:05.104Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:32:05.986Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:32:05.989Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:05.993Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:05.993Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:32:06.098Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-10-26T04:32:06.099Z||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-10-26T04:32:06.100Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:06.115Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:06.116Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:32:06.998Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:32:06.998Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:07.001Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:07.001Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:32:07.102Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T04:32:07.103Z||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-10-26T04:32:07.103Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:07.118Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:07.119Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:32:08.005Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:32:08.006Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:08.008Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:08.009Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:08.114Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-10-26T04:32:08.115Z||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-10-26T04:32:08.115Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:08.131Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:08.131Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:32:09.009Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:32:09.010Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:09.013Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:09.013Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-26T04:32:09.113Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:32:09.114Z||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-10-26T04:32:09.114Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:09.128Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:09.128Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:32:10.013Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:32:10.015Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:10.016Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:10.017Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-26T04:32:10.117Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:32:10.118Z||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-10-26T04:32:10.118Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:10.133Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:10.134Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:32:11.018Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:32:11.019Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:11.021Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:11.021Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-26T04:32:11.122Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:32:11.124Z||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-10-26T04:32:11.124Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:11.139Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:11.140Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:32:12.021Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:32:12.022Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:12.026Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:12.026Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:12.130Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-10-26T04:32:12.131Z||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-10-26T04:32:12.131Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:12.146Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:12.147Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:32:13.026Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:32:13.027Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:13.029Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:13.029Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:13.130Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T04:32:13.131Z||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-10-26T04:32:13.131Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:13.146Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:13.147Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:32:14.030Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:32:14.030Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:14.034Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:14.034Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:32:14.135Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T04:32:14.136Z||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-10-26T04:32:14.136Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:14.152Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:14.152Z||pool-115-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:32:14.601Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:32:14.602Z||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-10-26T04:32:14.602Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:14.632Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:14.633Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "aai-ml",
  "timestamp": 1666758552491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.635Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "policy-id",
  "timestamp": 1666758542972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "cds",
  "timestamp": 1666758553280,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.636Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "aai-ml",
  "timestamp": 1666758552491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "policy-id",
  "timestamp": 1666758542972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.637Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758555315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "cds",
  "timestamp": 1666758553280,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758554900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.638Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "aai-ml",
  "timestamp": 1666758552491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "policy-id",
  "timestamp": 1666758542972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758555315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "cds",
  "timestamp": 1666758553280,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758554900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "aai-ml",
  "timestamp": 1666758552491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "policy-id",
  "timestamp": 1666758542972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758555315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "cds",
  "timestamp": 1666758553280,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758554900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "aai-ml",
  "timestamp": 1666758552491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "policy-id",
  "timestamp": 1666758542972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758555315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "cds",
  "timestamp": 1666758553280,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758554900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "aai-ml",
  "timestamp": 1666758552491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "policy-id",
  "timestamp": 1666758542972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758555315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "cds",
  "timestamp": 1666758553280,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758554900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "aai-ml",
  "timestamp": 1666758552491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:32:14.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "policy-id",
  "timestamp": 1666758542972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:32:14.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758555315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "cds",
  "timestamp": 1666758553280,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758554900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758560009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "aai-ml",
  "timestamp": 1666758562338,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:32:14.649Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:32:14.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "policy-id",
  "timestamp": 1666758561766,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:32:14.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:32:14.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758555315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "cds",
  "timestamp": 1666758553280,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:32:14.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758554900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:32:14.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758560009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "policy-id",
  "timestamp": 1666758562770,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:32:14.652Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:32:14.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758555315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "cds",
  "timestamp": 1666758563013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:32:14.654Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:32:14.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758554900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758560009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.654Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "policy-id",
  "timestamp": 1666758563774,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-26T04:32:14.672Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 180f9027-7b4b-4944-aa63-5790d64891f6
2022-10-26T04:32:14.672Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 180f9027-7b4b-4944-aa63-5790d64891f6 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-10-26T04:32:14.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758555315,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:32:14.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758554900,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758560009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "cds",
  "timestamp": 1666758564238,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T04:32:14.688Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 180f9027-7b4b-4944-aa63-5790d64891f6
2022-10-26T04:32:14.688Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 180f9027-7b4b-4944-aa63-5790d64891f6 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-10-26T04:32:14.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758565075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:32:14.697Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:32:14.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758560009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758564678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:32:14.698Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:32:14.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "aai-ml",
  "timestamp": 1666758566794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:32:14.698Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:32:14.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758560009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758565706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T04:32:14.698Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:32:14.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758567012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:32:14.699Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:32:14.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "aai-ml",
  "timestamp": 1666758567799,
  "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-10-26T04:32:14.712Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 180f9027-7b4b-4944-aa63-5790d64891f6
2022-10-26T04:32:14.712Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 180f9027-7b4b-4944-aa63-5790d64891f6 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-10-26T04:32:14.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758560009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666758566708,
  "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-10-26T04:32:14.728Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 180f9027-7b4b-4944-aa63-5790d64891f6
2022-10-26T04:32:14.728Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 180f9027-7b4b-4944-aa63-5790d64891f6 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-10-26T04:32:14.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666758568016,
  "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-10-26T04:32:14.748Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 180f9027-7b4b-4944-aa63-5790d64891f6
2022-10-26T04:32:14.748Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 180f9027-7b4b-4944-aa63-5790d64891f6 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-10-26T04:32:14.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758560009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666758560009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:32:14.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "clamp",
  "timestamp": 1666758571457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "clamp",
  "timestamp": 1666758571457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "clamp",
  "timestamp": 1666758571457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "clamp",
  "timestamp": 1666758571457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "clamp",
  "timestamp": 1666758571457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "clamp",
  "timestamp": 1666758571457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "clamp",
  "timestamp": 1666758571457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.759Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.759Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "clamp",
  "timestamp": 1666758571457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:32:14.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "clamp",
  "timestamp": 1666758571457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:32:14.760Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:32:14.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "clamp",
  "timestamp": 1666758589937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:32:14.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:32:14.760Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.760Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "clamp",
  "timestamp": 1666758591947,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:32:14.760Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:32:14.761Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:32:14.761Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "clamp",
  "timestamp": 1666758592951,
  "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-10-26T04:32:14.766Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 180f9027-7b4b-4944-aa63-5790d64891f6
2022-10-26T04:32:14.766Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 180f9027-7b4b-4944-aa63-5790d64891f6 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-10-26T04:32:15.043Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "376287c8-2b4d-4d6e-9ec3-f87c34021a32",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fa409d12-2a35-4877-a7ab-c063e83ccd97",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "4ecffa2f-0e77-44df-901b-33baaf0a9c06",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cf498caa-10ca-4264-b919-66f57a1c669b",
      "resourceInvariantUUID": "07366821-77de-4fc4-a131-9807fdce64c6",
      "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": "NzYxNTQ2NjdkZmFiNWFhYzhiMDkyYTk2OGZiMWZlMzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9aae3e72-90ba-4a86-97eb-9c6b368724bb",
          "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": "ded00c5c-c028-4d24-b3f0-84481c780b98",
          "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": "a050ea70-5f1d-4db5-8d68-08bccfc5018b",
            "generatedFromUUID": "ded00c5c-c028-4d24-b3f0-84481c780b98"
          },
          "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": "edd8c9a2-36fe-45e5-8b79-7bfcd0504eb4",
          "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": "a050ea70-5f1d-4db5-8d68-08bccfc5018b",
          "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": "9b986c3b-fd8d-4c7b-88d1-7b4837657227",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MmFiYzgxYjQxOWZiNmIyZTAwOTFjYmMzMThmMWJjNDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b9c5e176-63cc-4fe3-8fa2-0a4cb95b5902"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T04:32:15.043Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T04:32:15.043Z|da7ced89-2580-49ef-bd9a-dc1c7ada7214|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 376287c8-2b4d-4d6e-9ec3-f87c34021a32 ASDC
2022-10-26T04:32:15.044Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:8e5253ea-acb5-4b5a-9147-7076db880e97
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:376287c8-2b4d-4d6e-9ec3-f87c34021a32
ServiceInvariantUUID:fa409d12-2a35-4877-a7ab-c063e83ccd97
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:b9c5e176-63cc-4fe3-8fa2-0a4cb95b5902
ArtifactChecksum:MmFiYzgxYjQxOWZiNmIyZTAwOTFjYmMzMThmMWJjNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:4ecffa2f-0e77-44df-901b-33baaf0a9c06
ResourceInvariantUUID:07366821-77de-4fc4-a131-9807fdce64c6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:cf498caa-10ca-4264-b919-66f57a1c669b
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:9aae3e72-90ba-4a86-97eb-9c6b368724bb
ArtifactChecksum:NzYxNTQ2NjdkZmFiNWFhYzhiMDkyYTk2OGZiMWZlMzg=
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:ded00c5c-c028-4d24-b3f0-84481c780b98
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:a050ea70-5f1d-4db5-8d68-08bccfc5018b
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:edd8c9a2-36fe-45e5-8b79-7bfcd0504eb4
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:a050ea70-5f1d-4db5-8d68-08bccfc5018b
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:9b986c3b-fd8d-4c7b-88d1-7b4837657227
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-26T04:32:15.048Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 376287c8-2b4d-4d6e-9ec3-f87c34021a32 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-10-26T04:32:15.100Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:32:15.101Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:32:15.101Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:32:15.102Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b9c5e176-63cc-4fe3-8fa2-0a4cb95b5902 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-26T04:32:15.102Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:32:15.102Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-26T04:32:15.275Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:32:15.287Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar b9c5e176-63cc-4fe3-8fa2-0a4cb95b5902 158209
2022-10-26T04:32:15.288Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-26T04:32:15.288Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-26T04:32:15.288Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:32:15.288Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:15.291Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:15.291Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758735288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:32:15.391Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:32:15.393Z||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-10-26T04:32:15.393Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:15.409Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:15.410Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:32:16.292Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:32:16.295Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:32:16.295Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b9c5e176-63cc-4fe3-8fa2-0a4cb95b5902, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-26T04:32:16.296Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-10-26T04:32:16.296Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-26T04:32:16.296Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-26T04:32:16.466Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5086173927667652841/Definitions/service-BasicCnfMacro-template.yml
2022-10-26T04:32:17.748Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T04:32:17.748Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:32:17.749Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-26T04:32:17.749Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-26T04:32:17.749Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-26T04:32:17.749Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:17.749Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:17.749Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:17.749Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:32:17.749Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:17.749Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:32:17.750Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T04:32:17.750Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:32:17.750Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:32:17.750Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:17.750Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:32:17.750Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T04:32:17.751Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:32:17.751Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:32:17.751Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:17.751Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:32:17.751Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:17.751Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-26T04:32:17.751Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-10-26T04:32:17.752Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-10-26T04:32:17.752Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-26T04:32:17.752Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:17.752Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T04:32:17.752Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:17.752Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T04:32:17.752Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:32:17.753Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:17.753Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T04:32:17.753Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:32:17.753Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:17.753Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T04:32:17.753Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:32:17.754Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:17.754Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T04:32:17.754Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:32:17.754Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:17.754Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-26T04:32:17.754Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-10-26T04:32:17.754Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7aa0055b-deb2-4d88-9f8c-5fb0a22d1264
2022-10-26T04:32:17.755Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:17.755Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:32:17.755Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:17.755Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:32:17.755Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:17.755Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:32:17.755Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:17.756Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:32:17.756Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:376287c8-2b4d-4d6e-9ec3-f87c34021a32
Model Version:NULL
Model InvariantUuid:fa409d12-2a35-4877-a7ab-c063e83ccd97
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:755da926-8a9c-41f5-becd-4b5f0798794d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:07366821-77de-4fc4-a131-9807fdce64c6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4ecffa2f-0e77-44df-901b-33baaf0a9c06
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3cb6cc62-fbd9-4ec4-bd33-1071f598db38
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:3d2ae94e-530e-4b08-ac12-85ddc54be0e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:22d27529-9133-44e9-83c5-a429189d6c14
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:dcc90375-8565-4eee-9633-8eef5aca09c3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7aa0055b-deb2-4d88-9f8c-5fb0a22d1264
ModelInvariantUuid:e2d2e2f5-bdc5-4bd6-8732-b52116241019
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:70909f1d-0a2c-416e-8c74-3da78340599d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:0c768a0f-9df1-47e3-96c2-7e2dd47d3a75
ModelInvariantUuid:6063f2a2-038d-43d9-a4d8-911f8fd91982
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:45d6d65b-4e35-4d41-a685-9b94fc9fb3fb
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-10-26T04:32:17.762Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: cf498caa-10ca-4264-b919-66f57a1c669b
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-10-26T04:32:17.765Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0
2022-10-26T04:32:17.765Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cf498caa-10ca-4264-b919-66f57a1c669b
2022-10-26T04:32:17.765Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9aae3e72-90ba-4a86-97eb-9c6b368724bb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-26T04:32:17.765Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:32:17.766Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:17.834Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:32:17.834Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 9aae3e72-90ba-4a86-97eb-9c6b368724bb 1565
2022-10-26T04:32:17.835Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:17.835Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:17.835Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:32:17.835Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:17.838Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:17.838Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758737835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:32:17.947Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-10-26T04:32:17.949Z||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-10-26T04:32:17.949Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:17.966Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:17.968Z||pool-117-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:32:18.840Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "22d27529-9133-44e9-83c5-a429189d6c14",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dcc90375-8565-4eee-9633-8eef5aca09c3",
    "vfModuleModelCustomizationUUID": "4df235cd-25e2-4488-83ff-0babb4ce0ade",
    "isBase": true,
    "artifacts": [
      "ded00c5c-c028-4d24-b3f0-84481c780b98",
      "a050ea70-5f1d-4db5-8d68-08bccfc5018b"
    ],
    "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": "3cb6cc62-fbd9-4ec4-bd33-1071f598db38",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3d2ae94e-530e-4b08-ac12-85ddc54be0e1",
    "vfModuleModelCustomizationUUID": "3e921b5e-3339-44fe-82c5-7a4f31780079",
    "isBase": false,
    "artifacts": [
      "9b986c3b-fd8d-4c7b-88d1-7b4837657227"
    ],
    "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-10-26T04:32:18.844Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dcc90375-8565-4eee-9633-8eef5aca09c3
VfModuleModelInvariantUUID:22d27529-9133-44e9-83c5-a429189d6c14
VfModuleModelDescription:NULL
Artifacts UUID List:{
ded00c5c-c028-4d24-b3f0-84481c780b98
,
a050ea70-5f1d-4db5-8d68-08bccfc5018b

}
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:3d2ae94e-530e-4b08-ac12-85ddc54be0e1
VfModuleModelInvariantUUID:3cb6cc62-fbd9-4ec4-bd33-1071f598db38
VfModuleModelDescription:NULL
Artifacts UUID List:{
9b986c3b-fd8d-4c7b-88d1-7b4837657227

}
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-10-26T04:32:18.847Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "22d27529-9133-44e9-83c5-a429189d6c14",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dcc90375-8565-4eee-9633-8eef5aca09c3",
    "vfModuleModelCustomizationUUID": "4df235cd-25e2-4488-83ff-0babb4ce0ade",
    "isBase": true,
    "artifacts": [
      "ded00c5c-c028-4d24-b3f0-84481c780b98",
      "a050ea70-5f1d-4db5-8d68-08bccfc5018b"
    ],
    "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": "3cb6cc62-fbd9-4ec4-bd33-1071f598db38",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3d2ae94e-530e-4b08-ac12-85ddc54be0e1",
    "vfModuleModelCustomizationUUID": "3e921b5e-3339-44fe-82c5-7a4f31780079",
    "isBase": false,
    "artifacts": [
      "9b986c3b-fd8d-4c7b-88d1-7b4837657227"
    ],
    "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-10-26T04:32:18.847Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dcc90375-8565-4eee-9633-8eef5aca09c3
VfModuleModelInvariantUUID:22d27529-9133-44e9-83c5-a429189d6c14
VfModuleModelDescription:NULL
Artifacts UUID List:{
ded00c5c-c028-4d24-b3f0-84481c780b98
,
a050ea70-5f1d-4db5-8d68-08bccfc5018b

}
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:3d2ae94e-530e-4b08-ac12-85ddc54be0e1
VfModuleModelInvariantUUID:3cb6cc62-fbd9-4ec4-bd33-1071f598db38
VfModuleModelDescription:NULL
Artifacts UUID List:{
9b986c3b-fd8d-4c7b-88d1-7b4837657227

}
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-10-26T04:32:18.847Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ded00c5c-c028-4d24-b3f0-84481c780b98 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-26T04:32:18.847Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:32:18.848Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:18.912Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:32:18.912Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ded00c5c-c028-4d24-b3f0-84481c780b98 914
2022-10-26T04:32:18.912Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:18.913Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:18.913Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:32:18.913Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:18.915Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:18.915Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758738912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:32:19.016Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:32:19.017Z||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-10-26T04:32:19.017Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:19.031Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:19.031Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:32:19.916Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: edd8c9a2-36fe-45e5-8b79-7bfcd0504eb4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-26T04:32:19.917Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:32:19.917Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:19.968Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:32:19.969Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env edd8c9a2-36fe-45e5-8b79-7bfcd0504eb4 12
2022-10-26T04:32:19.969Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:19.970Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:19.970Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:32:19.970Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:19.972Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:19.972Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758739969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:32:20.072Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:32:20.074Z||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-10-26T04:32:20.074Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:20.114Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:20.115Z||pool-119-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:32:20.973Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a050ea70-5f1d-4db5-8d68-08bccfc5018b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-26T04:32:20.974Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:32:20.974Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:21.027Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:32:21.027Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env a050ea70-5f1d-4db5-8d68-08bccfc5018b 96
2022-10-26T04:32:21.028Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:21.028Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:21.028Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:32:21.029Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:21.031Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:21.031Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758741027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:32:21.131Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:32:21.132Z||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-10-26T04:32:21.132Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:21.145Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:21.146Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:32:22.032Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9b986c3b-fd8d-4c7b-88d1-7b4837657227 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-26T04:32:22.033Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:32:22.033Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:22.090Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:32:22.091Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 9b986c3b-fd8d-4c7b-88d1-7b4837657227 20206
2022-10-26T04:32:22.091Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:22.091Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:22.092Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:32:22.092Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:22.094Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:22.095Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758742091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:32:22.195Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:32:22.196Z||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-10-26T04:32:22.196Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:22.210Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:22.211Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:32:23.100Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 376287c8-2b4d-4d6e-9ec3-f87c34021a32
2022-10-26T04:32:23.100Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 cf498caa-10ca-4264-b919-66f57a1c669b 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-10-26T04:32:23.112Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2dddba53, org.onap.sdc.toscaparser.api.parameters.Input@2047e092, org.onap.sdc.toscaparser.api.parameters.Input@13618240, org.onap.sdc.toscaparser.api.parameters.Input@3e2d4a88, org.onap.sdc.toscaparser.api.parameters.Input@7ee2703c]
2022-10-26T04:32:23.115Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:23.115Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:32:23.115Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-10-26T04:32:23.116Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 4ecffa2f-0e77-44df-901b-33baaf0a9c06
2022-10-26T04:32:23.116Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4ecffa2f-0e77-44df-901b-33baaf0a9c06 matches Tosca VF Customization UUID: 4ecffa2f-0e77-44df-901b-33baaf0a9c06
2022-10-26T04:32:23.116Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 4ecffa2f-0e77-44df-901b-33baaf0a9c06  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-10-26T04:32:23.119Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:23.120Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:32:23.121Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 4ecffa2f-0e77-44df-901b-33baaf0a9c06: {\"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-10-26T04:32:23.121Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a7fcdaf
2022-10-26T04:32:23.121Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:23.122Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-26T04:32:23.122Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3e921b5e-3339-44fe-82c5-7a4f31780079
2022-10-26T04:32:23.122Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3e921b5e-3339-44fe-82c5-7a4f31780079
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-10-26T04:32:23.125Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:23.125Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T04:32:23.125Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:32:23.125Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:23.126Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T04:32:23.126Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-26T04:32:23.126Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:23.126Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-26T04:32:23.126Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4ecffa2f-0e77-44df-901b-33baaf0a9c06
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-10-26T04:32:23.128Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:23.128Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:32:23.129Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 376287c8-2b4d-4d6e-9ec3-f87c34021a32: basic_cnf_macro
2022-10-26T04:32:23.129Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:23.129Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:32:23.129Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:23.129Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:32:23.129Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:23.130Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:32:23.130Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:23.130Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:32:23.130Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:32:23.130Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:32:23.131Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:23.182Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro cf498caa-10ca-4264-b919-66f57a1c669b 2 ASDC deployResourceStructure
2022-10-26T04:32:23.183Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:23.184Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:23.184Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:32:23.184Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:23.186Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:23.186Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758743183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:32:23.287Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:32:23.288Z||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-10-26T04:32:23.288Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:23.303Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:23.304Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:32:24.188Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:24.189Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:24.189Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:32:24.189Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:24.191Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:24.192Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758744187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T04:32:24.292Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:32:24.293Z||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-10-26T04:32:24.293Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:24.305Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:24.305Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:32:25.192Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:25.193Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:25.193Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-26T04:32:25.194Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:25.196Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:25.197Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758745192,
  "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-10-26T04:32:25.296Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:32:25.297Z||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-10-26T04:32:25.298Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:25.315Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:25.315Z||pool-124-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:32:26.198Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:26.199Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:26.199Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:32:26.200Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:26.202Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:26.202Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758746198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-26T04:32:26.303Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:32:26.304Z||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-10-26T04:32:26.304Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:26.320Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:26.320Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:32:27.204Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:27.205Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||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-10-26T04:32:27.205Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-26T04:32:27.206Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:27.209Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:27.209Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758747204,
  "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-10-26T04:32:27.310Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-26T04:32:27.311Z||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-10-26T04:32:27.311Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:27.326Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:27.327Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:32:28.210Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-26T04:32:28.211Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-26T04:32:28.212Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:32:28.212Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:28.215Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:28.215Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758748210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:32:28.315Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:32:28.317Z||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-10-26T04:32:28.317Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:28.345Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:28.346Z||pool-127-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:32:29.216Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e5253ea-acb5-4b5a-9147-7076db880e97
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:32:29.232Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e5253ea-acb5-4b5a-9147-7076db880e97
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-10-26T04:32:29.238Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:32:29.238Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T04:32:29.239Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T04:32:29.239Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T04:32:29.239Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:32:29.239Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:32:29.240Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:32:29.240Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:32:29.240Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:32:29.240Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:32:29.241Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T04:32:29.248Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T04:32:59.251Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e5253ea-acb5-4b5a-9147-7076db880e97 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-10-26T04:32:59.261Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e5253ea-acb5-4b5a-9147-7076db880e97 and serviceModelVersionId: 376287c8-2b4d-4d6e-9ec3-f87c34021a32
2022-10-26T04:32:59.261Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fa409d12-2a35-4877-a7ab-c063e83ccd97
2022-10-26T04:32:59.262Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fa409d12-2a35-4877-a7ab-c063e83ccd97/model-vers/model-ver/376287c8-2b4d-4d6e-9ec3-f87c34021a32?depth=0
2022-10-26T04:32:59.270Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T04:32:59.325Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa409d12-2a35-4877-a7ab-c063e83ccd97/model-vers/model-ver/376287c8-2b4d-4d6e-9ec3-f87c34021a32?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-10-26T04:32:59.328Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa409d12-2a35-4877-a7ab-c063e83ccd97/model-vers/model-ver/376287c8-2b4d-4d6e-9ec3-f87c34021a32?depth=0|INFO|500||Invoke
2022-10-26T04:32:59.353Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa409d12-2a35-4877-a7ab-c063e83ccd97/model-vers/model-ver/376287c8-2b4d-4d6e-9ec3-f87c34021a32?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T04:32:59.569Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa409d12-2a35-4877-a7ab-c063e83ccd97/model-vers/model-ver/376287c8-2b4d-4d6e-9ec3-f87c34021a32?depth=0|INFO|500||InvokeReturn
2022-10-26T04:32:59.570Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa409d12-2a35-4877-a7ab-c063e83ccd97/model-vers/model-ver/376287c8-2b4d-4d6e-9ec3-f87c34021a32?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221026-04:32:59:772-23147], vertex-id=[213232], Content-Length=[0], Date=[Wed, 26 Oct 2022 04:32:59 GMT], Content-Type=[application/json]}
2022-10-26T04:32:59.570Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-10-26T04:32:59.570Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T04:32:59.571Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T04:32:59.575Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-26T04:32:59.576Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e5253ea-acb5-4b5a-9147-7076db880e97 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T04:32:59.576Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T04:32:59.576Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:32:59.579Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:32:59.579Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758779576,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:32:59.679Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:32:59.680Z||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-10-26T04:32:59.680Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:32:59.699Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:32:59.700Z||pool-128-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-10-26T04:33:00.592Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:33:00.593Z|8e5253ea-acb5-4b5a-9147-7076db880e97|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-10-26T04:33:00.593Z|8e5253ea-acb5-4b5a-9147-7076db880e97|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:33:05.036Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:33:05.037Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-26T04:33:05.037Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"180f9027-7b4b-4944-aa63-5790d64891f6","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d8e2f02b-0b1a-4916-8a84-1aa7553666c7","serviceDescription":"service","serviceInvariantUUID":"bbe0a7a3-ae71-4aab-b5df-cb09639c15ea","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9d0f363d-8a72-4245-8178-889a7da26f9c","resourceInvariantUUID":"1cf1c457-a877-4444-acb6-e0a08c11ee1a","resourceCustomizationUUID":"20383c10-d071-4f0f-9e1f-99ebd525e3a3","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":"MGNhOGIwN2Y5ZGY4NDgyYWRmYTMzZmM2NjM1ZjJlYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d518dc5-02e0-400e-a924-ee8c60d7a9f3","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":"441252c0-a101-4128-8d3d-b8041495715d","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":"5786bd2e-406a-4af6-a0b5-bf25a8b48cff","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":"Y2IyNWZkNWZmMzQ3ODZjOGQ1ODBiNjU0Mzg5YTQxZmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f481abf4-cce4-4b50-bd80-f62b1b72dfa6","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":"89a31d48-702d-49f4-9dff-104c5f8196ba","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":"e9a1d0af-9b9e-4c84-83c2-daa22fa5d824","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":"b7f0b1fe-1bb2-47ec-bc2a-ec0170a71fd8","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":"ZGZjYmQyM2E0MTFkNmE0ZjE3MDYzMDI5ZTc2MTBlNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd043260-6f72-4520-86f7-9974f79cddef","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmJjMmI2NjBkNzM3M2JiODVjYzEzODA1YzQ3MGFiYjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7a6438b-26f2-40ec-b4b3-517000bb3988","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-26T04:33:05.039Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:33:05.040Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:33:05.042Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:33:05.042Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:33:05.142Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:33:05.143Z||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-10-26T04:33:05.143Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:33:05.165Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:33:05.166Z||pool-129-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:33:06.045Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:33:06.046Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:33:06.049Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:33:06.049Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:33:06.149Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:33:06.151Z||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-10-26T04:33:06.152Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:33:06.169Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:33:06.170Z||pool-130-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:33:07.051Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:33:07.052Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:33:07.054Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:33:07.055Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:33:07.154Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:33:07.157Z||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-10-26T04:33:07.157Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:33:07.177Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:33:07.178Z||pool-131-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:33:08.055Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:33:08.056Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:33:08.059Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:33:08.059Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:33:08.159Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:33:08.160Z||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-10-26T04:33:08.161Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:33:08.176Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:33:08.177Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:33:09.061Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:33:09.062Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:33:09.065Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:33:09.066Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:33:09.165Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-26T04:33:09.166Z||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-10-26T04:33:09.166Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:33:09.185Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:33:09.186Z||pool-133-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:33:10.067Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:33:10.068Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:33:10.070Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:33:10.070Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:33:10.170Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:33:10.174Z||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-10-26T04:33:10.175Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:33:10.191Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:33:10.192Z||pool-134-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:33:11.070Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:33:11.071Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:33:11.073Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:33:11.073Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:33:11.173Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:33:11.174Z||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-10-26T04:33:11.174Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:33:11.187Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:33:11.188Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:33:12.074Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:33:12.075Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:33:12.077Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:33:12.077Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:33:12.177Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:33:12.178Z||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-10-26T04:33:12.178Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:33:12.193Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:33:12.194Z||pool-136-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:33:13.077Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-26T04:33:13.078Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:33:13.083Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:33:13.083Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:33:13.181Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-26T04:33:13.183Z||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-10-26T04:33:13.183Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:33:13.204Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:33:13.205Z||pool-137-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:33:14.083Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d8e2f02b-0b1a-4916-8a84-1aa7553666c7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bbe0a7a3-ae71-4aab-b5df-cb09639c15ea",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "20383c10-d071-4f0f-9e1f-99ebd525e3a3",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9d0f363d-8a72-4245-8178-889a7da26f9c",
      "resourceInvariantUUID": "1cf1c457-a877-4444-acb6-e0a08c11ee1a",
      "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": "YmJjMmI2NjBkNzM3M2JiODVjYzEzODA1YzQ3MGFiYjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a7a6438b-26f2-40ec-b4b3-517000bb3988"
    }
  ],
  "workloadContext": "Production"
}
2022-10-26T04:33:14.084Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-26T04:33:14.084Z|8e5253ea-acb5-4b5a-9147-7076db880e97|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d8e2f02b-0b1a-4916-8a84-1aa7553666c7 ASDC
2022-10-26T04:33:14.084Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:180f9027-7b4b-4944-aa63-5790d64891f6
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:d8e2f02b-0b1a-4916-8a84-1aa7553666c7
ServiceInvariantUUID:bbe0a7a3-ae71-4aab-b5df-cb09639c15ea
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:a7a6438b-26f2-40ec-b4b3-517000bb3988
ArtifactChecksum:YmJjMmI2NjBkNzM3M2JiODVjYzEzODA1YzQ3MGFiYjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:20383c10-d071-4f0f-9e1f-99ebd525e3a3
ResourceInvariantUUID:1cf1c457-a877-4444-acb6-e0a08c11ee1a
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:9d0f363d-8a72-4245-8178-889a7da26f9c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-26T04:33:14.084Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d8e2f02b-0b1a-4916-8a84-1aa7553666c7 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-10-26T04:33:14.121Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:33:14.122Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:33:14.122Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:33:14.122Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a7a6438b-26f2-40ec-b4b3-517000bb3988 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-26T04:33:14.122Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-26T04:33:14.123Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-26T04:33:14.278Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-26T04:33:14.285Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar a7a6438b-26f2-40ec-b4b3-517000bb3988 105671
2022-10-26T04:33:14.286Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-26T04:33:14.286Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-26T04:33:14.286Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-26T04:33:14.287Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:33:14.289Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:33:14.290Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758794286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:33:14.389Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:33:14.390Z||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-10-26T04:33:14.390Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:33:14.406Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:33:14.406Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-26T04:33:14.600Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:33:14.601Z||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-10-26T04:33:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:33:14.637Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:33:14.638Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:33:14.638Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da7ced89-2580-49ef-bd9a-dc1c7ada7214",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758723959,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:33:14.639Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:33:14.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:33:14.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:33:14.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:33:14.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:33:14.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-26T04:33:14.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:33:14.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:33:14.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-26T04:33:14.639Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:33:14.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:33:14.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:33:14.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:33:14.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:33:14.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-26T04:33:14.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:33:14.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:33:14.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-26T04:33:14.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:33:14.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:33:14.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-26T04:33:14.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:33:14.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:33:14.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:33:14.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:33:14.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:33:14.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:33:14.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:33:14.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:33:14.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758494591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:33:14.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:33:15.290Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-26T04:33:15.291Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-26T04:33:15.292Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a7a6438b-26f2-40ec-b4b3-517000bb3988, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-26T04:33:15.292Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-10-26T04:33:15.292Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-26T04:33:15.292Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-26T04:33:15.420Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3163325725726641905/Definitions/service-TestPnfMacro-template.yml
2022-10-26T04:33:16.189Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-26T04:33:16.189Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:33:16.189Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-26T04:33:16.189Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-26T04:33:16.189Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-26T04:33:16.190Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-26T04:33:16.190Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-26T04:33:16.190Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-26T04:33:16.190Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-26T04:33:16.190Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-26T04:33:16.190Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-26T04:33:16.190Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-26T04:33:16.190Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:33:16.190Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:33:16.190Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-26T04:33:16.191Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:33:16.191Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:33:16.191Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:33:16.191Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:33:16.191Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-26T04:33:16.191Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-26T04:33:16.191Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-26T04:33:16.192Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:33:16.192Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:33:16.192Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:33:16.192Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:33:16.192Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:33:16.192Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:33:16.192Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:33:16.192Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:33:16.193Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:33:16.193Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:33:16.193Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:d8e2f02b-0b1a-4916-8a84-1aa7553666c7
Model Version:NULL
Model InvariantUuid:bbe0a7a3-ae71-4aab-b5df-cb09639c15ea
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-10-26T04:33:16.199Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9d0f363d-8a72-4245-8178-889a7da26f9c
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-10-26T04:33:16.201Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||test-pnf 0
2022-10-26T04:33:16.201Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9d0f363d-8a72-4245-8178-889a7da26f9c
2022-10-26T04:33:16.202Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||No resources found for Service: d8e2f02b-0b1a-4916-8a84-1aa7553666c7
2022-10-26T04:33:16.202Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d8e2f02b-0b1a-4916-8a84-1aa7553666c7
2022-10-26T04:33:16.202Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 9d0f363d-8a72-4245-8178-889a7da26f9c 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-10-26T04:33:16.205Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e7b333d, org.onap.sdc.toscaparser.api.parameters.Input@75b30020, org.onap.sdc.toscaparser.api.parameters.Input@635c5f89, org.onap.sdc.toscaparser.api.parameters.Input@54853fa4, org.onap.sdc.toscaparser.api.parameters.Input@43700cd2]
2022-10-26T04:33:16.206Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:33:16.206Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:33:16.206Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d8e2f02b-0b1a-4916-8a84-1aa7553666c7: test-pnf
2022-10-26T04:33:16.206Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||Processing PNF resource: 9d0f363d-8a72-4245-8178-889a7da26f9c
2022-10-26T04:33:16.206Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-26T04:33:16.206Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-26T04:33:16.206Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||Resource customization UUID: 20383c10-d071-4f0f-9e1f-99ebd525e3a3 is the same as notified resource customizationUUID: 20383c10-d071-4f0f-9e1f-99ebd525e3a3
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-10-26T04:33:16.235Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 9d0f363d-8a72-4245-8178-889a7da26f9c 0 ASDC deployResourceStructure
2022-10-26T04:33:16.236Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-26T04:33:16.236Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-26T04:33:16.236Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-26T04:33:16.236Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:33:16.239Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:33:16.239Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758796236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:33:16.338Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-26T04:33:16.339Z||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-10-26T04:33:16.340Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:33:16.353Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:33:16.354Z||pool-139-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-26T04:33:17.239Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 180f9027-7b4b-4944-aa63-5790d64891f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-26T04:33:17.253Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 180f9027-7b4b-4944-aa63-5790d64891f6
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-10-26T04:33:17.256Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-26T04:33:17.256Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-26T04:33:17.256Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-26T04:33:17.256Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-26T04:33:17.256Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:33:17.256Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:33:17.257Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:33:17.257Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:33:17.257Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:33:17.257Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:33:17.257Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-26T04:33:17.257Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-26T04:33:17.265Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-26T04:33:47.266Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 180f9027-7b4b-4944-aa63-5790d64891f6 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-10-26T04:33:47.272Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 180f9027-7b4b-4944-aa63-5790d64891f6 and serviceModelVersionId: d8e2f02b-0b1a-4916-8a84-1aa7553666c7
2022-10-26T04:33:47.272Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bbe0a7a3-ae71-4aab-b5df-cb09639c15ea
2022-10-26T04:33:47.273Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bbe0a7a3-ae71-4aab-b5df-cb09639c15ea/model-vers/model-ver/d8e2f02b-0b1a-4916-8a84-1aa7553666c7?depth=0
2022-10-26T04:33:47.277Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-10-26T04:33:47.328Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbe0a7a3-ae71-4aab-b5df-cb09639c15ea/model-vers/model-ver/d8e2f02b-0b1a-4916-8a84-1aa7553666c7?depth=0|INFO|500||Invoke
2022-10-26T04:33:47.329Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbe0a7a3-ae71-4aab-b5df-cb09639c15ea/model-vers/model-ver/d8e2f02b-0b1a-4916-8a84-1aa7553666c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbe0a7a3-ae71-4aab-b5df-cb09639c15ea/model-vers/model-ver/d8e2f02b-0b1a-4916-8a84-1aa7553666c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[180f9027-7b4b-4944-aa63-5790d64891f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[882e0c1c-d44a-414a-87ae-b750d3023ede], X-ECOMP-RequestID=[180f9027-7b4b-4944-aa63-5790d64891f6], X-TransactionId=[], X-ONAP-RequestID=[180f9027-7b4b-4944-aa63-5790d64891f6], Content-Type=[application/merge-patch+json]}
2022-10-26T04:33:47.349Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbe0a7a3-ae71-4aab-b5df-cb09639c15ea/model-vers/model-ver/d8e2f02b-0b1a-4916-8a84-1aa7553666c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-26T04:33:47.440Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbe0a7a3-ae71-4aab-b5df-cb09639c15ea/model-vers/model-ver/d8e2f02b-0b1a-4916-8a84-1aa7553666c7?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/bbe0a7a3-ae71-4aab-b5df-cb09639c15ea/model-vers/model-ver/d8e2f02b-0b1a-4916-8a84-1aa7553666c7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221026-04:33:47:766-95138], vertex-id=[266240], Content-Length=[0], Date=[Wed, 26 Oct 2022 04:33:47 GMT], Content-Type=[application/json]}
2022-10-26T04:33:47.440Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbe0a7a3-ae71-4aab-b5df-cb09639c15ea/model-vers/model-ver/d8e2f02b-0b1a-4916-8a84-1aa7553666c7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-26T04:33:47.441Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bbe0a7a3-ae71-4aab-b5df-cb09639c15ea/model-vers/model-ver/d8e2f02b-0b1a-4916-8a84-1aa7553666c7?depth=0|INFO|500||InvokeReturn
2022-10-26T04:33:47.441Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-26T04:33:47.441Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-26T04:33:47.447Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-26T04:33:47.448Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 180f9027-7b4b-4944-aa63-5790d64891f6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-26T04:33:47.448Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-26T04:33:47.448Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-26T04:33:47.450Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-26T04:33:47.450Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758827448,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:33:47.550Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-26T04:33:47.551Z||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-10-26T04:33:47.551Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as h5XufFZgqzoM2FNs) ...
2022-10-26T04:33:47.572Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:33:47.573Z||pool-140-thread-1|||||INFO|500||cambria reply ok (22 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-10-26T04:33:48.464Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:33:48.464Z|180f9027-7b4b-4944-aa63-5790d64891f6|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-10-26T04:33:48.464Z|180f9027-7b4b-4944-aa63-5790d64891f6|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:33:58.016Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:33:58.017Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:33:58.019Z|180f9027-7b4b-4944-aa63-5790d64891f6|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-10-26T04:33:58.019Z|180f9027-7b4b-4944-aa63-5790d64891f6|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:34:07.572Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:34:07.573Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:34:07.573Z|180f9027-7b4b-4944-aa63-5790d64891f6|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-10-26T04:34:07.573Z|180f9027-7b4b-4944-aa63-5790d64891f6|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:34:14.600Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:34:14.601Z||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-10-26T04:34:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:34:14.624Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:34:14.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758735288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:34:14.626Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:34:14.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758737835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:34:14.626Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:34:14.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758738912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:34:14.627Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:34:14.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758739969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:34:14.627Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:34:14.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758741027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:34:14.627Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:34:14.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758742091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:34:14.627Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:34:14.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758743183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-26T04:34:14.628Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:34:14.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758744187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-26T04:34:14.628Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:34:14.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758745192,
  "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-10-26T04:34:14.628Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:34:14.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758746198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-26T04:34:14.628Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:34:14.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758747204,
  "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-10-26T04:34:14.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:34:14.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758748210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:34:14.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:34:14.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8e5253ea-acb5-4b5a-9147-7076db880e97",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758779576,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:34:14.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:34:14.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:34:14.629Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:34:14.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:34:14.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:34:14.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:34:14.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:34:14.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:34:14.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:34:14.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:34:14.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:34:14.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:34:14.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:34:14.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:34:14.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:34:14.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-26T04:34:14.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:34:14.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758780592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-26T04:34:14.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-26T04:34:14.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:34:14.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758794286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-26T04:34:14.632Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:34:17.113Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:34:17.114Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:34:17.115Z|180f9027-7b4b-4944-aa63-5790d64891f6|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-10-26T04:34:17.115Z|180f9027-7b4b-4944-aa63-5790d64891f6|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:34:26.653Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:34:26.654Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:34:26.655Z|180f9027-7b4b-4944-aa63-5790d64891f6|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-10-26T04:34:26.655Z|180f9027-7b4b-4944-aa63-5790d64891f6|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:34:36.197Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:35:14.593Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:35:14.594Z||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-10-26T04:35:14.595Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:35:14.600Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:35:14.601Z||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-10-26T04:35:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:35:15.123Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:35:15.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:35:15.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758796236,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-26T04:35:15.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:35:15.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-26T04:35:15.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "180f9027-7b4b-4944-aa63-5790d64891f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666758827448,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-26T04:35:15.127Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-26T04:35:24.146Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:36:14.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:36:14.592Z||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-10-26T04:36:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:36:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:36:14.600Z||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-10-26T04:36:14.600Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:36:24.140Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:36:24.151Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:37:14.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:37:14.592Z||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-10-26T04:37:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:37:14.600Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:37:14.601Z||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-10-26T04:37:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:37:24.143Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:37:24.143Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:38:14.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:38:14.593Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T04:38:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:38:14.600Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:38:14.601Z||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-10-26T04:38:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:38:24.138Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:38:24.145Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:39:14.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:39:14.593Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-26T04:39:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:39:14.600Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:39:14.600Z||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-10-26T04:39:14.600Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:39:24.146Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:39:24.150Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:40:14.593Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:40:14.596Z||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-10-26T04:40:14.596Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:40:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:40:14.600Z||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-10-26T04:40:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:40:24.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:40:24.153Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:41:14.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:41:14.592Z||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-10-26T04:41:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:41:14.600Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:41:14.600Z||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-10-26T04:41:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:41:24.150Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:41:24.155Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:42:14.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:42:14.592Z||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-10-26T04:42:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:42:14.600Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:42:14.607Z||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-10-26T04:42:14.607Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:42:24.141Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:42:24.153Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:43:14.591Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:43:14.592Z||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-10-26T04:43:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:43:14.600Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:43:14.600Z|180f9027-7b4b-4944-aa63-5790d64891f6|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-10-26T04:43:14.600Z|180f9027-7b4b-4944-aa63-5790d64891f6|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:43:24.138Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:43:24.139Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:44:14.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:44:14.592Z||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-10-26T04:44:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:44:14.600Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:44:14.600Z|180f9027-7b4b-4944-aa63-5790d64891f6|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-10-26T04:44:14.600Z|180f9027-7b4b-4944-aa63-5790d64891f6|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:44:24.140Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:44:24.151Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:45:14.591Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:45:14.593Z||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-10-26T04:45:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:45:14.600Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:45:14.601Z||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-10-26T04:45:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:45:24.139Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:45:24.145Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:46:14.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:46:14.592Z||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-10-26T04:46:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:46:14.600Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:46:14.600Z||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-10-26T04:46:14.600Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:46:24.134Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:46:24.138Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:47:14.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:47:14.592Z||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-10-26T04:47:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:47:14.600Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:47:14.600Z||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-10-26T04:47:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:47:24.142Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:47:24.142Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:48:14.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:48:14.592Z||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-10-26T04:48:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:48:14.600Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:48:14.600Z||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-10-26T04:48:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:48:24.133Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:48:24.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:49:14.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:49:14.593Z||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-10-26T04:49:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:49:14.600Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:49:14.600Z||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-10-26T04:49:14.600Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:49:24.143Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:49:24.144Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:50:14.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:50:14.592Z||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-10-26T04:50:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:50:14.600Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:50:14.600Z||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-10-26T04:50:14.601Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:50:24.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:50:24.139Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:51:14.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:51:14.592Z||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-10-26T04:51:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:51:14.600Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:51:14.600Z||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-10-26T04:51:14.600Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:51:24.138Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:51:24.140Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:52:14.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:52:14.592Z||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-10-26T04:52:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:52:14.600Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:52:14.600Z|180f9027-7b4b-4944-aa63-5790d64891f6|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-10-26T04:52:14.601Z|180f9027-7b4b-4944-aa63-5790d64891f6|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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:52:24.137Z|180f9027-7b4b-4944-aa63-5790d64891f6|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:52:24.139Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:53:14.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:53:14.592Z||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-10-26T04:53:14.592Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:53:14.600Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:53:14.600Z||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-10-26T04:53:14.600Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:53:24.140Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:53:24.140Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:54:14.591Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:54:14.593Z||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-10-26T04:54:14.593Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:54:14.600Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-26T04:54:14.600Z||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-10-26T04:54:14.600Z||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 h5XufFZgqzoM2FNs) ...
2022-10-26T04:54:24.138Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-26T04:54:24.143Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK