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-04-10T03:17:24.508Z||main|||||INFO|500||The following profiles are active: basic
2022-04-10T03:17:49.183Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-10T03:17:49.184Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-10T03:17:49.411Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-10T03:17:57.816Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-10T03:17:58.660Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-10T03:17:59.817Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-10T03:17:59.841Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-10T03:18:00.059Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-10T03:18:00.641Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-10T03:18:01.822Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-10T03:18:05.453Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-10T03:18:09.856Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-10T03:18:10.013Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-10T03:18:11.090Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-10T03:18:11.443Z||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-04-10T03:18:14.163Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-10T03:18:16.359Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-10T03:18:16.397Z||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$$36dd570f.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-04-10T03:18:16.399Z||main|||||WARN|500||The sdc end point is not alive
2022-04-10T03:18:22.293Z||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-04-10T03:18:27.755Z||main|||||WARN|500||---
2022-04-10T03:18:27.756Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-10T03:18:27.756Z||main|||||WARN|500||---
2022-04-10T03:18:28.674Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-10T03:18:38.545Z||main|||||INFO|500||Started Application in 80.113 seconds (JVM running for 85.179)
2022-04-10T03:18:38.618Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-10T03:18:38.621Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-10T03:18:38.645Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-10T03:18:38.726Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-10T03:18:38.842Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0740b542-ecdd-4dd9-b06d-91458fabb65a url= /sdc/v1/artifactTypes
2022-04-10T03:18:38.844Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-10T03:18:39.587Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-10T03:18:39.649Z||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-04-10T03:18:39.705Z||scheduling-1|||||DEBUG|500||create keys
2022-04-10T03:18:39.720Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-10T03:18:39.974Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:18:40.012Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8624ddea-c85f-45d9-b5a8-e90ab77006a2 url= /sdc/v1/registerForDistribution
2022-04-10T03:18:40.725Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8624ddea-c85f-45d9-b5a8-e90ab77006a2 url= /sdc/v1/registerForDistribution
2022-04-10T03:18:40.725Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-10T03:18:40.743Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:18:40.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:18:40.764Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-10T03:18:40.783Z||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-04-10T03:18:40.783Z||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-04-10T03:18:40.783Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:18:40.783Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:18:51.389Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:18:51.492Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:19:40.737Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:19:40.740Z||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-04-10T03:19:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:19:40.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:19:40.744Z||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-04-10T03:19:40.747Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:19:50.513Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:19:50.522Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:20:40.737Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:20:40.740Z||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-04-10T03:20:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:20:40.744Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:20:40.747Z||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-04-10T03:20:40.747Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:20:50.711Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:20:50.746Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:21:40.737Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:21:40.742Z||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-04-10T03:21:40.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:21:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:21:40.744Z||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-04-10T03:21:40.745Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:21:50.400Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:21:50.434Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:22:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:22:40.739Z||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-04-10T03:22:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:22:40.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:22:40.745Z||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-04-10T03:22:40.745Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:22:50.308Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:22:50.319Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:23:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:23:40.740Z||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-04-10T03:23:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:23:40.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:23:40.744Z||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-04-10T03:23:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:23:50.316Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:23:50.319Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:24:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:24:40.739Z||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-04-10T03:24:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:24:40.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:24:40.744Z||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-04-10T03:24:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:24:50.336Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:24:50.343Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:25:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:25:40.739Z||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-04-10T03:25:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:25:40.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:25:40.745Z||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-04-10T03:25:40.746Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:25:50.326Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:25:50.328Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:26:40.739Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:26:40.741Z||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-04-10T03:26:40.742Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:26:40.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:26:40.743Z||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-04-10T03:26:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:26:50.360Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:26:50.362Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:27:14.637Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-10T03:27:40.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:27:40.741Z||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-04-10T03:27:40.742Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:27:40.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:27:40.743Z||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-04-10T03:27:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:27:50.331Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:27:50.336Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:28:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:28:40.740Z||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-04-10T03:28:40.741Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:28:40.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:28:40.743Z||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-04-10T03:28:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:28:50.331Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:28:50.361Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:29:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:29:40.739Z||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-04-10T03:29:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:29:40.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:29:40.746Z||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-04-10T03:29:40.747Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:29:50.333Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:29:50.341Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:30:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:30:40.739Z||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-04-10T03:30:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:30:40.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:30:40.743Z||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-04-10T03:30:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:30:50.322Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:30:50.328Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:31:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:31:40.739Z||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-04-10T03:31:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:31:40.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:31:40.744Z||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-04-10T03:31:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:31:50.302Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:31:50.326Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:32:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:32:40.740Z||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-04-10T03:32:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:32:40.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:32:40.744Z||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-04-10T03:32:40.745Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:32:50.309Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:32:50.311Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:33:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:33:40.739Z||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-04-10T03:33:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:33:40.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:33:40.744Z||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-04-10T03:33:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:33:50.343Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:33:50.350Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:34:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:34:40.740Z||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-04-10T03:34:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:34:40.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:34:40.743Z||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-04-10T03:34:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:34:50.315Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:34:50.319Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:35:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:35:40.739Z||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-04-10T03:35:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:35:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:35:40.744Z||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-04-10T03:35:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:35:50.313Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:35:50.315Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:36:40.738Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:36:40.739Z||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-04-10T03:36:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:36:40.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:36:40.743Z||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-04-10T03:36:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:36:50.316Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:36:50.331Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:37:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:37:40.738Z||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-04-10T03:37:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:37:40.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:37:40.743Z||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-04-10T03:37:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:37:50.312Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:37:50.312Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:38:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:38:40.738Z||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-04-10T03:38:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:38:40.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:38:40.743Z||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-04-10T03:38:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:38:50.302Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:38:50.302Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:39:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:39:40.738Z||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-04-10T03:39:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:39:40.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:39:40.743Z||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-04-10T03:39:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:39:50.313Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:39:50.324Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:40:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:40:40.738Z||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-04-10T03:40:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:40:40.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:40:40.743Z||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-04-10T03:40:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:40:50.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:40:50.300Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:41:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:41:40.739Z||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-04-10T03:41:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:41:40.744Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:41:40.745Z||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-04-10T03:41:40.746Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:41:50.351Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:41:50.352Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:42:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:42:40.739Z||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-04-10T03:42:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:42:40.744Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:42:40.745Z||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-04-10T03:42:40.745Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:42:50.335Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:42:50.341Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:43:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:43:40.739Z||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-04-10T03:43:40.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:43:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:43:40.743Z||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-04-10T03:43:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:43:50.346Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:43:50.348Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:44:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:44:40.738Z||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-04-10T03:44:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:44:40.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:44:40.744Z||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-04-10T03:44:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:44:50.314Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:44:50.356Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:45:40.737Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:45:40.738Z||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-04-10T03:45:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:45:40.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:45:40.743Z||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-04-10T03:45:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:45:50.311Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:45:50.311Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:46:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:46:40.738Z||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-04-10T03:46:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:46:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:46:40.744Z||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-04-10T03:46:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:46:50.327Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:46:50.342Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:47:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:47:40.739Z||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-04-10T03:47:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:47:40.743Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:47:40.744Z||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-04-10T03:47:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:47:50.329Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:47:50.341Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:48:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:48:40.739Z||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-04-10T03:48:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:48:40.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:48:40.743Z||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-04-10T03:48:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:48:50.308Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:48:50.317Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:49:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:49:40.739Z||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-04-10T03:49:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:49:40.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:49:40.744Z||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-04-10T03:49:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:49:50.325Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:49:50.336Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:50:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:50:40.739Z||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-04-10T03:50:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:50:40.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:50:40.743Z||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-04-10T03:50:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:50:50.314Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:50:50.314Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:51:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:51:40.739Z||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-04-10T03:51:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:51:40.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:51:40.745Z||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-04-10T03:51:40.745Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:51:50.314Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:51:50.314Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:52:40.744Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:52:40.744Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:52:40.747Z||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-04-10T03:52:40.748Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:52:40.748Z||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-04-10T03:52:40.749Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:52:50.449Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:52:50.450Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:53:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:53:40.739Z||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-04-10T03:53:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:53:40.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:53:40.743Z||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-04-10T03:53:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:53:50.310Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:53:50.310Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:54:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:54:40.738Z||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-04-10T03:54:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:54:40.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:54:40.744Z||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-04-10T03:54:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:54:50.309Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:54:50.346Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:55:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:55:40.738Z||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-04-10T03:55:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:55:40.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:55:40.743Z||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-04-10T03:55:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:55:50.320Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:55:50.321Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:56:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:56:40.739Z||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-04-10T03:56:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:56:40.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:56:40.743Z||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-04-10T03:56:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:56:50.318Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:56:50.318Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:57:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:57:40.741Z||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-04-10T03:57:40.741Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:57:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:57:40.743Z||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-04-10T03:57:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:57:50.308Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:57:50.308Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:58:30.339Z||http-nio-8085-exec-2|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-10T03:58:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:58:40.739Z||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-04-10T03:58:40.740Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:58:40.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:58:40.744Z||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-04-10T03:58:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:58:50.343Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:58:50.344Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:59:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:59:40.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T03:59:40.742Z||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-04-10T03:59:40.744Z||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-04-10T03:59:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:59:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T03:59:50.323Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T03:59:50.329Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:00:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:00:40.739Z||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-04-10T04:00:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:00:40.746Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:00:40.747Z||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-04-10T04:00:40.747Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:00:50.327Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:00:50.345Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:01:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:01:40.738Z||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-04-10T04:01:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:01:40.746Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:01:40.747Z||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-04-10T04:01:40.747Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:01:50.342Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:01:50.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:02:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:02:40.738Z||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-04-10T04:02:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:02:40.749Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:02:40.750Z||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-04-10T04:02:40.751Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:02:50.338Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:02:50.350Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:03:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:03:40.740Z||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-04-10T04:03:40.741Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:03:40.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:03:40.743Z||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-04-10T04:03:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:03:50.334Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:03:50.342Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:04:40.737Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:04:40.739Z||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-04-10T04:04:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:04:40.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:04:40.745Z||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-04-10T04:04:40.746Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:04:50.343Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:04:50.343Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:05:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:05:40.739Z||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-04-10T04:05:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:05:40.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:05:40.744Z||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-04-10T04:05:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:05:50.331Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:05:50.331Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:06:40.737Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:06:40.740Z||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-04-10T04:06:40.741Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:06:40.743Z||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-04-10T04:06:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:40.963Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:06:40.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:40.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "dcae-sch",
  "timestamp": 1649563577041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "policy-id",
  "timestamp": 1649563572075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "cds",
  "timestamp": 1649563582338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "dcae-sch",
  "timestamp": 1649563577041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "policy-id",
  "timestamp": 1649563572075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "cds",
  "timestamp": 1649563582338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.065Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "dcae-sch",
  "timestamp": 1649563577041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.065Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.065Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563584241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.065Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "policy-id",
  "timestamp": 1649563572075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:06:41.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563585052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "cds",
  "timestamp": 1649563582338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.068Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "dcae-sch",
  "timestamp": 1649563577041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "policy-id",
  "timestamp": 1649563572075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563584241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:06:41.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563585052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "cds",
  "timestamp": 1649563582338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "dcae-sch",
  "timestamp": 1649563577041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "policy-id",
  "timestamp": 1649563572075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563584241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:06:41.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563585052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "cds",
  "timestamp": 1649563582338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "dcae-sch",
  "timestamp": 1649563577041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.076Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563584241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.077Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.077Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "policy-id",
  "timestamp": 1649563572075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.078Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.078Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563585052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "cds",
  "timestamp": 1649563582338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "dcae-sch",
  "timestamp": 1649563577041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "policy-id",
  "timestamp": 1649563572075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:06:41.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563584241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-10T04:06:41.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563585052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "cds",
  "timestamp": 1649563582338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:06:41.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563584241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563585052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "policy-id",
  "timestamp": 1649563589884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:06:41.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:06:41.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563584241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:06:41.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "cds",
  "timestamp": 1649563590379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:06:41.089Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:06:41.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563585052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "policy-id",
  "timestamp": 1649563590892,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:06:41.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:06:41.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "cds",
  "timestamp": 1649563591408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-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=?
2022-04-10T04:06:41.401Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:06:41.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.403Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ec6c8e1-79d8-43e5-87f7-a728e54e3690","serviceName":"basic_onboard_JxAcJb","serviceVersion":"1.0","serviceUUID":"ef3f1e88-5a30-47b2-9c39-21cb6cd4df60","serviceDescription":"service","serviceInvariantUUID":"467f8d53-0803-4cb2-a748-53f7d1a0d5c4","resources":[{"resourceInstanceName":"basic_onboard_JxAcJb 0","resourceName":"basic_onboard_JxAcJb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe05b018-b5a1-428e-9db8-0eacbf1ba80c","resourceInvariantUUID":"b8495a00-bf3a-49cd-84fb-0f4cf449691d","resourceCustomizationUUID":"c3ab710e-531c-482b-8ac1-9dc20661b5a0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml","artifactChecksum":"YTc0NDA5OThiOTY2NTIyYjA0OWE4Nzg0Y2YyYjZiNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9c2e0278-02ee-49d0-a5a7-32f64f238964","artifactVersion":"1"},{"artifactName":"basic_onboard_jxacjb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json","artifactChecksum":"ZDU5ZDRmOGE5Yjc5MjFiZDYxMDQ3MWRmNzE2MDA4YTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a25720f7-3fd2-4fe1-9000-d567aa39d0ad","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ad2874a8-e149-45e9-9332-714db5b2404f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c6431b4c-04ac-45ff-8697-2f7a0906cd96","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"87b63644-c689-44c9-bbc3-865d526078e0","artifactVersion":"2","generatedFromUUID":"ad2874a8-e149-45e9-9332-714db5b2404f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJxacjb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml","artifactChecksum":"MzIxNTk2YzNiNWVmYWMzYzJmYzRlNTRlNDQ5ZjY3ZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23493dc6-6f18-433b-9e89-33c5041dec8b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJxacjb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar","artifactChecksum":"ZDAwZDZmNWMwOTc1MDQ4ZWE5NDhmN2Q2MGNkNmQ3ZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7cbbbfd-089a-4b1b-b5d9-5906f496f256","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T04:06:41.414Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:06:41.424Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:41.441Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:41.442Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563600737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T04:06:41.470Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
2022-04-10T04:06:41.500Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 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-04-10T04:06:41.542Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-10T04:06:41.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563592263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:06:41.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:06:41.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "policy-id",
  "timestamp": 1649563591897,
  "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-04-10T04:06:41.552Z||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-04-10T04:06:41.553Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:41.572Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
2022-04-10T04:06:41.572Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 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=?
2022-04-10T04:06:41.576Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:06:41.578Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T04:06:41.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.589Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563593442,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:06:41.589Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:06:41.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "clamp",
  "timestamp": 1649563592617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.590Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "clamp",
  "timestamp": 1649563592617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:06:41.591Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563594886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:06:41.592Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:06:41.592Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.592Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "clamp",
  "timestamp": 1649563592617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.593Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563596020,
  "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-04-10T04:06:41.601Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
2022-04-10T04:06:41.602Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 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-04-10T04:06:41.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "aai-ml",
  "timestamp": 1649563595667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "clamp",
  "timestamp": 1649563592617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563597052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:06:41.620Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:06:41.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "aai-ml",
  "timestamp": 1649563595667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "clamp",
  "timestamp": 1649563592617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "aai-ml",
  "timestamp": 1649563595667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "clamp",
  "timestamp": 1649563592617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "aai-ml",
  "timestamp": 1649563595667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:41.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:41.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:06:41.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "clamp",
  "timestamp": 1649563592617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:06:41.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:06:42.454Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:06:42.455Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:42.460Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:42.460Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563600737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:06:42.562Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-10T04:06:42.563Z||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-04-10T04:06:42.564Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:42.622Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:06:42.624Z||pool-4-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:06:43.466Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:06:43.466Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:43.478Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:43.478Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563600737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:06:43.582Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-10T04:06:43.583Z||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-04-10T04:06:43.584Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:43.618Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:06:43.619Z||pool-5-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:06:44.479Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:06:44.480Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:44.483Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:44.483Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563600737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:44.584Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:06:44.585Z||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-04-10T04:06:44.586Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:44.630Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:06:44.632Z||pool-6-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:06:45.484Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:06:45.485Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:45.489Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:45.489Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563600737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-10T04:06:45.589Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:06:45.590Z||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-04-10T04:06:45.591Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:45.623Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:06:45.624Z||pool-7-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:06:46.494Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:06:46.495Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:46.498Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:46.498Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563600737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:06:46.605Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-10T04:06:46.607Z||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-04-10T04:06:46.607Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:46.623Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:06:46.626Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:06:47.499Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:06:47.501Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:47.511Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:47.511Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563600737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:06:47.607Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-10T04:06:47.608Z||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-04-10T04:06:47.610Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:47.624Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:06:47.625Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:06:48.514Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "serviceName": "basic_onboard_JxAcJb",
  "serviceVersion": "1.0",
  "serviceUUID": "ef3f1e88-5a30-47b2-9c39-21cb6cd4df60",
  "serviceDescription": "service",
  "serviceInvariantUUID": "467f8d53-0803-4cb2-a748-53f7d1a0d5c4",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_JxAcJb 0",
      "resourceCustomizationUUID": "c3ab710e-531c-482b-8ac1-9dc20661b5a0",
      "resourceName": "basic_onboard_JxAcJb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fe05b018-b5a1-428e-9db8-0eacbf1ba80c",
      "resourceInvariantUUID": "b8495a00-bf3a-49cd-84fb-0f4cf449691d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jxacjb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
          "artifactChecksum": "ZDU5ZDRmOGE5Yjc5MjFiZDYxMDQ3MWRmNzE2MDA4YTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a25720f7-3fd2-4fe1-9000-d567aa39d0ad",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ad2874a8-e149-45e9-9332-714db5b2404f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "87b63644-c689-44c9-bbc3-865d526078e0",
            "generatedFromUUID": "ad2874a8-e149-45e9-9332-714db5b2404f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "87b63644-c689-44c9-bbc3-865d526078e0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJxacjb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
      "artifactChecksum": "ZDAwZDZmNWMwOTc1MDQ4ZWE5NDhmN2Q2MGNkNmQ3ZmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a7cbbbfd-089a-4b1b-b5d9-5906f496f256"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T04:06:48.522Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T04:06:48.523Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ef3f1e88-5a30-47b2-9c39-21cb6cd4df60 ASDC
2022-04-10T04:06:48.769Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0ec6c8e1-79d8-43e5-87f7-a728e54e3690
ServiceName:basic_onboard_JxAcJb
ServiceVersion:1.0
ServiceUUID:ef3f1e88-5a30-47b2-9c39-21cb6cd4df60
ServiceInvariantUUID:467f8d53-0803-4cb2-a748-53f7d1a0d5c4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJxacjb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar
ArtifactUUID:a7cbbbfd-089a-4b1b-b5d9-5906f496f256
ArtifactChecksum:ZDAwZDZmNWMwOTc1MDQ4ZWE5NDhmN2Q2MGNkNmQ3ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JxAcJb 0
ResourceCustomizationUUID:c3ab710e-531c-482b-8ac1-9dc20661b5a0
ResourceInvariantUUID:b8495a00-bf3a-49cd-84fb-0f4cf449691d
ResourceName:basic_onboard_JxAcJb
ResourceType:VF
ResourceUUID:fe05b018-b5a1-428e-9db8-0eacbf1ba80c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jxacjb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json
ArtifactUUID:a25720f7-3fd2-4fe1-9000-d567aa39d0ad
ArtifactChecksum:ZDU5ZDRmOGE5Yjc5MjFiZDYxMDQ3MWRmNzE2MDA4YTY=
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/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ad2874a8-e149-45e9-9332-714db5b2404f
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/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env
ArtifactUUID:87b63644-c689-44c9-bbc3-865d526078e0
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/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env
ArtifactUUID:87b63644-c689-44c9-bbc3-865d526078e0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-10T04:06:48.770Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef3f1e88-5a30-47b2-9c39-21cb6cd4df60 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-04-10T04:06:48.956Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:06:48.965Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:06:48.978Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:06:48.979Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a7cbbbfd-089a-4b1b-b5d9-5906f496f256 from URL: /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:48.980Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:06:48.984Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:50.030Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:06:50.065Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar a7cbbbfd-089a-4b1b-b5d9-5906f496f256 71567
2022-04-10T04:06:50.068Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar ASDC sendASDCNotification
2022-04-10T04:06:50.069Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:50.070Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:06:50.073Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:50.077Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:50.078Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563610066,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:06:50.178Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:06:50.179Z||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-04-10T04:06:50.179Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:50.197Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:06:50.198Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:06:51.079Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:06:51.081Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:06:51.081Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: a7cbbbfd-089a-4b1b-b5d9-5906f496f256, URL: /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar to file: /app/ASDC/1/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:51.082Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:51.215Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:51.215Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:52.283Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2440541159968074642/Definitions/service-BasicOnboardJxacjb-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-04-10T04:06:55.384Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T04:06:55.398Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-10T04:06:55.402Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.402Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-10T04:06:55.403Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JxAcJb 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-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.403Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||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-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.404Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||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-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.404Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||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-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.405Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||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-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.405Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.406Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.406Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||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-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.406Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||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-BasicOnboardJxacjb-csar.csar
2022-04-10T04:06:55.407Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-10T04:06:55.423Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:55.427Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:55.438Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:55.440Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-10T04:06:55.453Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:06:55.459Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:55.460Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:55.460Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:55.460Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-10T04:06:55.460Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:06:55.461Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:55.461Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:55.469Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:55.471Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is not matching search criteria
2022-04-10T04:06:55.471Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-10T04:06:55.471Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-10T04:06:55.471Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-10T04:06:55.472Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T04:06:55.472Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T04:06:55.472Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:55.472Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:06:55.474Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:55.475Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:55.475Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:06:55.476Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:55.476Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:55.476Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:06:55.476Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:55.477Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:55.477Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:06:55.477Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:55.477Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is not matching search criteria
2022-04-10T04:06:55.477Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-10T04:06:55.478Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T04:06:55.478Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ecd5e50e-3605-4b0b-9d15-94785689d38b
2022-04-10T04:06:55.478Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:55.478Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:55.479Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:55.479Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:55.479Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:55.480Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:55.480Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:55.480Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:55.481Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_JxAcJb
Description:service
Model UUID:ef3f1e88-5a30-47b2-9c39-21cb6cd4df60
Model Version:NULL
Model InvariantUuid:467f8d53-0803-4cb2-a748-53f7d1a0d5c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_JxAcJb
Model UUID:cf6f53ff-bd8c-4c25-8bd6-326f1bd52b2f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b8495a00-bf3a-49cd-84fb-0f4cf449691d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c3ab710e-531c-482b-8ac1-9dc20661b5a0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56853cff-fb18-4e71-940a-7e6d18ab954d
ModelName:BasicOnboardJxacjb..base_ubuntu18..module-0
ModelUuid:065dd481-f312-4579-a9db-1a80200fc785
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ecd5e50e-3605-4b0b-9d15-94785689d38b
ModelInvariantUuid:5149b37b-49ec-4863-9eed-806aac54cc47
ModelName:basic_onboard_JxAcJb-nodes.ubuntu18Cvfc
ModelUuid:fa29a4c9-08fe-4141-9a00-5bccf2ad397e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:79d825cf-7c2a-4812-a0c4-ce9996d3058f
ModelInvariantUuid:15d79701-f9c3-4f33-a94a-a78c25d92086
ModelName:BasicOnboardJxacjb.compute.nodes.heat.ubuntu18
ModelUuid:8408e1f6-1c9e-4736-9e57-07e76946df59
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-04-10T04:06:55.508Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: fe05b018-b5a1-428e-9db8-0eacbf1ba80c
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-04-10T04:06:55.719Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||basic_onboard_JxAcJb 0
2022-04-10T04:06:55.733Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe05b018-b5a1-428e-9db8-0eacbf1ba80c
2022-04-10T04:06:55.733Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a25720f7-3fd2-4fe1-9000-d567aa39d0ad from URL: /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json
2022-04-10T04:06:55.733Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:06:55.734Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json
2022-04-10T04:06:55.997Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:06:55.997Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json a25720f7-3fd2-4fe1-9000-d567aa39d0ad 798
2022-04-10T04:06:55.998Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json ASDC sendASDCNotification
2022-04-10T04:06:55.998Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json
2022-04-10T04:06:55.998Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:06:55.998Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:56.001Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:56.002Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563615998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:06:56.106Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-10T04:06:56.108Z||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-04-10T04:06:56.108Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:56.128Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:06:56.128Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:06:57.004Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJxacjb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "56853cff-fb18-4e71-940a-7e6d18ab954d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "065dd481-f312-4579-a9db-1a80200fc785",
    "vfModuleModelCustomizationUUID": "0120bf51-c467-4d1c-92f4-73b4310a63a0",
    "isBase": true,
    "artifacts": [
      "ad2874a8-e149-45e9-9332-714db5b2404f",
      "87b63644-c689-44c9-bbc3-865d526078e0"
    ],
    "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-04-10T04:06:57.032Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJxacjb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:065dd481-f312-4579-a9db-1a80200fc785
VfModuleModelInvariantUUID:56853cff-fb18-4e71-940a-7e6d18ab954d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad2874a8-e149-45e9-9332-714db5b2404f
,
87b63644-c689-44c9-bbc3-865d526078e0

}
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-04-10T04:06:57.039Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJxacjb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "56853cff-fb18-4e71-940a-7e6d18ab954d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "065dd481-f312-4579-a9db-1a80200fc785",
    "vfModuleModelCustomizationUUID": "0120bf51-c467-4d1c-92f4-73b4310a63a0",
    "isBase": true,
    "artifacts": [
      "ad2874a8-e149-45e9-9332-714db5b2404f",
      "87b63644-c689-44c9-bbc3-865d526078e0"
    ],
    "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-04-10T04:06:57.040Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJxacjb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:065dd481-f312-4579-a9db-1a80200fc785
VfModuleModelInvariantUUID:56853cff-fb18-4e71-940a-7e6d18ab954d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad2874a8-e149-45e9-9332-714db5b2404f
,
87b63644-c689-44c9-bbc3-865d526078e0

}
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-04-10T04:06:57.040Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ad2874a8-e149-45e9-9332-714db5b2404f from URL: /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml
2022-04-10T04:06:57.040Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:06:57.040Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml
2022-04-10T04:06:57.407Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:06:57.410Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml ad2874a8-e149-45e9-9332-714db5b2404f 5033
2022-04-10T04:06:57.411Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-10T04:06:57.411Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml
2022-04-10T04:06:57.416Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:06:57.418Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:57.420Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:57.421Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563617411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:06:57.521Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:06:57.522Z||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-04-10T04:06:57.522Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:57.553Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:06:57.554Z||pool-12-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:06:58.421Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 87b63644-c689-44c9-bbc3-865d526078e0 from URL: /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env
2022-04-10T04:06:58.422Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:06:58.422Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env
2022-04-10T04:06:58.788Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:06:58.789Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env 87b63644-c689-44c9-bbc3-865d526078e0 909
2022-04-10T04:06:58.789Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-10T04:06:58.789Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env
2022-04-10T04:06:58.790Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:06:58.790Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:06:58.794Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:06:58.795Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563618789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:06:58.894Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:06:58.899Z||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-04-10T04:06:58.899Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:06:58.926Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:06:58.926Z||pool-13-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:06:59.796Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ef3f1e88-5a30-47b2-9c39-21cb6cd4df60
2022-04-10T04:06:59.797Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JxAcJb 0 fe05b018-b5a1-428e-9db8-0eacbf1ba80c 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-04-10T04:06:59.865Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44f53728, org.onap.sdc.toscaparser.api.parameters.Input@6f8163, org.onap.sdc.toscaparser.api.parameters.Input@1045593b, org.onap.sdc.toscaparser.api.parameters.Input@52c5da53, org.onap.sdc.toscaparser.api.parameters.Input@3fe4fb54]
2022-04-10T04:06:59.872Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:59.872Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:59.873Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-04-10T04:06:59.873Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= c3ab710e-531c-482b-8ac1-9dc20661b5a0
2022-04-10T04:06:59.873Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3ab710e-531c-482b-8ac1-9dc20661b5a0 matches Tosca VF Customization UUID: c3ab710e-531c-482b-8ac1-9dc20661b5a0
2022-04-10T04:06:59.873Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: c3ab710e-531c-482b-8ac1-9dc20661b5a0  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-04-10T04:06:59.885Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:59.886Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:59.888Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id c3ab710e-531c-482b-8ac1-9dc20661b5a0: {\"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-04-10T04:06:59.888Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@398e12d4
2022-04-10T04:06:59.889Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:59.889Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:06:59.890Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0120bf51-c467-4d1c-92f4-73b4310a63a0
2022-04-10T04:06:59.892Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0120bf51-c467-4d1c-92f4-73b4310a63a0
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-04-10T04:06:59.906Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:59.907Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:59.907Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:06:59.908Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:59.909Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:59.909Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:06:59.909Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:59.909Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is not matching search criteria
2022-04-10T04:06:59.910Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-10T04:06:59.910Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T04:06:59.910Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ecd5e50e-3605-4b0b-9d15-94785689d38b
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-04-10T04:06:59.927Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:59.928Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:59.928Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:06:59.929Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:59.929Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_JxAcJb 0 is matching search criteria
2022-04-10T04:06:59.929Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_JxAcJb 0] matching following query criteria: sdcType=VF, customizationUUID=c3ab710e-531c-482b-8ac1-9dc20661b5a0
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-04-10T04:06:59.933Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:59.933Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:59.934Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ef3f1e88-5a30-47b2-9c39-21cb6cd4df60: basic_onboard_JxAcJb
2022-04-10T04:06:59.934Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:59.934Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:59.935Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:59.935Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:59.935Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:59.935Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:59.936Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:59.936Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:59.936Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:06:59.936Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_JxAcJb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:06:59.936Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_JxAcJb 
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-04-10T04:07:00.340Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JxAcJb fe05b018-b5a1-428e-9db8-0eacbf1ba80c 1 ASDC deployResourceStructure
2022-04-10T04:07:00.341Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json ASDC sendASDCNotification
2022-04-10T04:07:00.342Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json
2022-04-10T04:07:00.342Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:07:00.343Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:07:00.346Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:07:00.347Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563620341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:07:00.447Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:07:00.449Z||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-04-10T04:07:00.449Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:07:00.476Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:07:00.478Z||pool-14-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:07:01.348Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-10T04:07:01.348Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml
2022-04-10T04:07:01.348Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:07:01.349Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:07:01.352Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:07:01.352Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563621348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:07:01.452Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:07:01.453Z||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-04-10T04:07:01.453Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:07:01.482Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:07:01.486Z||pool-15-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:07:02.354Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-10T04:07:02.354Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env
2022-04-10T04:07:02.355Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:07:02.355Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:07:02.361Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:07:02.361Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563622353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-10T04:07:02.478Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms
2022-04-10T04:07:02.479Z||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-04-10T04:07:02.480Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:07:02.558Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:07:02.559Z||pool-16-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:07:03.369Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar ASDC sendASDCNotification
2022-04-10T04:07:03.370Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar
2022-04-10T04:07:03.370Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:07:03.371Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:07:03.375Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:07:03.375Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563623369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:07:03.476Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:07:03.477Z||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-04-10T04:07:03.478Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:07:03.502Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:07:03.503Z||pool-17-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:07:04.377Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:07:04.424Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
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-04-10T04:07:04.432Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:07:04.432Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:07:04.433Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:07:34.437Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:07:34.462Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
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-04-10T04:07:34.473Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:07:34.473Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:07:34.474Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:07:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:07:40.744Z||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-04-10T04:07:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:07:40.789Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:07:40.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:07:40.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "aai-ml",
  "timestamp": 1649563595667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:07:40.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:08:04.478Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:08:04.515Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
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-04-10T04:08:04.520Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:08:04.520Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:08:04.520Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:08:34.522Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:08:34.728Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
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-04-10T04:08:34.752Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:08:34.753Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:08:34.753Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:08:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:08:40.743Z||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-04-10T04:08:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:08:41.277Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:08:41.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563600737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:08:41.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563600113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:08:41.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "aai-ml",
  "timestamp": 1649563595667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:08:41.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563600737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:08:41.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:08:41.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563600113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:08:41.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "aai-ml",
  "timestamp": 1649563595667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:08:41.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:08:41.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563600737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:08:41.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:08:41.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563600113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:08:41.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563600737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:08:41.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "aai-ml",
  "timestamp": 1649563604126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:08:41.286Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563600113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:08:41.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563600737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-10T04:08:41.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:08:41.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563600113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:08:41.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.288Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563600737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:08:41.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563600113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:08:41.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:08:41.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563600737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:08:41.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:08:41.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563600113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:08:41.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:08:41.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563608518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:08:41.291Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563610066,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:08:41.291Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "clamp",
  "timestamp": 1649563610384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:08:41.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "clamp",
  "timestamp": 1649563612402,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:08:41.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.292Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "clamp",
  "timestamp": 1649563613408,
  "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-04-10T04:08:41.314Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
2022-04-10T04:08:41.315Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 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-04-10T04:08:41.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563612818,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:08:41.339Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.344Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563613824,
  "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-04-10T04:08:41.353Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
2022-04-10T04:08:41.354Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 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-04-10T04:08:41.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563615998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:08:41.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563617411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:08:41.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563618789,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:08:41.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563620341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/basic_onboard_jxacjb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:08:41.390Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563621348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:08:41.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563622353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/resourceInstances/basic_onboard_jxacjb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-10T04:08:41.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "aai-ml",
  "timestamp": 1649563622307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:08:41.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563623369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJxacjb/1.0/artifacts/service-BasicOnboardJxacjb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:08:41.395Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:08:41.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:08:41.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "aai-ml",
  "timestamp": 1649563623315,
  "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-04-10T04:08:41.412Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
2022-04-10T04:08:41.414Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 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-04-10T04:09:04.753Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:09:04.773Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690
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-04-10T04:09:04.779Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:09:04.779Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T04:09:04.779Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T04:09:04.780Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T04:09:04.780Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:09:04.780Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:09:04.780Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:09:04.780Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:09:04.781Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:09:04.781Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:09:04.782Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||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-04-10T04:09:04.790Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T04:09:34.791Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 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-04-10T04:09:34.826Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 and serviceModelVersionId: ef3f1e88-5a30-47b2-9c39-21cb6cd4df60
2022-04-10T04:09:34.827Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 467f8d53-0803-4cb2-a748-53f7d1a0d5c4
2022-04-10T04:09:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:09:40.744Z||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-04-10T04:09:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:09:41.398Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:09:41.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "clamp",
  "timestamp": 1649563742617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563744242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "dcae-sch",
  "timestamp": 1649563737041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563745052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "clamp",
  "timestamp": 1649563742617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:09:41.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563744242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:09:41.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "dcae-sch",
  "timestamp": 1649563737041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "aai-ml",
  "timestamp": 1649563745667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563745052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "clamp",
  "timestamp": 1649563742617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "dcae-sch",
  "timestamp": 1649563737041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563744242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:09:41.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "aai-ml",
  "timestamp": 1649563745667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563745052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "clamp",
  "timestamp": 1649563742617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563744242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "dcae-sch",
  "timestamp": 1649563737041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "aai-ml",
  "timestamp": 1649563745667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563745052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "cds",
  "timestamp": 1649563747337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "clamp",
  "timestamp": 1649563742617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563744242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-10T04:09:41.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "dcae-sch",
  "timestamp": 1649563737041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "aai-ml",
  "timestamp": 1649563745667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563745052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "cds",
  "timestamp": 1649563747337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "clamp",
  "timestamp": 1649563742617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563744242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "dcae-sch",
  "timestamp": 1649563737041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "aai-ml",
  "timestamp": 1649563745667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563745052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "cds",
  "timestamp": 1649563747337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "clamp",
  "timestamp": 1649563742617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:09:41.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563744242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:09:41.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "dcae-sch",
  "timestamp": 1649563737041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "aai-ml",
  "timestamp": 1649563745667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563750113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563745052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "cds",
  "timestamp": 1649563747337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563752687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:09:41.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "aai-ml",
  "timestamp": 1649563745667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:09:41.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563750113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "cds",
  "timestamp": 1649563747337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "policy-id",
  "timestamp": 1649563752075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563750113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "cds",
  "timestamp": 1649563747337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "aai-ml",
  "timestamp": 1649563753622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:09:41.469Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563754137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:09:41.471Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "policy-id",
  "timestamp": 1649563752075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563750113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "cds",
  "timestamp": 1649563747337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:09:41.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563755603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:09:41.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "policy-id",
  "timestamp": 1649563752075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:09:41.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563750113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "cds",
  "timestamp": 1649563755610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:09:41.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563756650,
  "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-04-10T04:09:41.504Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0a859ab-b9f7-48bc-bb80-6dc984f059cf
2022-04-10T04:09:41.505Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0a859ab-b9f7-48bc-bb80-6dc984f059cf 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-04-10T04:09:41.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "policy-id",
  "timestamp": 1649563752075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563750113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "cds",
  "timestamp": 1649563756619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-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-04-10T04:09:41.530Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a0a859ab-b9f7-48bc-bb80-6dc984f059cf
2022-04-10T04:09:41.531Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0a859ab-b9f7-48bc-bb80-6dc984f059cf 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-04-10T04:09:41.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563757656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:09:41.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "policy-id",
  "timestamp": 1649563752075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563750113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:09:41.551Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "policy-id",
  "timestamp": 1649563752075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:09:41.553Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563758663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:09:41.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "policy-id",
  "timestamp": 1649563752075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:09:41.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:09:41.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "policy-id",
  "timestamp": 1649563761070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:09:41.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "policy-id",
  "timestamp": 1649563762074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:09:41.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563762348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:09:41.565Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "policy-id",
  "timestamp": 1649563763077,
  "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-04-10T04:09:41.579Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0a859ab-b9f7-48bc-bb80-6dc984f059cf
2022-04-10T04:09:41.580Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0a859ab-b9f7-48bc-bb80-6dc984f059cf 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-04-10T04:09:41.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563763352,
  "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-04-10T04:09:41.615Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a0a859ab-b9f7-48bc-bb80-6dc984f059cf
2022-04-10T04:09:41.615Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0a859ab-b9f7-48bc-bb80-6dc984f059cf 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-04-10T04:09:41.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "clamp",
  "timestamp": 1649563764417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:09:41.633Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "clamp",
  "timestamp": 1649563766430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:09:41.634Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "clamp",
  "timestamp": 1649563767436,
  "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-04-10T04:09:41.646Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a0a859ab-b9f7-48bc-bb80-6dc984f059cf
2022-04-10T04:09:41.646Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0a859ab-b9f7-48bc-bb80-6dc984f059cf 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-04-10T04:09:41.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "aai-ml",
  "timestamp": 1649563770803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:09:41.664Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:09:41.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:09:41.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "aai-ml",
  "timestamp": 1649563771808,
  "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-04-10T04:09:41.681Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a0a859ab-b9f7-48bc-bb80-6dc984f059cf
2022-04-10T04:09:41.682Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0a859ab-b9f7-48bc-bb80-6dc984f059cf 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-04-10T04:09:58.567Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?depth=0
2022-04-10T04:09:58.738Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T04:09:59.528Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?depth=0|INFO|500||Invoke
2022-04-10T04:09:59.540Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0ec6c8e1-79d8-43e5-87f7-a728e54e3690], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c08e439-fad6-45d1-8806-3408148696e8], X-ECOMP-RequestID=[0ec6c8e1-79d8-43e5-87f7-a728e54e3690], X-TransactionId=[], X-ONAP-RequestID=[0ec6c8e1-79d8-43e5-87f7-a728e54e3690], Content-Type=[application/merge-patch+json]}
2022-04-10T04:09:59.720Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T04:10:00.306Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?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/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220410-04:09:58:702-93641], vertex-id=[180352], Content-Length=[0], Date=[Sun, 10 Apr 2022 04:09:58 GMT], Content-Type=[application/json]}
2022-04-10T04:10:00.310Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-10T04:10:00.311Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/467f8d53-0803-4cb2-a748-53f7d1a0d5c4/model-vers/model-ver/ef3f1e88-5a30-47b2-9c39-21cb6cd4df60?depth=0|INFO|500||InvokeReturn
2022-04-10T04:10:00.317Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T04:10:00.317Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||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-04-10T04:10:00.324Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||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-04-10T04:10:00.326Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ec6c8e1-79d8-43e5-87f7-a728e54e3690 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T04:10:00.327Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T04:10:00.328Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:00.332Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:00.332Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563800326,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:10:00.432Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:00.433Z||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-04-10T04:10:00.433Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:00.451Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:00.452Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 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-04-10T04:10:01.361Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:10:01.362Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|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-04-10T04:10:01.362Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:05.796Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:05.799Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:10:05.799Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a0a859ab-b9f7-48bc-bb80-6dc984f059cf","serviceName":"vFW 2022-04-10 04-06-14","serviceVersion":"1.0","serviceUUID":"e05ca626-99c5-4c3b-a955-68a1511ac999","serviceDescription":"catalog service description","serviceInvariantUUID":"750016e5-f770-429c-9dee-6c8745211109","resources":[{"resourceInstanceName":"vFW c2e8401f-fc8e 0","resourceName":"vFW c2e8401f-fc8e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3f0c39b2-98d7-41ba-950a-351381796eb2","resourceInvariantUUID":"d199c43a-8ffd-41a5-8ffe-22fc472d22dd","resourceCustomizationUUID":"85c44858-091d-4f67-9efe-0f1c77ab7f89","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml","artifactChecksum":"Mzg4NGI5MjA4OGNhMTkwZTdjMDdlNGJkYmU2ODYwMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e5883ee-3833-4ab0-9bd5-a8a1482366a6","artifactVersion":"1"},{"artifactName":"vfwc2e8401ffc8e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json","artifactChecksum":"NDQ3MmVjMWNhNDhjYWU3M2UwN2IzODk4ZGRjODcyMTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee736491-1234-4a1f-a7ac-b7210cfaf6b1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6517a243-eeab-46a6-90b7-e39c14e4612d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml","artifactChecksum":"YmYwZjQzNGM2NTRkOTZlMjY2NDI0MzUzNWI1YjkwOTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2386c083-e534-4947-b468-d99f273e65e5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f00964ec-8682-41f1-8317-1d13e693c03d","artifactVersion":"2","generatedFromUUID":"6517a243-eeab-46a6-90b7-e39c14e4612d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220410040614-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml","artifactChecksum":"ZGIwMTVjZTQzYjNmZDM2ZjAyZjVhOWYzYjdkOTEyNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7f5a2584-524b-4689-8379-e53f531c0254","artifactVersion":"1"},{"artifactName":"service-Vfw20220410040614-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar","artifactChecksum":"ZWVmOGUzNWUyZmM3MzM5MmEwZDI0NmY0NjZhYjQ1NjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"62a2cde8-3397-466e-83a1-fa123e21f0be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T04:10:05.804Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:10:05.804Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:05.816Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:05.816Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563801361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:05.916Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:10:05.918Z||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-04-10T04:10:05.919Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:05.934Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:05.936Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:06.817Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:10:06.819Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:06.822Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:06.822Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563801361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:10:06.922Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:06.924Z||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-04-10T04:10:06.924Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:06.942Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:06.943Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:07.822Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:10:07.823Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:07.825Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:07.825Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563801361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:10:07.925Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:07.926Z||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-04-10T04:10:07.927Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:07.940Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:07.941Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:10:08.826Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:10:08.827Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:08.829Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:08.830Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563801361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:08.930Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:08.932Z||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-04-10T04:10:08.932Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:08.945Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:08.946Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:09.832Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:10:09.833Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:09.836Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:09.836Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563801361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-10T04:10:09.936Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:09.938Z||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-04-10T04:10:09.938Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:09.955Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:09.956Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:10.837Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:10:10.839Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:10.842Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:10.842Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563801361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:10.942Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:10:10.943Z||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-04-10T04:10:10.943Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:10.982Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:10.983Z||pool-24-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:10:11.843Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:10:11.844Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:11.847Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:11.847Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563801361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:10:11.947Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:11.949Z||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-04-10T04:10:11.949Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:11.967Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:11.968Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:12.849Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "serviceName": "vFW 2022-04-10 04-06-14",
  "serviceVersion": "1.0",
  "serviceUUID": "e05ca626-99c5-4c3b-a955-68a1511ac999",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "750016e5-f770-429c-9dee-6c8745211109",
  "resources": [
    {
      "resourceInstanceName": "vFW c2e8401f-fc8e 0",
      "resourceCustomizationUUID": "85c44858-091d-4f67-9efe-0f1c77ab7f89",
      "resourceName": "vFW c2e8401f-fc8e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3f0c39b2-98d7-41ba-950a-351381796eb2",
      "resourceInvariantUUID": "d199c43a-8ffd-41a5-8ffe-22fc472d22dd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc2e8401ffc8e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
          "artifactChecksum": "NDQ3MmVjMWNhNDhjYWU3M2UwN2IzODk4ZGRjODcyMTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ee736491-1234-4a1f-a7ac-b7210cfaf6b1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6517a243-eeab-46a6-90b7-e39c14e4612d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f00964ec-8682-41f1-8317-1d13e693c03d",
            "generatedFromUUID": "6517a243-eeab-46a6-90b7-e39c14e4612d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f00964ec-8682-41f1-8317-1d13e693c03d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220410040614-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
      "artifactChecksum": "ZWVmOGUzNWUyZmM3MzM5MmEwZDI0NmY0NjZhYjQ1NjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "62a2cde8-3397-466e-83a1-fa123e21f0be"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T04:10:12.849Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T04:10:12.850Z|0ec6c8e1-79d8-43e5-87f7-a728e54e3690|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e05ca626-99c5-4c3b-a955-68a1511ac999 ASDC
2022-04-10T04:10:12.851Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a0a859ab-b9f7-48bc-bb80-6dc984f059cf
ServiceName:vFW 2022-04-10 04-06-14
ServiceVersion:1.0
ServiceUUID:e05ca626-99c5-4c3b-a955-68a1511ac999
ServiceInvariantUUID:750016e5-f770-429c-9dee-6c8745211109
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220410040614-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar
ArtifactUUID:62a2cde8-3397-466e-83a1-fa123e21f0be
ArtifactChecksum:ZWVmOGUzNWUyZmM3MzM5MmEwZDI0NmY0NjZhYjQ1NjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c2e8401f-fc8e 0
ResourceCustomizationUUID:85c44858-091d-4f67-9efe-0f1c77ab7f89
ResourceInvariantUUID:d199c43a-8ffd-41a5-8ffe-22fc472d22dd
ResourceName:vFW c2e8401f-fc8e
ResourceType:VF
ResourceUUID:3f0c39b2-98d7-41ba-950a-351381796eb2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc2e8401ffc8e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json
ArtifactUUID:ee736491-1234-4a1f-a7ac-b7210cfaf6b1
ArtifactChecksum:NDQ3MmVjMWNhNDhjYWU3M2UwN2IzODk4ZGRjODcyMTI=
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/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml
ArtifactUUID:6517a243-eeab-46a6-90b7-e39c14e4612d
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/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env
ArtifactUUID:f00964ec-8682-41f1-8317-1d13e693c03d
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/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env
ArtifactUUID:f00964ec-8682-41f1-8317-1d13e693c03d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-10T04:10:12.851Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e05ca626-99c5-4c3b-a955-68a1511ac999 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-04-10T04:10:12.938Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:10:12.939Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:10:12.940Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:10:12.940Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 62a2cde8-3397-466e-83a1-fa123e21f0be from URL: /sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:12.940Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:10:12.941Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:13.217Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:10:13.229Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar 62a2cde8-3397-466e-83a1-fa123e21f0be 98953
2022-04-10T04:10:13.233Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar ASDC sendASDCNotification
2022-04-10T04:10:13.233Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:13.234Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:10:13.235Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:13.239Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:13.239Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563813233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:10:13.339Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:10:13.340Z||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-04-10T04:10:13.340Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:13.359Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:13.360Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:10:14.240Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:10:14.242Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:10:14.243Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 62a2cde8-3397-466e-83a1-fa123e21f0be, URL: /sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar to file: /app/ASDC/1/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:14.243Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220410040614-csar.csar
2022-04-10T04:10:14.244Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:14.244Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:14.647Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14219154813404886774/Definitions/service-Vfw20220410040614-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-10T04:10:17.893Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T04:10:17.894Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-10T04:10:17.894Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.895Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-10T04:10:17.895Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.895Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c2e8401f-fc8e 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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.895Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.895Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.896Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.896Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.896Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.896Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.896Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.897Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.897Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.897Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.897Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||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-Vfw20220410040614-csar.csar
2022-04-10T04:10:17.898Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-10T04:10:17.898Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:17.899Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:17.899Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:17.899Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-10T04:10:17.900Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:10:17.900Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:17.900Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:17.901Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:17.901Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-10T04:10:17.901Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:10:17.901Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:17.901Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:17.902Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:17.902Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is not matching search criteria
2022-04-10T04:10:17.902Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:10:17.902Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:10:17.902Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T04:10:17.903Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.903Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.903Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.903Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T04:10:17.904Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T04:10:17.904Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T04:10:17.904Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.905Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.905Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T04:10:17.905Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.905Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T04:10:17.906Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.906Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T04:10:17.906Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:17.907Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:10:17.907Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:17.907Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:17.908Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:10:17.908Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:17.909Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:17.909Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:10:17.909Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:17.910Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:17.910Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:10:17.910Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:17.911Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is not matching search criteria
2022-04-10T04:10:17.911Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:10:17.911Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:10:17.911Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-10T04:10:17.912Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T04:10:17.912Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T04:10:17.912Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.912Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.913Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T04:10:17.913Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.913Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T04:10:17.913Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.914Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ab999eea-5468-4b75-94fd-286729c3fc34
2022-04-10T04:10:17.915Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:17.915Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is not matching search criteria
2022-04-10T04:10:17.915Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:10:17.915Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:10:17.915Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T04:10:17.916Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.916Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.916Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.916Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T04:10:17.916Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-10T04:10:17.917Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T04:10:17.917Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.917Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T04:10:17.917Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.918Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d61837e-4eae-4d9d-8e93-cbb1dd31cba2
2022-04-10T04:10:17.918Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:17.918Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is not matching search criteria
2022-04-10T04:10:17.919Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:10:17.919Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:10:17.919Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T04:10:17.920Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.920Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.920Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.920Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T04:10:17.921Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T04:10:17.921Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T04:10:17.921Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:17.921Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:17.922Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-10T04:10:17.922Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=460aae0e-32e4-4b48-bae3-4804859fbd03
2022-04-10T04:10:17.923Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:17.923Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:17.923Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:17.923Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:17.924Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:17.924Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:17.924Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:17.925Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:17.925Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-10 04-06-14
Description:catalog service description
Model UUID:e05ca626-99c5-4c3b-a955-68a1511ac999
Model Version:NULL
Model InvariantUuid:750016e5-f770-429c-9dee-6c8745211109
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c2e8401f-fc8e
Model UUID:cf55045a-cd9c-4b4b-b0ab-ffa24091d96b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d199c43a-8ffd-41a5-8ffe-22fc472d22dd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:85c44858-091d-4f67-9efe-0f1c77ab7f89
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:96ce218c-399b-42bd-82cf-8f45acdb2611
ModelName:VfwC2e8401fFc8e..base_vfw..module-0
ModelUuid:bbf8c676-0683-42f0-bebb-39f0a48fe3ff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ab999eea-5468-4b75-94fd-286729c3fc34
ModelInvariantUuid:cbc71205-4b7b-4cf1-8a4c-c947aae6045f
ModelName:vFW c2e8401f-fc8e-nodes.vfwCvfc
ModelUuid:c6ab5998-30bb-4254-ab39-163004685e04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ab8c2b85-36cf-4235-8835-a624bc3ecce4
ModelInvariantUuid:fe205d16-10a1-4059-8cf5-9a5827c1ef98
ModelName:VfwC2e8401fFc8e.compute.nodes.heat.vfw
ModelUuid:af69e1e1-8aaf-43d3-a309-b230d6a69021
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6d61837e-4eae-4d9d-8e93-cbb1dd31cba2
ModelInvariantUuid:f968d145-92f6-4cc7-a06c-340185723234
ModelName:vFW c2e8401f-fc8e-nodes.vsnCvfc
ModelUuid:256d9bd5-7d16-458a-84fc-27e4972bf5d6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ddf80c33-2280-4028-a836-5a51f896efc4
ModelInvariantUuid:2584d794-1d4a-4e9d-86a6-0f84ed05eeda
ModelName:VfwC2e8401fFc8e.compute.nodes.heat.vsn
ModelUuid:869fed23-31b0-4799-bdcd-13d94d4c2621
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:460aae0e-32e4-4b48-bae3-4804859fbd03
ModelInvariantUuid:dc7568ef-6ec9-420b-95c4-aa85f147bf8f
ModelName:vFW c2e8401f-fc8e-nodes.vpgCvfc
ModelUuid:3ec35232-b328-4cc1-8d66-f693fe2e4d0b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:810b3215-c3a5-476c-98d1-0a67fc021bc3
ModelInvariantUuid:3581b601-11ed-460d-869f-bb005015a6e5
ModelName:VfwC2e8401fFc8e.compute.nodes.heat.vpg
ModelUuid:3cf46361-d447-43d9-b0b4-a0cf7d96785b
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-04-10T04:10:17.935Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 3f0c39b2-98d7-41ba-950a-351381796eb2
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-04-10T04:10:17.940Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||vFW c2e8401f-fc8e 0
2022-04-10T04:10:17.941Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3f0c39b2-98d7-41ba-950a-351381796eb2
2022-04-10T04:10:17.941Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ee736491-1234-4a1f-a7ac-b7210cfaf6b1 from URL: /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json
2022-04-10T04:10:17.941Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:10:17.941Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json
2022-04-10T04:10:18.367Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:10:18.367Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json ee736491-1234-4a1f-a7ac-b7210cfaf6b1 785
2022-04-10T04:10:18.368Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json ASDC sendASDCNotification
2022-04-10T04:10:18.368Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json
2022-04-10T04:10:18.368Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:10:18.368Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:18.371Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:18.371Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563818368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:10:18.478Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-10T04:10:18.480Z||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-04-10T04:10:18.480Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:18.532Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:18.533Z||pool-27-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:19.372Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC2e8401fFc8e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "96ce218c-399b-42bd-82cf-8f45acdb2611",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bbf8c676-0683-42f0-bebb-39f0a48fe3ff",
    "vfModuleModelCustomizationUUID": "391d7c22-740b-462b-8472-cf5d44dd7a13",
    "isBase": true,
    "artifacts": [
      "6517a243-eeab-46a6-90b7-e39c14e4612d",
      "f00964ec-8682-41f1-8317-1d13e693c03d"
    ],
    "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-04-10T04:10:19.381Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC2e8401fFc8e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bbf8c676-0683-42f0-bebb-39f0a48fe3ff
VfModuleModelInvariantUUID:96ce218c-399b-42bd-82cf-8f45acdb2611
VfModuleModelDescription:NULL
Artifacts UUID List:{
6517a243-eeab-46a6-90b7-e39c14e4612d
,
f00964ec-8682-41f1-8317-1d13e693c03d

}
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-04-10T04:10:19.383Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC2e8401fFc8e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "96ce218c-399b-42bd-82cf-8f45acdb2611",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bbf8c676-0683-42f0-bebb-39f0a48fe3ff",
    "vfModuleModelCustomizationUUID": "391d7c22-740b-462b-8472-cf5d44dd7a13",
    "isBase": true,
    "artifacts": [
      "6517a243-eeab-46a6-90b7-e39c14e4612d",
      "f00964ec-8682-41f1-8317-1d13e693c03d"
    ],
    "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-04-10T04:10:19.383Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC2e8401fFc8e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bbf8c676-0683-42f0-bebb-39f0a48fe3ff
VfModuleModelInvariantUUID:96ce218c-399b-42bd-82cf-8f45acdb2611
VfModuleModelDescription:NULL
Artifacts UUID List:{
6517a243-eeab-46a6-90b7-e39c14e4612d
,
f00964ec-8682-41f1-8317-1d13e693c03d

}
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-04-10T04:10:19.384Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6517a243-eeab-46a6-90b7-e39c14e4612d from URL: /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml
2022-04-10T04:10:19.384Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:10:19.384Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml
2022-04-10T04:10:20.692Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:10:20.693Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml 6517a243-eeab-46a6-90b7-e39c14e4612d 20368
2022-04-10T04:10:20.694Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-10T04:10:20.694Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml
2022-04-10T04:10:20.694Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:10:20.695Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:20.697Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:20.697Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563820694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:10:20.797Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:20.798Z||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-04-10T04:10:20.799Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:20.817Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:20.818Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:21.698Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f00964ec-8682-41f1-8317-1d13e693c03d from URL: /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env
2022-04-10T04:10:21.698Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:10:21.699Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env
2022-04-10T04:10:22.097Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:10:22.098Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env f00964ec-8682-41f1-8317-1d13e693c03d 2098
2022-04-10T04:10:22.098Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-10T04:10:22.098Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env
2022-04-10T04:10:22.098Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:10:22.099Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:22.101Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:22.101Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563822098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:10:22.202Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:10:22.203Z||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-04-10T04:10:22.203Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:22.235Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:22.236Z||pool-29-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:23.103Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e05ca626-99c5-4c3b-a955-68a1511ac999
2022-04-10T04:10:23.106Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c2e8401f-fc8e 0 3f0c39b2-98d7-41ba-950a-351381796eb2 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-04-10T04:10:23.130Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3799cc67, org.onap.sdc.toscaparser.api.parameters.Input@4d1a1d29, org.onap.sdc.toscaparser.api.parameters.Input@4d45d745, org.onap.sdc.toscaparser.api.parameters.Input@672a6695, org.onap.sdc.toscaparser.api.parameters.Input@1e2964e3]
2022-04-10T04:10:23.133Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.133Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:23.133Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-04-10T04:10:23.133Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 85c44858-091d-4f67-9efe-0f1c77ab7f89
2022-04-10T04:10:23.134Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 85c44858-091d-4f67-9efe-0f1c77ab7f89 matches Tosca VF Customization UUID: 85c44858-091d-4f67-9efe-0f1c77ab7f89
2022-04-10T04:10:23.134Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 85c44858-091d-4f67-9efe-0f1c77ab7f89  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-04-10T04:10:23.138Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.138Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:23.140Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 85c44858-091d-4f67-9efe-0f1c77ab7f89: {\"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-04-10T04:10:23.140Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54f10dc8
2022-04-10T04:10:23.141Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.141Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:10:23.141Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 391d7c22-740b-462b-8472-cf5d44dd7a13
2022-04-10T04:10:23.141Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 391d7c22-740b-462b-8472-cf5d44dd7a13
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-04-10T04:10:23.145Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.146Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:23.146Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:10:23.146Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.147Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:23.147Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:10:23.147Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.148Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is not matching search criteria
2022-04-10T04:10:23.148Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:10:23.148Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:10:23.148Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-10T04:10:23.149Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T04:10:23.149Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T04:10:23.150Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:23.150Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:23.150Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T04:10:23.151Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:23.151Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T04:10:23.152Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:23.152Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ab999eea-5468-4b75-94fd-286729c3fc34
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-04-10T04:10:23.156Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.157Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:23.157Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:10:23.158Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.158Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is not matching search criteria
2022-04-10T04:10:23.158Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:10:23.159Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:10:23.159Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T04:10:23.159Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:23.160Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:23.160Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:23.160Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T04:10:23.160Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-10T04:10:23.161Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T04:10:23.161Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:23.161Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T04:10:23.161Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:23.162Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d61837e-4eae-4d9d-8e93-cbb1dd31cba2
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-04-10T04:10:23.166Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.166Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:23.167Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:10:23.171Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.171Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is not matching search criteria
2022-04-10T04:10:23.172Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:10:23.172Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:10:23.172Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T04:10:23.172Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:23.173Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:23.173Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:10:23.173Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T04:10:23.173Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T04:10:23.174Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T04:10:23.174Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:10:23.174Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T04:10:23.174Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-10T04:10:23.175Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=460aae0e-32e4-4b48-bae3-4804859fbd03
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-04-10T04:10:23.179Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.179Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:23.179Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:10:23.180Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.180Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Node template vFW c2e8401f-fc8e 0 is matching search criteria
2022-04-10T04:10:23.180Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c2e8401f-fc8e 0] matching following query criteria: sdcType=VF, customizationUUID=85c44858-091d-4f67-9efe-0f1c77ab7f89
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-04-10T04:10:23.183Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.184Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:23.184Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e05ca626-99c5-4c3b-a955-68a1511ac999: vFW c2e8401f-fc8e
2022-04-10T04:10:23.184Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.184Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:23.185Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.185Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:23.185Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.185Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:23.185Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.186Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:23.186Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:10:23.186Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-06-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:10:23.186Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-04-10 04-06-14 
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-04-10T04:10:23.479Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c2e8401f-fc8e 3f0c39b2-98d7-41ba-950a-351381796eb2 1 ASDC deployResourceStructure
2022-04-10T04:10:23.479Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json ASDC sendASDCNotification
2022-04-10T04:10:23.480Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json
2022-04-10T04:10:23.480Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:10:23.480Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:23.482Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:23.482Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563823479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:10:23.583Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:23.584Z||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-04-10T04:10:23.584Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:23.597Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:23.598Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:24.484Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-10T04:10:24.484Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml
2022-04-10T04:10:24.484Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:10:24.485Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:24.487Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:24.487Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563824484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:10:24.588Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T04:10:24.589Z||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-04-10T04:10:24.589Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:24.614Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:24.614Z||pool-31-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:25.488Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-10T04:10:25.489Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env
2022-04-10T04:10:25.489Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:10:25.489Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:25.497Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:25.497Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563825488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-10T04:10:25.593Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-10T04:10:25.594Z||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-04-10T04:10:25.594Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:25.624Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:25.625Z||pool-32-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:26.499Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar ASDC sendASDCNotification
2022-04-10T04:10:26.500Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar
2022-04-10T04:10:26.500Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:10:26.501Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:26.504Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:26.504Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563826498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:10:26.604Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:26.606Z||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-04-10T04:10:26.606Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:26.636Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:26.636Z||pool-33-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:10:27.506Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0a859ab-b9f7-48bc-bb80-6dc984f059cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:10:27.527Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0a859ab-b9f7-48bc-bb80-6dc984f059cf
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-04-10T04:10:27.536Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:10:27.536Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T04:10:27.536Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T04:10:27.536Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T04:10:27.536Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:10:27.537Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:10:27.537Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:10:27.537Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:10:27.538Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:10:27.538Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:10:27.538Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||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-04-10T04:10:27.548Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T04:10:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:10:40.743Z||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-04-10T04:10:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:40.902Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:40.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ec6c8e1-79d8-43e5-87f7-a728e54e3690",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563800326,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:10:40.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563801361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563801361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:10:40.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563801361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:10:40.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563801361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563801361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-10T04:10:40.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563801361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563801361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:10:40.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563813233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:10:40.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563818368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:10:40.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "dcae-sch",
  "timestamp": 1649563817041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563810114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "policy-id",
  "timestamp": 1649563812075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563810114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "dcae-sch",
  "timestamp": 1649563817041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "policy-id",
  "timestamp": 1649563812075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563820694,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563810114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "policy-id",
  "timestamp": 1649563812075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "dcae-sch",
  "timestamp": 1649563817041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563822098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:10:40.916Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "dcae-sch",
  "timestamp": 1649563817041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.917Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563810114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "policy-id",
  "timestamp": 1649563812075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563810114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.918Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.918Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "policy-id",
  "timestamp": 1649563812075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "dcae-sch",
  "timestamp": 1649563817041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563823479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/vfwc2e8401ffc8e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:10:40.919Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "cds",
  "timestamp": 1649563822338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "dcae-sch",
  "timestamp": 1649563817041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563810114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "policy-id",
  "timestamp": 1649563812075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563824484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "cds",
  "timestamp": 1649563822338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563824241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563810114,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:10:40.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "dcae-sch",
  "timestamp": 1649563817041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "policy-id",
  "timestamp": 1649563812075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:10:40.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563825488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/resourceInstances/vfwc2e8401ffc8e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-10T04:10:40.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563825052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "cds",
  "timestamp": 1649563822338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563824241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:10:40.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563826498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040614/1.0/artifacts/service-Vfw20220410040614-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:10:40.925Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563825052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "cds",
  "timestamp": 1649563822338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563824241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:10:40.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "policy-id",
  "timestamp": 1649563826259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:10:40.927Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563826479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:10:40.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563825052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "cds",
  "timestamp": 1649563822338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563824241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "policy-id",
  "timestamp": 1649563827263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:10:40.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563825052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "cds",
  "timestamp": 1649563822338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563824241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-10T04:10:40.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "policy-id",
  "timestamp": 1649563828266,
  "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-04-10T04:10:40.948Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
2022-04-10T04:10:40.949Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9 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-04-10T04:10:40.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563825052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "cds",
  "timestamp": 1649563822338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:10:40.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563828935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:10:40.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:40.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563824241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563825052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:40.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:40.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:40.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563829939,
  "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-04-10T04:10:40.976Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
2022-04-10T04:10:40.977Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9 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-04-10T04:10:41.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "cds",
  "timestamp": 1649563830143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:10:41.005Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:41.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563824241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:10:41.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563825052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "cds",
  "timestamp": 1649563831151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-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-04-10T04:10:41.013Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
2022-04-10T04:10:41.014Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9 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-04-10T04:10:41.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563832330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:10:41.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:41.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "clamp",
  "timestamp": 1649563832618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.027Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563833409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:10:41.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:41.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "policy-id",
  "timestamp": 1649563832075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "clamp",
  "timestamp": 1649563832618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:10:41.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563834523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:10:41.029Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:41.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "policy-id",
  "timestamp": 1649563832075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "clamp",
  "timestamp": 1649563832618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563835560,
  "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-04-10T04:10:41.040Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
2022-04-10T04:10:41.041Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9 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-04-10T04:10:41.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "policy-id",
  "timestamp": 1649563832075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:10:41.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "clamp",
  "timestamp": 1649563832618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563836568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:10:41.057Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:10:41.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "aai-ml",
  "timestamp": 1649563835666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "policy-id",
  "timestamp": 1649563832075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "clamp",
  "timestamp": 1649563832618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "aai-ml",
  "timestamp": 1649563835666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "dcae-sch",
  "timestamp": 1649563837041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "policy-id",
  "timestamp": 1649563832075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "clamp",
  "timestamp": 1649563832618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "dcae-sch",
  "timestamp": 1649563837041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "aai-ml",
  "timestamp": 1649563835666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "cds",
  "timestamp": 1649563837337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "policy-id",
  "timestamp": 1649563832075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "clamp",
  "timestamp": 1649563832618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:10:41.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "aai-ml",
  "timestamp": 1649563835666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "dcae-sch",
  "timestamp": 1649563837041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "cds",
  "timestamp": 1649563837337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:10:41.064Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:41.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:10:41.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "policy-id",
  "timestamp": 1649563832075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:10:41.065Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:10:57.549Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a0a859ab-b9f7-48bc-bb80-6dc984f059cf 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-04-10T04:10:57.556Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a0a859ab-b9f7-48bc-bb80-6dc984f059cf and serviceModelVersionId: e05ca626-99c5-4c3b-a955-68a1511ac999
2022-04-10T04:10:57.556Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 750016e5-f770-429c-9dee-6c8745211109
2022-04-10T04:10:57.559Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/750016e5-f770-429c-9dee-6c8745211109/model-vers/model-ver/e05ca626-99c5-4c3b-a955-68a1511ac999?depth=0
2022-04-10T04:10:57.577Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T04:10:57.662Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/750016e5-f770-429c-9dee-6c8745211109/model-vers/model-ver/e05ca626-99c5-4c3b-a955-68a1511ac999?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-04-10T04:10:57.666Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/750016e5-f770-429c-9dee-6c8745211109/model-vers/model-ver/e05ca626-99c5-4c3b-a955-68a1511ac999?depth=0|INFO|500||Invoke
2022-04-10T04:10:57.717Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/750016e5-f770-429c-9dee-6c8745211109/model-vers/model-ver/e05ca626-99c5-4c3b-a955-68a1511ac999?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T04:10:58.189Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/750016e5-f770-429c-9dee-6c8745211109/model-vers/model-ver/e05ca626-99c5-4c3b-a955-68a1511ac999?depth=0|INFO|500||InvokeReturn
2022-04-10T04:10:58.190Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/750016e5-f770-429c-9dee-6c8745211109/model-vers/model-ver/e05ca626-99c5-4c3b-a955-68a1511ac999?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220410-04:10:56:696-54589], vertex-id=[237608], Content-Length=[0], Date=[Sun, 10 Apr 2022 04:10:56 GMT], Content-Type=[application/json]}
2022-04-10T04:10:58.190Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-04-10T04:10:58.191Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T04:10:58.191Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||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-04-10T04:10:58.198Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||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-04-10T04:10:58.198Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a0a859ab-b9f7-48bc-bb80-6dc984f059cf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T04:10:58.198Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T04:10:58.199Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:58.201Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:58.201Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563858198,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:10:58.301Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:10:58.303Z||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-04-10T04:10:58.303Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:58.331Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:58.333Z||pool-34-thread-1|||||INFO|500||cambria reply ok (31 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-04-10T04:10:59.232Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:10:59.233Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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-04-10T04:10:59.234Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:10:59.903Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:10:59.905Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:10:59.905Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9","serviceName":"basic_onboard_SOZBOi","serviceVersion":"1.0","serviceUUID":"27bbca09-54ef-4344-8612-250938716131","serviceDescription":"service","serviceInvariantUUID":"d5a34603-7f54-48b9-bdce-7c7e01bcde82","resources":[{"resourceInstanceName":"basic_onboard_SOZBOi 0","resourceName":"basic_onboard_SOZBOi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"70ab57b5-ba29-420f-8de8-56c61c98c068","resourceInvariantUUID":"72d58968-ba19-428c-9b71-e2ed333f7308","resourceCustomizationUUID":"fff657d8-5529-4dbe-a971-f3f62e47efa9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml","artifactChecksum":"ZjZkZDQ2NDI1MGFhNzgxYjk3YjEwYTQxMDkwNDE5NTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dbceea8e-4e14-492a-b520-ac75ef6d612a","artifactVersion":"1"},{"artifactName":"basic_onboard_sozboi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json","artifactChecksum":"NGFlZTA5ZWMwOGNhOTIxNDFmMWYyMTQyMzExZWUwNjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9281bf92-ab83-4664-bab3-bcd5eef54dbf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f0125e2c-d186-429c-848f-6b6d6311d89d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e3ad0d41-c239-4d78-a5a7-02c27bec8bf3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"afe6798a-3ef1-4626-a9b4-3093eae7578a","artifactVersion":"2","generatedFromUUID":"f0125e2c-d186-429c-848f-6b6d6311d89d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSozboi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml","artifactChecksum":"NjkyOGU1NzhmOTczODU1NTMwNmNkOGJmODk5NmI2N2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9bf85492-d1b2-4013-9c29-ff077f72df77","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSozboi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar","artifactChecksum":"NGMxMjhmY2NhZDRiODk2MWQyZGM3ZDBhNDIyYTM5OTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7bd53599-ba6a-4972-aed3-d561e637e211","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T04:10:59.913Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:10:59.914Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:10:59.918Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:10:59.919Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:11:00.019Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:11:00.020Z||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-04-10T04:11:00.020Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:00.047Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:11:00.048Z||pool-35-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:00.923Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:11:00.923Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:00.925Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:00.925Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:11:01.025Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:11:01.027Z||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-04-10T04:11:01.027Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:01.050Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:11:01.051Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:01.926Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:11:01.927Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:01.930Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:01.930Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:11:02.030Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:11:02.031Z||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-04-10T04:11:02.032Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:02.063Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:11:02.065Z||pool-37-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:02.931Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:11:02.933Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:02.937Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:02.937Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:11:03.037Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:11:03.040Z||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-04-10T04:11:03.040Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:03.090Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:11:03.091Z||pool-38-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:11:03.938Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:11:03.940Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:03.943Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:03.943Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-10T04:11:04.043Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:11:04.045Z||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-04-10T04:11:04.045Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:04.069Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:11:04.070Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":6,"count":1}
2022-04-10T04:11:04.945Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:11:04.945Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:04.948Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:04.948Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:11:05.049Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T04:11:05.050Z||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-04-10T04:11:05.050Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:05.072Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:11:05.073Z||pool-40-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:05.948Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:11:05.949Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:05.968Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:05.969Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:11:06.053Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-04-10T04:11:06.055Z||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-04-10T04:11:06.055Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:06.083Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:11:06.085Z||pool-41-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:06.971Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "serviceName": "basic_onboard_SOZBOi",
  "serviceVersion": "1.0",
  "serviceUUID": "27bbca09-54ef-4344-8612-250938716131",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d5a34603-7f54-48b9-bdce-7c7e01bcde82",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_SOZBOi 0",
      "resourceCustomizationUUID": "fff657d8-5529-4dbe-a971-f3f62e47efa9",
      "resourceName": "basic_onboard_SOZBOi",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "70ab57b5-ba29-420f-8de8-56c61c98c068",
      "resourceInvariantUUID": "72d58968-ba19-428c-9b71-e2ed333f7308",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_sozboi0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
          "artifactChecksum": "NGFlZTA5ZWMwOGNhOTIxNDFmMWYyMTQyMzExZWUwNjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9281bf92-ab83-4664-bab3-bcd5eef54dbf",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f0125e2c-d186-429c-848f-6b6d6311d89d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "afe6798a-3ef1-4626-a9b4-3093eae7578a",
            "generatedFromUUID": "f0125e2c-d186-429c-848f-6b6d6311d89d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "afe6798a-3ef1-4626-a9b4-3093eae7578a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardSozboi-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
      "artifactChecksum": "NGMxMjhmY2NhZDRiODk2MWQyZGM3ZDBhNDIyYTM5OTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7bd53599-ba6a-4972-aed3-d561e637e211"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T04:11:06.971Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T04:11:06.971Z|a0a859ab-b9f7-48bc-bb80-6dc984f059cf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27bbca09-54ef-4344-8612-250938716131 ASDC
2022-04-10T04:11:06.972Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
ServiceName:basic_onboard_SOZBOi
ServiceVersion:1.0
ServiceUUID:27bbca09-54ef-4344-8612-250938716131
ServiceInvariantUUID:d5a34603-7f54-48b9-bdce-7c7e01bcde82
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSozboi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar
ArtifactUUID:7bd53599-ba6a-4972-aed3-d561e637e211
ArtifactChecksum:NGMxMjhmY2NhZDRiODk2MWQyZGM3ZDBhNDIyYTM5OTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_SOZBOi 0
ResourceCustomizationUUID:fff657d8-5529-4dbe-a971-f3f62e47efa9
ResourceInvariantUUID:72d58968-ba19-428c-9b71-e2ed333f7308
ResourceName:basic_onboard_SOZBOi
ResourceType:VF
ResourceUUID:70ab57b5-ba29-420f-8de8-56c61c98c068
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_sozboi0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json
ArtifactUUID:9281bf92-ab83-4664-bab3-bcd5eef54dbf
ArtifactChecksum:NGFlZTA5ZWMwOGNhOTIxNDFmMWYyMTQyMzExZWUwNjA=
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/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f0125e2c-d186-429c-848f-6b6d6311d89d
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/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env
ArtifactUUID:afe6798a-3ef1-4626-a9b4-3093eae7578a
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/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env
ArtifactUUID:afe6798a-3ef1-4626-a9b4-3093eae7578a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-10T04:11:06.972Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27bbca09-54ef-4344-8612-250938716131 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-04-10T04:11:07.050Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:11:07.056Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:11:07.057Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:11:07.058Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7bd53599-ba6a-4972-aed3-d561e637e211 from URL: /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:07.058Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:11:07.059Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:07.576Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:11:07.583Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar 7bd53599-ba6a-4972-aed3-d561e637e211 71551
2022-04-10T04:11:07.585Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar ASDC sendASDCNotification
2022-04-10T04:11:07.589Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:07.591Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:11:07.593Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:07.599Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:07.600Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563867585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:11:07.699Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:11:07.701Z||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-04-10T04:11:07.701Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:07.726Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:11:07.727Z||pool-42-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:11:08.601Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:11:08.603Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:11:08.604Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7bd53599-ba6a-4972-aed3-d561e637e211, URL: /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar to file: /app/ASDC/1/service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:08.606Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:08.607Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:08.607Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:08.852Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3573607086620768845/Definitions/service-BasicOnboardSozboi-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-04-10T04:11:11.159Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T04:11:11.161Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-10T04:11:11.161Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.161Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-10T04:11:11.162Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_SOZBOi 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-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.162Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||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-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.162Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||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-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.163Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||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-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.163Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||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-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.163Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.164Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.164Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||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-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.165Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||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-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:11.165Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-10T04:11:11.166Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:11.166Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:11.167Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:11.167Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-10T04:11:11.167Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:11:11.169Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:11.169Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:11.170Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:11.170Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-10T04:11:11.170Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:11:11.171Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:11.172Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:11.173Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:11.173Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is not matching search criteria
2022-04-10T04:11:11.173Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-10T04:11:11.174Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-10T04:11:11.174Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-10T04:11:11.175Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T04:11:11.175Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T04:11:11.176Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:11.176Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:11:11.177Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:11.177Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:11.178Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:11:11.179Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:11.179Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:11.179Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:11:11.180Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:11.180Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:11.180Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:11:11.181Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:11.181Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is not matching search criteria
2022-04-10T04:11:11.182Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-10T04:11:11.182Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T04:11:11.183Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7d7ef576-84fb-4ab6-9211-834976ec6968
2022-04-10T04:11:11.183Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:11.184Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:11.184Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:11.185Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:11.185Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:11.185Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:11.186Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:11.186Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:11.187Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_SOZBOi
Description:service
Model UUID:27bbca09-54ef-4344-8612-250938716131
Model Version:NULL
Model InvariantUuid:d5a34603-7f54-48b9-bdce-7c7e01bcde82
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_SOZBOi
Model UUID:ef4ec6b6-7e32-4808-b37f-441b698d3275
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:72d58968-ba19-428c-9b71-e2ed333f7308
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fff657d8-5529-4dbe-a971-f3f62e47efa9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f8a9919f-58c7-454b-9415-8b12853ea277
ModelName:BasicOnboardSozboi..base_ubuntu18..module-0
ModelUuid:d93f2a47-e3fc-4cb8-9c83-564144186cb9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7d7ef576-84fb-4ab6-9211-834976ec6968
ModelInvariantUuid:25063ef8-89be-4a95-9c23-738ca1d7794f
ModelName:basic_onboard_SOZBOi-nodes.ubuntu18Cvfc
ModelUuid:9a27239b-48ba-465d-90e9-48e2465c773b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:1110da2f-dccf-4180-a494-7286c06422d4
ModelInvariantUuid:d982bc0a-1efe-40eb-a63f-5b1a00683dbc
ModelName:BasicOnboardSozboi.compute.nodes.heat.ubuntu18
ModelUuid:69a66384-8e8f-445d-a98c-e3db712d7023
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-04-10T04:11:11.199Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 70ab57b5-ba29-420f-8de8-56c61c98c068
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-04-10T04:11:11.209Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||basic_onboard_SOZBOi 0
2022-04-10T04:11:11.210Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 70ab57b5-ba29-420f-8de8-56c61c98c068
2022-04-10T04:11:11.210Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9281bf92-ab83-4664-bab3-bcd5eef54dbf from URL: /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json
2022-04-10T04:11:11.211Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:11:11.211Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json
2022-04-10T04:11:11.774Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:11:11.775Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json 9281bf92-ab83-4664-bab3-bcd5eef54dbf 798
2022-04-10T04:11:11.776Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json ASDC sendASDCNotification
2022-04-10T04:11:11.776Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json
2022-04-10T04:11:11.776Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:11:11.777Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:11.780Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:11.781Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563871776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:11:11.880Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:11:11.881Z||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-04-10T04:11:11.882Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:11.902Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:11:11.903Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:12.782Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSozboi..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f8a9919f-58c7-454b-9415-8b12853ea277",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d93f2a47-e3fc-4cb8-9c83-564144186cb9",
    "vfModuleModelCustomizationUUID": "4dc4527d-2786-404e-8d2a-ba50ed19dfdd",
    "isBase": true,
    "artifacts": [
      "f0125e2c-d186-429c-848f-6b6d6311d89d",
      "afe6798a-3ef1-4626-a9b4-3093eae7578a"
    ],
    "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-04-10T04:11:12.789Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSozboi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d93f2a47-e3fc-4cb8-9c83-564144186cb9
VfModuleModelInvariantUUID:f8a9919f-58c7-454b-9415-8b12853ea277
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0125e2c-d186-429c-848f-6b6d6311d89d
,
afe6798a-3ef1-4626-a9b4-3093eae7578a

}
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-04-10T04:11:12.802Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardSozboi..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f8a9919f-58c7-454b-9415-8b12853ea277",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d93f2a47-e3fc-4cb8-9c83-564144186cb9",
    "vfModuleModelCustomizationUUID": "4dc4527d-2786-404e-8d2a-ba50ed19dfdd",
    "isBase": true,
    "artifacts": [
      "f0125e2c-d186-429c-848f-6b6d6311d89d",
      "afe6798a-3ef1-4626-a9b4-3093eae7578a"
    ],
    "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-04-10T04:11:12.803Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSozboi..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d93f2a47-e3fc-4cb8-9c83-564144186cb9
VfModuleModelInvariantUUID:f8a9919f-58c7-454b-9415-8b12853ea277
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0125e2c-d186-429c-848f-6b6d6311d89d
,
afe6798a-3ef1-4626-a9b4-3093eae7578a

}
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-04-10T04:11:12.803Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f0125e2c-d186-429c-848f-6b6d6311d89d from URL: /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml
2022-04-10T04:11:12.803Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:11:12.803Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml
2022-04-10T04:11:13.203Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:11:13.204Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml f0125e2c-d186-429c-848f-6b6d6311d89d 5033
2022-04-10T04:11:13.204Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-10T04:11:13.204Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml
2022-04-10T04:11:13.204Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:11:13.205Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:13.208Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:13.208Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563873204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:11:13.308Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:11:13.309Z||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-04-10T04:11:13.309Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:13.333Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:11:13.333Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:14.209Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: afe6798a-3ef1-4626-a9b4-3093eae7578a from URL: /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env
2022-04-10T04:11:14.210Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:11:14.213Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env
2022-04-10T04:11:14.502Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:11:14.503Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env afe6798a-3ef1-4626-a9b4-3093eae7578a 909
2022-04-10T04:11:14.504Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-10T04:11:14.504Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env
2022-04-10T04:11:14.504Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:11:14.504Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:14.507Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:14.507Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563874504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:11:14.609Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-10T04:11:14.610Z||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-04-10T04:11:14.610Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:14.623Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:11:14.624Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:15.508Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 27bbca09-54ef-4344-8612-250938716131
2022-04-10T04:11:15.508Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_SOZBOi 0 70ab57b5-ba29-420f-8de8-56c61c98c068 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-04-10T04:11:15.532Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f9c9999, org.onap.sdc.toscaparser.api.parameters.Input@5da5dbd3, org.onap.sdc.toscaparser.api.parameters.Input@61f0a0e8, org.onap.sdc.toscaparser.api.parameters.Input@61aa87dc, org.onap.sdc.toscaparser.api.parameters.Input@3aa19a21]
2022-04-10T04:11:15.535Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:15.536Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:15.536Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-04-10T04:11:15.537Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= fff657d8-5529-4dbe-a971-f3f62e47efa9
2022-04-10T04:11:15.537Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fff657d8-5529-4dbe-a971-f3f62e47efa9 matches Tosca VF Customization UUID: fff657d8-5529-4dbe-a971-f3f62e47efa9
2022-04-10T04:11:15.537Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: fff657d8-5529-4dbe-a971-f3f62e47efa9  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-04-10T04:11:15.546Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:15.546Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:15.547Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id fff657d8-5529-4dbe-a971-f3f62e47efa9: {\"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-04-10T04:11:15.547Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@189b5dc4
2022-04-10T04:11:15.547Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:15.548Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:11:15.548Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4dc4527d-2786-404e-8d2a-ba50ed19dfdd
2022-04-10T04:11:15.548Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4dc4527d-2786-404e-8d2a-ba50ed19dfdd
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-04-10T04:11:15.563Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:15.565Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:15.566Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:11:15.566Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:15.566Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:15.567Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:11:15.567Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:15.567Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is not matching search criteria
2022-04-10T04:11:15.567Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-10T04:11:15.568Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T04:11:15.568Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7d7ef576-84fb-4ab6-9211-834976ec6968
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-04-10T04:11:15.575Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:15.576Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:15.577Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:11:15.578Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:15.579Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_SOZBOi 0 is matching search criteria
2022-04-10T04:11:15.579Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_SOZBOi 0] matching following query criteria: sdcType=VF, customizationUUID=fff657d8-5529-4dbe-a971-f3f62e47efa9
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-04-10T04:11:15.587Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:15.588Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:15.589Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 27bbca09-54ef-4344-8612-250938716131: basic_onboard_SOZBOi
2022-04-10T04:11:15.589Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:15.589Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:15.590Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:15.590Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:15.590Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:15.591Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:15.591Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:15.592Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:15.592Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:11:15.593Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_SOZBOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:11:15.593Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_SOZBOi 
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-04-10T04:11:15.918Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_SOZBOi 70ab57b5-ba29-420f-8de8-56c61c98c068 1 ASDC deployResourceStructure
2022-04-10T04:11:15.919Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json ASDC sendASDCNotification
2022-04-10T04:11:15.919Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json
2022-04-10T04:11:15.919Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:11:15.920Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:15.923Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:15.923Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563875919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:11:16.023Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:11:16.024Z||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-04-10T04:11:16.025Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:16.041Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:11:16.042Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:16.925Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-10T04:11:16.926Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml
2022-04-10T04:11:16.926Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:11:16.926Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:16.929Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:16.929Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563876925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:11:17.029Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:11:17.030Z||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-04-10T04:11:17.031Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:17.043Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:11:17.043Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:17.931Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-10T04:11:17.931Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env
2022-04-10T04:11:17.931Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:11:17.931Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:17.934Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:17.934Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563877930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-10T04:11:18.034Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:11:18.035Z||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-04-10T04:11:18.036Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:18.048Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:11:18.048Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:11:18.935Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar ASDC sendASDCNotification
2022-04-10T04:11:18.936Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar
2022-04-10T04:11:18.936Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:11:18.937Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:11:18.940Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:11:18.940Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563878935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:11:19.042Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-10T04:11:19.043Z||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-04-10T04:11:19.043Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:19.061Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:11:19.062Z||pool-49-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:11:19.941Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:11:19.985Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
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-04-10T04:11:19.992Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:11:19.992Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:11:19.992Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:11:40.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:11:40.744Z||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-04-10T04:11:40.745Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:11:40.784Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:11:40.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:11:40.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "aai-ml",
  "timestamp": 1649563835666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:11:40.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:11:49.993Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:11:50.009Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
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-04-10T04:11:50.014Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:11:50.015Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:11:50.015Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:12:20.015Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:12:20.034Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
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-04-10T04:12:20.040Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:12:20.041Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:12:20.041Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:12:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:12:40.746Z||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-04-10T04:12:40.746Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:12:40.779Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:12:40.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:12:40.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "dcae-sch",
  "timestamp": 1649563837041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:12:40.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:12:50.042Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:12:50.061Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
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-04-10T04:12:50.066Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:12:50.067Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:12:50.067Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:13:20.067Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:13:20.083Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
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-04-10T04:13:20.096Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:13:20.096Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:13:20.097Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:13:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:13:40.744Z||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-04-10T04:13:40.745Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:13:41.288Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:13:41.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.291Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "cds",
  "timestamp": 1649563837337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.293Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.293Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "policy-id",
  "timestamp": 1649563840547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:13:41.294Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.294Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "aai-ml",
  "timestamp": 1649563835666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.294Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563840113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.295Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "dcae-sch",
  "timestamp": 1649563837041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.295Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "cds",
  "timestamp": 1649563837337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.296Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.296Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "policy-id",
  "timestamp": 1649563841551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:13:41.297Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.297Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "aai-ml",
  "timestamp": 1649563835666,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:13:41.297Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563840113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "dcae-sch",
  "timestamp": 1649563837041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "cds",
  "timestamp": 1649563837337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "policy-id",
  "timestamp": 1649563842553,
  "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-04-10T04:13:41.337Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c
2022-04-10T04:13:41.338Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c 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-04-10T04:13:41.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563840113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "dcae-sch",
  "timestamp": 1649563837041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "cds",
  "timestamp": 1649563837337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "aai-ml",
  "timestamp": 1649563843854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:13:41.353Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563840113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "cds",
  "timestamp": 1649563837337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:13:41.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563844242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563845052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563840113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563844242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:13:41.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "cds",
  "timestamp": 1649563845351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:13:41.357Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563845052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563840113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563844242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:13:41.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "cds",
  "timestamp": 1649563846360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-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-04-10T04:13:41.367Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c
2022-04-10T04:13:41.368Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c 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-04-10T04:13:41.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563845052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563840113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:13:41.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563844242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563845052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563844242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-10T04:13:41.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563848270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:13:41.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563845052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563844242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563845052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563844242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:13:41.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649563845052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "clamp",
  "timestamp": 1649563851439,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:13:41.403Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563852225,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:13:41.404Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563851562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:13:41.404Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649563852565,
  "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-04-10T04:13:41.412Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c
2022-04-10T04:13:41.413Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c 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-04-10T04:13:41.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563853634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:13:41.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "clamp",
  "timestamp": 1649563853450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:13:41.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "clamp",
  "timestamp": 1649563854455,
  "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-04-10T04:13:41.434Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
2022-04-10T04:13:41.435Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9 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-04-10T04:13:41.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563855006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:13:41.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "aai-ml",
  "timestamp": 1649563854772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:13:41.448Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563856033,
  "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-04-10T04:13:41.456Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c
2022-04-10T04:13:41.456Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c 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-04-10T04:13:41.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "aai-ml",
  "timestamp": 1649563855778,
  "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-04-10T04:13:41.489Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
2022-04-10T04:13:41.490Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9 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-04-10T04:13:41.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649563857044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:13:41.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "aai-ml",
  "timestamp": 1649563835666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0a859ab-b9f7-48bc-bb80-6dc984f059cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563858198,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:13:41.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "aai-ml",
  "timestamp": 1649563835666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "aai-ml",
  "timestamp": 1649563835666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "aai-ml",
  "timestamp": 1649563835666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:13:41.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "aai-ml",
  "timestamp": 1649563835666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:13:41.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "aai-ml",
  "timestamp": 1649563835666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "aai-ml",
  "timestamp": 1649563835666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:13:41.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "clamp",
  "timestamp": 1649563862618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-10T04:13:41.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "aai-ml",
  "timestamp": 1649563863915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:13:41.515Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "clamp",
  "timestamp": 1649563862618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:13:41.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "clamp",
  "timestamp": 1649563862618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:13:41.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "clamp",
  "timestamp": 1649563862618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563867585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:13:41.520Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "clamp",
  "timestamp": 1649563862618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "clamp",
  "timestamp": 1649563862618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:13:41.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "clamp",
  "timestamp": 1649563862618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:13:41.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:13:41.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563871776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:13:41.522Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563873204,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:13:41.522Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563874504,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:13:41.523Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563875919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/basic_onboard_sozboi0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:13:41.523Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563876925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:13:41.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563877930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/resourceInstances/basic_onboard_sozboi0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-10T04:13:41.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563878935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardSozboi/1.0/artifacts/service-BasicOnboardSozboi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:13:41.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "clamp",
  "timestamp": 1649563879446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:13:41.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "clamp",
  "timestamp": 1649563880464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:13:41.525Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "clamp",
  "timestamp": 1649563881469,
  "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-04-10T04:13:41.532Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c
2022-04-10T04:13:41.532Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c 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-04-10T04:13:41.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "aai-ml",
  "timestamp": 1649563883671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:13:41.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:13:41.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:13:41.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "aai-ml",
  "timestamp": 1649563884676,
  "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-04-10T04:13:41.552Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c
2022-04-10T04:13:41.552Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c 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-04-10T04:13:50.097Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:13:50.113Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9
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-04-10T04:13:50.119Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:13:50.120Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T04:13:50.120Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T04:13:50.120Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T04:13:50.120Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:13:50.120Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:13:50.121Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:13:50.121Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:13:50.121Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:13:50.121Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:13:50.121Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||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-04-10T04:13:50.130Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T04:14:20.131Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9 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-04-10T04:14:20.139Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9 and serviceModelVersionId: 27bbca09-54ef-4344-8612-250938716131
2022-04-10T04:14:20.139Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d5a34603-7f54-48b9-bdce-7c7e01bcde82
2022-04-10T04:14:20.140Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d5a34603-7f54-48b9-bdce-7c7e01bcde82/model-vers/model-ver/27bbca09-54ef-4344-8612-250938716131?depth=0
2022-04-10T04:14:20.148Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T04:14:20.242Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5a34603-7f54-48b9-bdce-7c7e01bcde82/model-vers/model-ver/27bbca09-54ef-4344-8612-250938716131?depth=0|INFO|500||Invoke
2022-04-10T04:14:20.243Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5a34603-7f54-48b9-bdce-7c7e01bcde82/model-vers/model-ver/27bbca09-54ef-4344-8612-250938716131?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5a34603-7f54-48b9-bdce-7c7e01bcde82/model-vers/model-ver/27bbca09-54ef-4344-8612-250938716131?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4e6c674e-e12b-4e91-b737-c6904c357b94], X-ECOMP-RequestID=[b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9], X-TransactionId=[], X-ONAP-RequestID=[b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9], Content-Type=[application/merge-patch+json]}
2022-04-10T04:14:20.295Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5a34603-7f54-48b9-bdce-7c7e01bcde82/model-vers/model-ver/27bbca09-54ef-4344-8612-250938716131?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T04:14:21.374Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5a34603-7f54-48b9-bdce-7c7e01bcde82/model-vers/model-ver/27bbca09-54ef-4344-8612-250938716131?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/d5a34603-7f54-48b9-bdce-7c7e01bcde82/model-vers/model-ver/27bbca09-54ef-4344-8612-250938716131?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220410-04:14:19:262-35777], vertex-id=[245800], Content-Length=[0], Date=[Sun, 10 Apr 2022 04:14:19 GMT], Content-Type=[application/json]}
2022-04-10T04:14:21.375Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5a34603-7f54-48b9-bdce-7c7e01bcde82/model-vers/model-ver/27bbca09-54ef-4344-8612-250938716131?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-10T04:14:21.376Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5a34603-7f54-48b9-bdce-7c7e01bcde82/model-vers/model-ver/27bbca09-54ef-4344-8612-250938716131?depth=0|INFO|500||InvokeReturn
2022-04-10T04:14:21.382Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T04:14:21.387Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||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-04-10T04:14:21.401Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||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-04-10T04:14:21.402Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T04:14:21.403Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T04:14:21.403Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:14:21.406Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:14:21.407Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564061402,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:14:21.507Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:14:21.508Z||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-04-10T04:14:21.508Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:14:21.531Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:14:21.532Z||pool-50-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T04:14:22.423Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:14:22.423Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c","serviceName":"vFW 2022-04-10 04-07-37","serviceVersion":"1.0","serviceUUID":"7ad54d04-15e8-4f96-8aef-08b0e57d11b7","serviceDescription":"catalog service description","serviceInvariantUUID":"c3aec593-0bb9-426e-a6da-7ad4545f997b","resources":[{"resourceInstanceName":"vFW ceadbc6c-c651 0","resourceName":"vFW ceadbc6c-c651","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"165e3b6b-05f3-4138-84ad-57c528559110","resourceInvariantUUID":"adebbf35-bf98-4b64-9e58-86b574e94bae","resourceCustomizationUUID":"4c67dc0d-ea8a-4268-9a53-239c8415745f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vf-license-model.xml","artifactChecksum":"ODA4MDYyY2JmMzViZDFmOTViOGU1NjMyMTQ5MWVjYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1b11807-7a63-40d5-bf66-fe091eef4fae","artifactVersion":"1"},{"artifactName":"vfwceadbc6cc6510_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json","artifactChecksum":"NmQ3ZWRhZDU0ZWFiZmZhOGVkMDE4ODI2ZDQ5NmJkZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3fdee72d-3936-4ad3-931f-df8ea44f1a8a","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d95b6d98-76e9-40d0-964f-c4139793f108","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vendor-license-model.xml","artifactChecksum":"YjljYjgwMDUwZTczZTNlZDY2MTBhZmJmYzA2NDI4N2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d308b761-d165-4bb3-9bd2-74dd265ae334","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"429e1565-69a4-4404-967d-8e5bc3ee7324","artifactVersion":"3","generatedFromUUID":"d95b6d98-76e9-40d0-964f-c4139793f108"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220410040737-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-template.yml","artifactChecksum":"MWU4MGRkMGQxMzU1MTE2YmUyMGE4ODUwN2I2YzBiNjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce12b8a9-eca5-4df6-be65-10dee17b7591","artifactVersion":"1"},{"artifactName":"service-Vfw20220410040737-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar","artifactChecksum":"OWFjZWNkZDhmNzUzYTU5MDhhZjBmMzcxYTIyY2JmNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea6eb92e-e605-41c5-a748-8367ad5f137e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T04:14:22.424Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:14:22.424Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:14:22.427Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:14:22.427Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:14:22.528Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T04:14:22.529Z||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-04-10T04:14:22.529Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:14:22.547Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:14:22.547Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:14:23.428Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:14:23.430Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:14:23.434Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:14:23.435Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:14:23.534Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:14:23.535Z||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-04-10T04:14:23.535Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:14:23.550Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:14:23.551Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:14:24.436Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:14:24.437Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:14:24.439Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:14:24.439Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:14:24.541Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-10T04:14:24.542Z||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-04-10T04:14:24.542Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:14:24.557Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:14:24.558Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:14:25.441Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:14:25.441Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:14:25.445Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:14:25.445Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:14:25.545Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:14:25.546Z||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-04-10T04:14:25.547Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:14:25.563Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:14:25.564Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:14:26.446Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:14:26.447Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:14:26.450Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:14:26.450Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-10T04:14:26.550Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:14:26.552Z||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-04-10T04:14:26.553Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:14:26.568Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:14:26.569Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:14:27.451Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:14:27.452Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:14:27.457Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:14:27.457Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:14:27.556Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:14:27.558Z||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-04-10T04:14:27.558Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:14:27.574Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:14:27.576Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:14:28.458Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:14:28.459Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:14:28.462Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:14:28.462Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:14:28.562Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:14:28.564Z||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-04-10T04:14:28.564Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:14:28.582Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:14:28.584Z||pool-57-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:14:29.471Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "serviceName": "vFW 2022-04-10 04-07-37",
  "serviceVersion": "1.0",
  "serviceUUID": "7ad54d04-15e8-4f96-8aef-08b0e57d11b7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c3aec593-0bb9-426e-a6da-7ad4545f997b",
  "resources": [
    {
      "resourceInstanceName": "vFW ceadbc6c-c651 0",
      "resourceCustomizationUUID": "4c67dc0d-ea8a-4268-9a53-239c8415745f",
      "resourceName": "vFW ceadbc6c-c651",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "165e3b6b-05f3-4138-84ad-57c528559110",
      "resourceInvariantUUID": "adebbf35-bf98-4b64-9e58-86b574e94bae",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwceadbc6cc6510_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
          "artifactChecksum": "NmQ3ZWRhZDU0ZWFiZmZhOGVkMDE4ODI2ZDQ5NmJkZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3fdee72d-3936-4ad3-931f-df8ea44f1a8a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d95b6d98-76e9-40d0-964f-c4139793f108",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "429e1565-69a4-4404-967d-8e5bc3ee7324",
            "generatedFromUUID": "d95b6d98-76e9-40d0-964f-c4139793f108"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "429e1565-69a4-4404-967d-8e5bc3ee7324",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220410040737-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
      "artifactChecksum": "OWFjZWNkZDhmNzUzYTU5MDhhZjBmMzcxYTIyY2JmNWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ea6eb92e-e605-41c5-a748-8367ad5f137e"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T04:14:29.472Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T04:14:29.472Z|b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ad54d04-15e8-4f96-8aef-08b0e57d11b7 ASDC
2022-04-10T04:14:29.473Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c
ServiceName:vFW 2022-04-10 04-07-37
ServiceVersion:1.0
ServiceUUID:7ad54d04-15e8-4f96-8aef-08b0e57d11b7
ServiceInvariantUUID:c3aec593-0bb9-426e-a6da-7ad4545f997b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220410040737-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar
ArtifactUUID:ea6eb92e-e605-41c5-a748-8367ad5f137e
ArtifactChecksum:OWFjZWNkZDhmNzUzYTU5MDhhZjBmMzcxYTIyY2JmNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ceadbc6c-c651 0
ResourceCustomizationUUID:4c67dc0d-ea8a-4268-9a53-239c8415745f
ResourceInvariantUUID:adebbf35-bf98-4b64-9e58-86b574e94bae
ResourceName:vFW ceadbc6c-c651
ResourceType:VF
ResourceUUID:165e3b6b-05f3-4138-84ad-57c528559110
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwceadbc6cc6510_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json
ArtifactUUID:3fdee72d-3936-4ad3-931f-df8ea44f1a8a
ArtifactChecksum:NmQ3ZWRhZDU0ZWFiZmZhOGVkMDE4ODI2ZDQ5NmJkZmI=
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/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml
ArtifactUUID:d95b6d98-76e9-40d0-964f-c4139793f108
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env
ArtifactUUID:429e1565-69a4-4404-967d-8e5bc3ee7324
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env
ArtifactUUID:429e1565-69a4-4404-967d-8e5bc3ee7324
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-10T04:14:29.473Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ad54d04-15e8-4f96-8aef-08b0e57d11b7 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-04-10T04:14:29.522Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:14:29.524Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:14:29.524Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:14:29.524Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ea6eb92e-e605-41c5-a748-8367ad5f137e from URL: /sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar
2022-04-10T04:14:29.525Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:14:29.525Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar
2022-04-10T04:14:29.741Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:14:29.753Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar ea6eb92e-e605-41c5-a748-8367ad5f137e 98930
2022-04-10T04:14:29.754Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar ASDC sendASDCNotification
2022-04-10T04:14:29.756Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar
2022-04-10T04:14:29.756Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:14:29.757Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:14:29.761Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:14:29.761Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564069754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:14:29.863Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T04:14:29.865Z||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-04-10T04:14:29.865Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:14:29.882Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:14:29.882Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:14:30.762Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:14:30.763Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-10T04:14:30.764Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ea6eb92e-e605-41c5-a748-8367ad5f137e, URL: /sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar to file: /app/ASDC/1/service-Vfw20220410040737-csar.csar
2022-04-10T04:14:30.764Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220410040737-csar.csar
2022-04-10T04:14:30.765Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220410040737-csar.csar
2022-04-10T04:14:30.765Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220410040737-csar.csar
2022-04-10T04:14:31.151Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17058784174742330928/Definitions/service-Vfw20220410040737-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-04-10T04:14:34.291Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T04:14:34.292Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-10T04:14:34.293Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220410040737-csar.csar
2022-04-10T04:14:34.293Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-10T04:14:34.293Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||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-Vfw20220410040737-csar.csar
2022-04-10T04:14:34.293Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||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-Vfw20220410040737-csar.csar
2022-04-10T04:14:34.294Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||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-Vfw20220410040737-csar.csar
2022-04-10T04:14:34.294Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220410040737-csar.csar
2022-04-10T04:14:34.294Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220410040737-csar.csar
2022-04-10T04:14:34.294Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||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-Vfw20220410040737-csar.csar
2022-04-10T04:14:34.295Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||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-Vfw20220410040737-csar.csar
2022-04-10T04:14:34.295Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||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-Vfw20220410040737-csar.csar
2022-04-10T04:14:34.295Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220410040737-csar.csar
2022-04-10T04:14:34.295Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||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-Vfw20220410040737-csar.csar
2022-04-10T04:14:34.296Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220410040737-csar.csar
2022-04-10T04:14:34.296Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||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-Vfw20220410040737-csar.csar
2022-04-10T04:14:34.296Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ceadbc6c-c651 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-Vfw20220410040737-csar.csar
2022-04-10T04:14:34.296Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-10T04:14:34.297Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:34.297Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-07-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:14:34.298Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is matching search criteria
2022-04-10T04:14:34.298Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-10T04:14:34.298Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ceadbc6c-c651 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:14:34.299Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:34.299Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-07-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:14:34.300Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is matching search criteria
2022-04-10T04:14:34.300Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-10T04:14:34.300Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ceadbc6c-c651 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:14:34.301Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:34.301Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-07-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:14:34.302Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:34.302Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is not matching search criteria
2022-04-10T04:14:34.302Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:14:34.303Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T04:14:34.303Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T04:14:34.303Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:14:34.304Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:14:34.304Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T04:14:34.304Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:14:34.304Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T04:14:34.304Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T04:14:34.305Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:14:34.305Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T04:14:34.305Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T04:14:34.305Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T04:14:34.305Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T04:14:34.306Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:14:34.306Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T04:14:34.306Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:34.307Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-07-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:14:34.307Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:34.307Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is matching search criteria
2022-04-10T04:14:34.307Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ceadbc6c-c651 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:14:34.308Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:34.308Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is matching search criteria
2022-04-10T04:14:34.308Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ceadbc6c-c651 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:14:34.309Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:34.309Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is matching search criteria
2022-04-10T04:14:34.310Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ceadbc6c-c651 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:14:34.312Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:34.312Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is not matching search criteria
2022-04-10T04:14:34.313Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:14:34.313Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-10T04:14:34.313Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:14:34.313Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T04:14:34.314Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T04:14:34.314Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:14:34.314Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T04:14:34.315Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T04:14:34.315Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T04:14:34.315Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T04:14:34.316Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:14:34.316Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e4607af5-4d6c-4b72-901a-94c9550eaec3
2022-04-10T04:14:34.316Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:34.317Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is not matching search criteria
2022-04-10T04:14:34.317Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:14:34.317Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T04:14:34.317Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T04:14:34.317Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:14:34.318Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:14:34.318Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T04:14:34.318Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:14:34.319Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-10T04:14:34.319Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T04:14:34.319Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T04:14:34.319Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T04:14:34.320Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:14:34.320Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b0c23f5e-a329-46f4-924c-16e26eb238fb
2022-04-10T04:14:34.320Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:34.321Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is not matching search criteria
2022-04-10T04:14:34.321Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:14:34.321Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T04:14:34.321Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T04:14:34.322Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:14:34.322Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:14:34.322Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T04:14:34.322Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:14:34.323Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T04:14:34.323Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T04:14:34.323Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:14:34.323Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T04:14:34.324Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-10T04:14:34.324Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=422c4351-0603-4b48-bf20-38d5135aabee
2022-04-10T04:14:34.324Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:34.324Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-07-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:14:34.325Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:34.325Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-07-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:14:34.325Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:34.325Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-07-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:14:34.326Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:34.326Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-07-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:14:34.326Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-10 04-07-37
Description:catalog service description
Model UUID:7ad54d04-15e8-4f96-8aef-08b0e57d11b7
Model Version:NULL
Model InvariantUuid:c3aec593-0bb9-426e-a6da-7ad4545f997b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ceadbc6c-c651
Model UUID:0aa2ffa9-3fc4-4e72-8216-021527a18efb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:adebbf35-bf98-4b64-9e58-86b574e94bae
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4c67dc0d-ea8a-4268-9a53-239c8415745f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bb89ab3c-966d-4f33-a9dd-e6b778577d03
ModelName:VfwCeadbc6cC651..base_vfw..module-0
ModelUuid:96e65043-1b9a-4d00-bba3-b5d9544814ec
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e4607af5-4d6c-4b72-901a-94c9550eaec3
ModelInvariantUuid:4d6d3b3c-ff0f-4f06-abc4-b2d3c72d2d47
ModelName:vFW ceadbc6c-c651-nodes.vfwCvfc
ModelUuid:69068124-806b-48d3-b026-925b07df5b62
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f6f65dac-eab7-452d-b7ac-71a6a930bb75
ModelInvariantUuid:7de8cf2e-3aee-4765-bbec-3becead12f7e
ModelName:VfwCeadbc6cC651.compute.nodes.heat.vfw
ModelUuid:cb76ac06-de85-49c9-bdeb-3dccb3c194ed
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b0c23f5e-a329-46f4-924c-16e26eb238fb
ModelInvariantUuid:973ed4bd-db3f-40ff-86bb-b93ee8dd208f
ModelName:vFW ceadbc6c-c651-nodes.vsnCvfc
ModelUuid:1fa1741a-e8d5-47ef-8f34-fc7abd2402db
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:89102bc4-e503-42ed-8fe5-022a94fd7ecf
ModelInvariantUuid:3a666ad0-5d83-4b04-9072-934f54adb944
ModelName:VfwCeadbc6cC651.compute.nodes.heat.vsn
ModelUuid:2e5a6c6f-9481-404e-9709-237b4e5e76d2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:422c4351-0603-4b48-bf20-38d5135aabee
ModelInvariantUuid:870d0a82-0817-4905-ba11-348bde12f8fe
ModelName:vFW ceadbc6c-c651-nodes.vpgCvfc
ModelUuid:27c1c714-9e7b-4136-8124-8b14a82a6e71
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7214ed0c-85df-4bda-8122-f5b668758264
ModelInvariantUuid:de9ae3f4-3ac9-45aa-b1d0-97d973527dea
ModelName:VfwCeadbc6cC651.compute.nodes.heat.vpg
ModelUuid:65360371-1ff1-4ff9-8fd9-7f177e6c6d1e
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-04-10T04:14:34.353Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 165e3b6b-05f3-4138-84ad-57c528559110
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-04-10T04:14:34.358Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||vFW ceadbc6c-c651 0
2022-04-10T04:14:34.358Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 165e3b6b-05f3-4138-84ad-57c528559110
2022-04-10T04:14:34.358Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3fdee72d-3936-4ad3-931f-df8ea44f1a8a from URL: /sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json
2022-04-10T04:14:34.358Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:14:34.358Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json
2022-04-10T04:14:34.540Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:14:34.540Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json 3fdee72d-3936-4ad3-931f-df8ea44f1a8a 785
2022-04-10T04:14:34.541Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json ASDC sendASDCNotification
2022-04-10T04:14:34.541Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json
2022-04-10T04:14:34.541Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:14:34.541Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:14:34.554Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:14:34.554Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564074541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:14:34.646Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-10T04:14:34.647Z||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-04-10T04:14:34.647Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:14:34.688Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:14:34.689Z||pool-59-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":3,"count":1}
2022-04-10T04:14:35.555Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCeadbc6cC651..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bb89ab3c-966d-4f33-a9dd-e6b778577d03",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "96e65043-1b9a-4d00-bba3-b5d9544814ec",
    "vfModuleModelCustomizationUUID": "b28d7ad0-5f8b-421b-af46-dd6929380990",
    "isBase": true,
    "artifacts": [
      "d95b6d98-76e9-40d0-964f-c4139793f108",
      "429e1565-69a4-4404-967d-8e5bc3ee7324"
    ],
    "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-04-10T04:14:35.568Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCeadbc6cC651..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:96e65043-1b9a-4d00-bba3-b5d9544814ec
VfModuleModelInvariantUUID:bb89ab3c-966d-4f33-a9dd-e6b778577d03
VfModuleModelDescription:NULL
Artifacts UUID List:{
d95b6d98-76e9-40d0-964f-c4139793f108
,
429e1565-69a4-4404-967d-8e5bc3ee7324

}
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-04-10T04:14:35.576Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCeadbc6cC651..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bb89ab3c-966d-4f33-a9dd-e6b778577d03",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "96e65043-1b9a-4d00-bba3-b5d9544814ec",
    "vfModuleModelCustomizationUUID": "b28d7ad0-5f8b-421b-af46-dd6929380990",
    "isBase": true,
    "artifacts": [
      "d95b6d98-76e9-40d0-964f-c4139793f108",
      "429e1565-69a4-4404-967d-8e5bc3ee7324"
    ],
    "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-04-10T04:14:35.577Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCeadbc6cC651..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:96e65043-1b9a-4d00-bba3-b5d9544814ec
VfModuleModelInvariantUUID:bb89ab3c-966d-4f33-a9dd-e6b778577d03
VfModuleModelDescription:NULL
Artifacts UUID List:{
d95b6d98-76e9-40d0-964f-c4139793f108
,
429e1565-69a4-4404-967d-8e5bc3ee7324

}
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-04-10T04:14:35.577Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d95b6d98-76e9-40d0-964f-c4139793f108 from URL: /sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml
2022-04-10T04:14:35.578Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:14:35.578Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml
2022-04-10T04:14:35.805Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:14:35.806Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml d95b6d98-76e9-40d0-964f-c4139793f108 20368
2022-04-10T04:14:35.807Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-10T04:14:35.807Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml
2022-04-10T04:14:35.807Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:14:35.807Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:14:35.809Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:14:35.809Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564075807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:14:35.910Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:14:35.911Z||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-04-10T04:14:35.911Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:14:35.929Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:14:35.930Z||pool-60-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:14:36.810Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 429e1565-69a4-4404-967d-8e5bc3ee7324 from URL: /sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env
2022-04-10T04:14:36.811Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-10T04:14:36.811Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env
2022-04-10T04:14:37.312Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-10T04:14:37.312Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env 429e1565-69a4-4404-967d-8e5bc3ee7324 2098
2022-04-10T04:14:37.313Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-10T04:14:37.313Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env
2022-04-10T04:14:37.313Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:14:37.313Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:14:37.316Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:14:37.317Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564077313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:14:37.416Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:14:37.418Z||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-04-10T04:14:37.418Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:14:37.447Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:14:37.448Z||pool-61-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:14:38.318Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 7ad54d04-15e8-4f96-8aef-08b0e57d11b7
2022-04-10T04:14:38.319Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ceadbc6c-c651 0 165e3b6b-05f3-4138-84ad-57c528559110 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-04-10T04:14:38.344Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10deb2a3, org.onap.sdc.toscaparser.api.parameters.Input@1641df7c, org.onap.sdc.toscaparser.api.parameters.Input@6fd68d2d, org.onap.sdc.toscaparser.api.parameters.Input@2aad0086, org.onap.sdc.toscaparser.api.parameters.Input@4f03f4da]
2022-04-10T04:14:38.346Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.346Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-07-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:14:38.347Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-04-10T04:14:38.347Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 4c67dc0d-ea8a-4268-9a53-239c8415745f
2022-04-10T04:14:38.347Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c67dc0d-ea8a-4268-9a53-239c8415745f matches Tosca VF Customization UUID: 4c67dc0d-ea8a-4268-9a53-239c8415745f
2022-04-10T04:14:38.347Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 4c67dc0d-ea8a-4268-9a53-239c8415745f  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-04-10T04:14:38.351Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.352Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-07-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:14:38.353Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 4c67dc0d-ea8a-4268-9a53-239c8415745f: {\"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-04-10T04:14:38.354Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4eaeb07b
2022-04-10T04:14:38.355Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.355Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-07-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:14:38.355Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b28d7ad0-5f8b-421b-af46-dd6929380990
2022-04-10T04:14:38.356Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b28d7ad0-5f8b-421b-af46-dd6929380990
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-04-10T04:14:38.370Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.371Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is matching search criteria
2022-04-10T04:14:38.371Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ceadbc6c-c651 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:14:38.372Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.372Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is matching search criteria
2022-04-10T04:14:38.372Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ceadbc6c-c651 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:14:38.372Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.372Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is not matching search criteria
2022-04-10T04:14:38.373Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:14:38.373Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-10T04:14:38.373Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:14:38.373Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T04:14:38.373Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T04:14:38.374Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:14:38.374Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T04:14:38.374Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T04:14:38.374Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T04:14:38.374Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T04:14:38.374Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:14:38.375Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e4607af5-4d6c-4b72-901a-94c9550eaec3
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-04-10T04:14:38.378Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.378Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is matching search criteria
2022-04-10T04:14:38.379Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ceadbc6c-c651 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:14:38.379Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.379Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is not matching search criteria
2022-04-10T04:14:38.379Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:14:38.379Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T04:14:38.380Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T04:14:38.380Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:14:38.380Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:14:38.380Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T04:14:38.381Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:14:38.381Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-10T04:14:38.381Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T04:14:38.381Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T04:14:38.382Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T04:14:38.382Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:14:38.382Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b0c23f5e-a329-46f4-924c-16e26eb238fb
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-04-10T04:14:38.386Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.386Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is matching search criteria
2022-04-10T04:14:38.387Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ceadbc6c-c651 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:14:38.387Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.387Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is not matching search criteria
2022-04-10T04:14:38.387Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T04:14:38.387Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T04:14:38.388Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T04:14:38.388Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:14:38.388Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T04:14:38.389Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T04:14:38.389Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T04:14:38.389Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T04:14:38.389Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T04:14:38.389Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T04:14:38.390Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T04:14:38.390Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-10T04:14:38.390Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=422c4351-0603-4b48-bf20-38d5135aabee
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-04-10T04:14:38.394Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.394Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is matching search criteria
2022-04-10T04:14:38.394Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ceadbc6c-c651 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:14:38.395Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.395Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Node template vFW ceadbc6c-c651 0 is matching search criteria
2022-04-10T04:14:38.395Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ceadbc6c-c651 0] matching following query criteria: sdcType=VF, customizationUUID=4c67dc0d-ea8a-4268-9a53-239c8415745f
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-04-10T04:14:38.399Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.399Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-07-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:14:38.399Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 7ad54d04-15e8-4f96-8aef-08b0e57d11b7: vFW ceadbc6c-c651
2022-04-10T04:14:38.400Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.400Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-07-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:14:38.400Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.401Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-07-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:14:38.401Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.401Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-07-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:14:38.401Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.401Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-07-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:14:38.402Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:14:38.402Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-10 04-07-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:14:38.402Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-04-10 04-07-37 
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-04-10T04:14:38.714Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ceadbc6c-c651 165e3b6b-05f3-4138-84ad-57c528559110 1 ASDC deployResourceStructure
2022-04-10T04:14:38.715Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json ASDC sendASDCNotification
2022-04-10T04:14:38.715Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json
2022-04-10T04:14:38.715Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:14:38.716Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:14:38.718Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:14:38.718Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564078715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:14:38.819Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:14:38.820Z||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-04-10T04:14:38.821Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:14:38.836Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:14:38.836Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:14:39.720Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-10T04:14:39.720Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml
2022-04-10T04:14:39.720Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:14:39.721Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:14:39.724Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:14:39.724Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564079719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:14:39.824Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:14:39.825Z||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-04-10T04:14:39.826Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:14:39.878Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:14:39.879Z||pool-63-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:14:40.725Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-10T04:14:40.725Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env
2022-04-10T04:14:40.725Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:14:40.726Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:14:40.729Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:14:40.729Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564080725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-10T04:14:40.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:14:40.743Z||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-04-10T04:14:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:14:40.829Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:14:40.830Z||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-04-10T04:14:40.831Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:14:40.843Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:14:40.844Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:14:40.874Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:14:40.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:14:40.875Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b552a68e-49ac-4ee9-ab0c-a47f3a97d5e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564061402,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:14:40.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:14:40.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:14:40.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:14:40.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:14:40.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:14:40.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:14:40.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:14:40.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:14:40.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:14:40.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:14:40.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:14:40.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:14:40.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:14:40.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:14:40.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-10T04:14:40.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:14:40.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:14:40.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:14:40.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:14:40.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:14:40.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649563859232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:14:40.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:14:40.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:14:40.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564069754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:14:40.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:14:40.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:14:40.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564074541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:14:40.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:14:40.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:14:40.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564075807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:14:40.880Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:14:40.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:14:40.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564077313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:14:40.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:14:40.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:14:40.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564078715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/vfwceadbc6cc6510_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:14:40.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:14:40.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T04:14:40.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564079719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:14:40.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:14:41.731Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar ASDC sendASDCNotification
2022-04-10T04:14:41.731Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar
2022-04-10T04:14:41.731Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:14:41.732Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:14:41.734Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:14:41.734Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564081730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:14:41.834Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:14:41.836Z||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-04-10T04:14:41.836Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:14:41.847Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:14:41.848Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:14:42.735Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:14:42.753Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c
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-04-10T04:14:42.759Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:14:42.759Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T04:14:42.759Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T04:14:42.759Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T04:14:42.759Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:14:42.759Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:14:42.760Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:14:42.760Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:14:42.760Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:14:42.760Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:14:42.760Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||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-04-10T04:14:42.777Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T04:15:12.778Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c 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-04-10T04:15:12.795Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c and serviceModelVersionId: 7ad54d04-15e8-4f96-8aef-08b0e57d11b7
2022-04-10T04:15:12.795Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c3aec593-0bb9-426e-a6da-7ad4545f997b
2022-04-10T04:15:12.797Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c3aec593-0bb9-426e-a6da-7ad4545f997b/model-vers/model-ver/7ad54d04-15e8-4f96-8aef-08b0e57d11b7?depth=0
2022-04-10T04:15:12.803Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T04:15:12.895Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3aec593-0bb9-426e-a6da-7ad4545f997b/model-vers/model-ver/7ad54d04-15e8-4f96-8aef-08b0e57d11b7?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-04-10T04:15:12.898Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3aec593-0bb9-426e-a6da-7ad4545f997b/model-vers/model-ver/7ad54d04-15e8-4f96-8aef-08b0e57d11b7?depth=0|INFO|500||Invoke
2022-04-10T04:15:12.938Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3aec593-0bb9-426e-a6da-7ad4545f997b/model-vers/model-ver/7ad54d04-15e8-4f96-8aef-08b0e57d11b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T04:15:13.514Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3aec593-0bb9-426e-a6da-7ad4545f997b/model-vers/model-ver/7ad54d04-15e8-4f96-8aef-08b0e57d11b7?depth=0|INFO|500||InvokeReturn
2022-04-10T04:15:13.515Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3aec593-0bb9-426e-a6da-7ad4545f997b/model-vers/model-ver/7ad54d04-15e8-4f96-8aef-08b0e57d11b7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220410-04:15:11:902-63439], vertex-id=[258088], Content-Length=[0], Date=[Sun, 10 Apr 2022 04:15:11 GMT], Content-Type=[application/json]}
2022-04-10T04:15:13.519Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-04-10T04:15:13.520Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T04:15:13.520Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||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-04-10T04:15:13.537Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||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-04-10T04:15:13.538Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T04:15:13.539Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T04:15:13.540Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:15:13.544Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:15:13.544Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564113538,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:15:13.644Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:15:13.645Z||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-04-10T04:15:13.645Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:15:13.678Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:15:13.679Z||pool-66-thread-1|||||INFO|500||cambria reply ok (35 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-04-10T04:15:14.574Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:15:14.575Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|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-04-10T04:15:14.575Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:15:24.882Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:15:24.883Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:15:24.883Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|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-04-10T04:15:24.883Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:15:34.488Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:15:34.489Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:15:34.490Z||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-04-10T04:15:34.491Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:15:40.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:15:40.744Z||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-04-10T04:15:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:15:40.778Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:15:40.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:15:40.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564080725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/resourceInstances/vfwceadbc6cc6510/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-10T04:15:40.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:15:44.092Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:15:44.093Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:15:44.094Z||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-04-10T04:15:44.094Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:15:53.665Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:15:53.667Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:15:53.667Z||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-04-10T04:15:53.668Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:16:03.219Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:16:03.220Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:16:03.221Z||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-04-10T04:16:03.221Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:16:12.807Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:16:12.808Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:16:12.809Z||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-04-10T04:16:12.809Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:16:22.374Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:16:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:16:40.738Z||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-04-10T04:16:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:16:40.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:16:40.743Z||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-04-10T04:16:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:16:41.279Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:16:41.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T04:16:41.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564081730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410040737/1.0/artifacts/service-Vfw20220410040737-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:16:41.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:16:41.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T04:16:41.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564113538,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:16:41.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:16:50.297Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:17:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:17:40.738Z||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-04-10T04:17:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:17:40.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:17:40.743Z||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-04-10T04:17:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:17:50.336Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:17:50.353Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:18:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:18:40.738Z||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-04-10T04:18:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:18:40.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:18:40.743Z||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-04-10T04:18:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:18:50.302Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:18:50.305Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:19:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:19:40.739Z||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-04-10T04:19:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:19:40.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:19:40.745Z||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-04-10T04:19:40.745Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:19:50.332Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:19:50.333Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:20:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:20:40.739Z||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-04-10T04:20:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:20:40.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:20:40.744Z||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-04-10T04:20:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:20:50.366Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:20:50.383Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:21:40.737Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:21:40.739Z||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-04-10T04:21:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:21:40.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:21:40.743Z||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-04-10T04:21:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:21:41.823Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:21:41.824Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-10T04:21:41.824Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a6744849-0663-4bc1-9bbb-fe498881221c","serviceDescription":"service","serviceInvariantUUID":"83c38251-a096-44a0-898c-05f521df6418","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"eafce70b-d650-45a0-898f-c7e286e7f910","resourceInvariantUUID":"013a37ab-2875-49f0-9d49-67823823a8cd","resourceCustomizationUUID":"364afa14-c409-428d-b089-374189a83cd8","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":"NGMwOTQ0MGM5ZjdhZmU2NTJiMTYzNGVlNWFhNTdiYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c807d5e-8055-4cd8-88ef-a245fac7784e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWY3ZGEwZjMyNmYxZGQwM2Y5N2Q2YTE2Yjc2NzJiYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2aadf84-f461-4bac-94f7-cd203bb06c36","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T04:21:41.828Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:21:41.829Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:21:41.833Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:21:41.833Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564500737,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:21:41.933Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:21:41.934Z||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-04-10T04:21:41.934Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:21:41.972Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:21:41.972Z||pool-67-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":4,"count":1}
2022-04-10T04:21:42.118Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:21:42.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:21:42.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564500737,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:21:42.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:21:42.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:21:42.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564500113,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:21:42.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:21:42.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:21:42.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "clamp",
  "timestamp": 1649564492617,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:21:42.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:21:42.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:21:42.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "aai-ml",
  "timestamp": 1649564495666,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:21:42.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:21:42.834Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:21:42.836Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:21:42.840Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:21:42.840Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564500737,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:21:42.940Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:21:42.941Z||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-04-10T04:21:42.941Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:21:43.036Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:21:43.037Z||pool-68-thread-1|||||INFO|500||cambria reply ok (97 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:21:43.846Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "a6744849-0663-4bc1-9bbb-fe498881221c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "83c38251-a096-44a0-898c-05f521df6418",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "364afa14-c409-428d-b089-374189a83cd8",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "eafce70b-d650-45a0-898f-c7e286e7f910",
      "resourceInvariantUUID": "013a37ab-2875-49f0-9d49-67823823a8cd",
      "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": "MWY3ZGEwZjMyNmYxZGQwM2Y5N2Q2YTE2Yjc2NzJiYzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f2aadf84-f461-4bac-94f7-cd203bb06c36"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T04:21:43.847Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T04:21:43.847Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a6744849-0663-4bc1-9bbb-fe498881221c ASDC
2022-04-10T04:21:43.848Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:a6744849-0663-4bc1-9bbb-fe498881221c
ServiceInvariantUUID:83c38251-a096-44a0-898c-05f521df6418
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:f2aadf84-f461-4bac-94f7-cd203bb06c36
ArtifactChecksum:MWY3ZGEwZjMyNmYxZGQwM2Y5N2Q2YTE2Yjc2NzJiYzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:364afa14-c409-428d-b089-374189a83cd8
ResourceInvariantUUID:013a37ab-2875-49f0-9d49-67823823a8cd
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:eafce70b-d650-45a0-898f-c7e286e7f910
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-10T04:21:43.848Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6744849-0663-4bc1-9bbb-fe498881221c 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-04-10T04:21:43.941Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:21:43.943Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:21:43.943Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:21:43.943Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f2aadf84-f461-4bac-94f7-cd203bb06c36 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-10T04:21:43.943Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:21:43.944Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-10T04:21:44.871Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:21:44.875Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f2aadf84-f461-4bac-94f7-cd203bb06c36 52492
2022-04-10T04:21:44.875Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-10T04:21:44.875Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-10T04:21:44.876Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:21:44.876Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:21:44.879Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:21:44.879Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564504875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:21:44.979Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:21:44.981Z||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-04-10T04:21:44.981Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:21:45.030Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:21:45.031Z||pool-69-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:21:45.880Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:21:45.881Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:21:45.882Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f2aadf84-f461-4bac-94f7-cd203bb06c36, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T04:21:45.882Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-10T04:21:45.882Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T04:21:45.883Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T04:21:46.148Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11658647548766080415/Definitions/service-BasicNetwork-template.yml
2022-04-10T04:21:46.989Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T04:21:46.990Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-10T04:21:46.990Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T04:21:46.990Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-10T04:21:46.991Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||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-04-10T04:21:46.991Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||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-04-10T04:21:46.991Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||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-04-10T04:21:46.991Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||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-04-10T04:21:46.992Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||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-04-10T04:21:46.992Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||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-04-10T04:21:46.992Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||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-04-10T04:21:46.992Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||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-04-10T04:21:46.992Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-10T04:21:46.993Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:21:46.993Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:21:46.994Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-10T04:21:46.994Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-10T04:21:46.994Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:21:46.995Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:21:46.995Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:21:46.995Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-10T04:21:46.995Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-10T04:21:46.996Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:21:46.996Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:21:46.996Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:21:46.996Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:21:46.997Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:21:46.997Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:21:46.997Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:21:46.998Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:21:46.998Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:21:46.999Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:21:46.999Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:21:46.999Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:a6744849-0663-4bc1-9bbb-fe498881221c
Model Version:NULL
Model InvariantUuid:83c38251-a096-44a0-898c-05f521df6418
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:013a37ab-2875-49f0-9d49-67823823a8cd
Model UUID:507598ad-62aa-466a-898b-053a7ac171da
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:364afa14-c409-428d-b089-374189a83cd8
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-04-10T04:21:47.011Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: eafce70b-d650-45a0-898f-c7e286e7f910
2022-04-10T04:21:47.011Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||No resources found for Service: a6744849-0663-4bc1-9bbb-fe498881221c
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-04-10T04:21:47.020Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||
2022-04-10T04:21:47.021Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-10T04:21:47.022Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||No resources found for Service: a6744849-0663-4bc1-9bbb-fe498881221c
2022-04-10T04:21:47.022Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a6744849-0663-4bc1-9bbb-fe498881221c
2022-04-10T04:21:47.023Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-10T04:21:47.023Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||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-04-10T04:21:47.030Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@592fe99d, org.onap.sdc.toscaparser.api.parameters.Input@73ea94be, org.onap.sdc.toscaparser.api.parameters.Input@3ba08936, org.onap.sdc.toscaparser.api.parameters.Input@4453e0df, org.onap.sdc.toscaparser.api.parameters.Input@62968ac9]
2022-04-10T04:21:47.032Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:21:47.033Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:21:47.034Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:21:47.034Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:21:47.035Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a6744849-0663-4bc1-9bbb-fe498881221c: Generic NeutronNet
2022-04-10T04:21:47.035Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:21:47.036Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:21:47.037Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:21:47.037Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||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-04-10T04:21:47.090Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:21:47.091Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:21:47.091Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:21:47.091Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:21:47.092Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:21:47.092Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:21:47.092Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||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-04-10T04:21:47.204Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-10T04:21:47.204Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-10T04:21:47.204Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-10T04:21:47.204Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:21:47.205Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:21:47.208Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:21:47.208Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564507204,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:21:47.308Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:21:47.309Z||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-04-10T04:21:47.309Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:21:47.329Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:21:47.330Z||pool-70-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:21:48.210Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:21:48.451Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
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-04-10T04:21:48.523Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:21:48.524Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:21:48.524Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:22:18.545Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:22:18.570Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
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-04-10T04:22:18.575Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:22:18.575Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:22:18.576Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:22:40.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:22:40.743Z||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-04-10T04:22:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:22:40.787Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:22:40.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:22:40.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "dcae-sch",
  "timestamp": 1649564497041,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:22:40.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:22:48.576Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:22:48.588Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
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-04-10T04:22:48.592Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:22:48.592Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:22:48.592Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:23:18.592Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:23:18.607Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
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-04-10T04:23:18.611Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:23:18.611Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:23:18.612Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:23:40.747Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:23:40.750Z||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-04-10T04:23:40.751Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:23:40.864Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:23:40.866Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:23:40.866Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "cds",
  "timestamp": 1649564497337,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:23:40.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:23:40.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:23:40.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "policy-id",
  "timestamp": 1649564492075,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:23:40.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:23:48.612Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:23:48.635Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
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-04-10T04:23:48.640Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:23:48.640Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:23:48.641Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:24:18.642Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:24:18.684Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
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-04-10T04:24:18.690Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:24:18.690Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:24:18.691Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:24:40.744Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:24:40.746Z||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-04-10T04:24:40.746Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:24:40.802Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:24:40.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "aai-ml",
  "timestamp": 1649564495666,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:24:40.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:24:40.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "dcae-sch",
  "timestamp": 1649564497041,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:24:40.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:24:40.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "clamp",
  "timestamp": 1649564492617,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:24:40.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:24:40.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564500737,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:24:40.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:24:40.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564500113,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:24:40.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:24:40.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "policy-id",
  "timestamp": 1649564492075,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:24:40.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:24:40.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "cds",
  "timestamp": 1649564497337,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:24:40.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:24:40.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "aai-ml",
  "timestamp": 1649564504107,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:24:40.808Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:24:40.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "policy-id",
  "timestamp": 1649564503421,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:24:40.809Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:24:40.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564503605,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:24:40.809Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:24:40.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564504875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:24:40.809Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:24:40.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564504242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:24:40.810Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:24:40.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "cds",
  "timestamp": 1649564504302,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:24:40.810Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:24:40.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "policy-id",
  "timestamp": 1649564504426,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:24:40.810Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:24:40.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564505055,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:24:40.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:24:40.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564504242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:24:40.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:24:40.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "cds",
  "timestamp": 1649564505312,
  "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-04-10T04:24:40.825Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
2022-04-10T04:24:40.825Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe 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-04-10T04:24:40.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564505324,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:24:40.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:24:40.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "policy-id",
  "timestamp": 1649564505429,
  "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-04-10T04:24:40.852Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
2022-04-10T04:24:40.852Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe 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-04-10T04:24:40.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564505055,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:24:40.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:24:40.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564507204,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:24:40.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:24:40.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564506328,
  "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-04-10T04:24:40.885Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
2022-04-10T04:24:40.885Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe 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-04-10T04:24:40.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "clamp",
  "timestamp": 1649564512655,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:24:40.897Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:24:40.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "clamp",
  "timestamp": 1649564513676,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:24:40.898Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:24:40.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "aai-ml",
  "timestamp": 1649564514475,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:24:40.899Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:24:40.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "clamp",
  "timestamp": 1649564514681,
  "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-04-10T04:24:40.908Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
2022-04-10T04:24:40.909Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe 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-04-10T04:24:40.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:24:40.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "aai-ml",
  "timestamp": 1649564515480,
  "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-04-10T04:24:40.928Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
2022-04-10T04:24:40.928Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe 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-04-10T04:24:48.691Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:24:48.712Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe
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-04-10T04:24:48.717Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:24:48.718Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T04:24:48.718Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T04:24:48.718Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T04:24:48.719Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:24:48.719Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:24:48.719Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:24:48.719Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:24:48.720Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:24:48.720Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:24:48.720Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||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-04-10T04:24:48.750Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T04:25:18.751Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe 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-04-10T04:25:18.762Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe and serviceModelVersionId: a6744849-0663-4bc1-9bbb-fe498881221c
2022-04-10T04:25:18.763Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 83c38251-a096-44a0-898c-05f521df6418
2022-04-10T04:25:18.767Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/83c38251-a096-44a0-898c-05f521df6418/model-vers/model-ver/a6744849-0663-4bc1-9bbb-fe498881221c?depth=0
2022-04-10T04:25:18.778Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T04:25:18.900Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83c38251-a096-44a0-898c-05f521df6418/model-vers/model-ver/a6744849-0663-4bc1-9bbb-fe498881221c?depth=0|INFO|500||Invoke
2022-04-10T04:25:18.902Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83c38251-a096-44a0-898c-05f521df6418/model-vers/model-ver/a6744849-0663-4bc1-9bbb-fe498881221c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83c38251-a096-44a0-898c-05f521df6418/model-vers/model-ver/a6744849-0663-4bc1-9bbb-fe498881221c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[49aff160-c576-4201-a829-f20e574cb01c], X-ECOMP-RequestID=[8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe], X-TransactionId=[], X-ONAP-RequestID=[8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe], Content-Type=[application/merge-patch+json]}
2022-04-10T04:25:18.951Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83c38251-a096-44a0-898c-05f521df6418/model-vers/model-ver/a6744849-0663-4bc1-9bbb-fe498881221c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T04:25:20.401Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83c38251-a096-44a0-898c-05f521df6418/model-vers/model-ver/a6744849-0663-4bc1-9bbb-fe498881221c?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/83c38251-a096-44a0-898c-05f521df6418/model-vers/model-ver/a6744849-0663-4bc1-9bbb-fe498881221c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220410-04:25:17:889-81763], vertex-id=[196728], Content-Length=[0], Date=[Sun, 10 Apr 2022 04:25:17 GMT], Content-Type=[application/json]}
2022-04-10T04:25:20.402Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83c38251-a096-44a0-898c-05f521df6418/model-vers/model-ver/a6744849-0663-4bc1-9bbb-fe498881221c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-10T04:25:20.402Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83c38251-a096-44a0-898c-05f521df6418/model-vers/model-ver/a6744849-0663-4bc1-9bbb-fe498881221c?depth=0|INFO|500||InvokeReturn
2022-04-10T04:25:20.403Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T04:25:20.403Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||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-04-10T04:25:20.414Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||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-04-10T04:25:20.415Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T04:25:20.415Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T04:25:20.416Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:25:20.419Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:25:20.419Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564720415,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:25:20.519Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:25:20.521Z||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-04-10T04:25:20.521Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:25:20.555Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:25:20.556Z||pool-71-thread-1|||||INFO|500||cambria reply ok (36 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-04-10T04:25:21.442Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:25:21.443Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|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-04-10T04:25:21.443Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:25:25.892Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:25:25.893Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-10T04:25:25.894Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb64d46b-c144-4fc9-ae6c-7e126472a41e","serviceName":"Demo_pNF_meldv6QIAF8Bv3tCv9h2","serviceVersion":"1.0","serviceUUID":"5a10f130-d28e-4184-84ff-ec6e8d9cfc7c","serviceDescription":"catalog service description","serviceInvariantUUID":"ba2b4374-bce1-451a-9f72-6215e821f9b7","resources":[{"resourceInstanceName":"pNF 0fe641e3-79d7 0","resourceName":"pNF 0fe641e3-79d7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"61b7a7b5-f1d9-45c2-b86e-867550296794","resourceInvariantUUID":"b7ce1d3d-4fc8-479f-94e3-bb40ba937c8b","resourceCustomizationUUID":"34c466be-ac0f-42ec-9f48-a10d588aa4a1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vf-license-model.xml","artifactChecksum":"YjRiYTJjMTFlODRhNmFhNWJhMTgxYzQzZjhjYzFhOGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e2b58586-805e-40fe-904a-a8850d124b2f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/pNF.csar","artifactChecksum":"M2YxZmNmN2Y3Njg2MjdlOGUwMWVkNWJmZTQ0OTI5MTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88c60ed2-0fc8-4244-a197-5b30ad0fd3dc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0788c74d-11bc-4700-80eb-97f6f87ca7d7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vendor-license-model.xml","artifactChecksum":"NDc2ZGIxMzA2NjFlYThjOTdmZjcwNWUyNzZkODIwODI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4eb2454a-cd77-4a49-a5fc-9a35ef383da0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"de1e941b-38bc-4c66-a11e-3524e2f62003","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"089c9ec6-99c8-4c50-9227-0468a7e6fd1e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMeldv6qiaf8bv3tcv9h2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-template.yml","artifactChecksum":"MmNmMmQzNTgyY2MzYTA1NmM5OTgxNDZmNTQ3ZTU0ZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe21152e-d869-4ec0-a818-33e70fda0e78","artifactVersion":"1"},{"artifactName":"service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar","artifactChecksum":"MzBlNmI2YWE4ZWZiNTllZjJiODI5MGY5MTljYzY1N2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c34c3050-eb87-4756-a847-e55dfdbb9ffc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T04:25:25.896Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:25:25.896Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:25:25.902Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:25:25.902Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:25.999Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-10T04:25:26.000Z||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-04-10T04:25:26.000Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:25:26.015Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:25:26.016Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:25:26.903Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:25:26.906Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:25:26.909Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:25:26.910Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:27.011Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T04:25:27.013Z||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-04-10T04:25:27.014Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:25:27.073Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:25:27.075Z||pool-73-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:25:27.911Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:25:27.911Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:25:27.914Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:25:27.914Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:28.014Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:25:28.015Z||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-04-10T04:25:28.016Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:25:28.030Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:25:28.031Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:25:28.915Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:25:28.916Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:25:28.920Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:25:28.921Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:29.020Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:25:29.021Z||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-04-10T04:25:29.021Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:25:29.037Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:25:29.038Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:25:29.926Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:25:29.928Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:25:29.932Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:25:29.933Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:30.032Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:25:30.033Z||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-04-10T04:25:30.033Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:25:30.061Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:25:30.063Z||pool-76-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:25:30.934Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:25:30.935Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:25:30.938Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:25:30.938Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:31.042Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-10T04:25:31.043Z||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-04-10T04:25:31.044Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:25:31.060Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:25:31.061Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:25:31.939Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:25:31.939Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:25:31.942Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:25:31.942Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:32.042Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:25:32.043Z||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-04-10T04:25:32.044Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:25:32.063Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:25:32.064Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:25:32.943Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:25:32.944Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:25:32.947Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:25:32.947Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:25:33.047Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:25:33.049Z||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-04-10T04:25:33.049Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:25:33.070Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:25:33.071Z||pool-79-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:25:33.948Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "serviceName": "Demo_pNF_meldv6QIAF8Bv3tCv9h2",
  "serviceVersion": "1.0",
  "serviceUUID": "5a10f130-d28e-4184-84ff-ec6e8d9cfc7c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ba2b4374-bce1-451a-9f72-6215e821f9b7",
  "resources": [
    {
      "resourceInstanceName": "pNF 0fe641e3-79d7 0",
      "resourceCustomizationUUID": "34c466be-ac0f-42ec-9f48-a10d588aa4a1",
      "resourceName": "pNF 0fe641e3-79d7",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "61b7a7b5-f1d9-45c2-b86e-867550296794",
      "resourceInvariantUUID": "b7ce1d3d-4fc8-479f-94e3-bb40ba937c8b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
      "artifactChecksum": "MzBlNmI2YWE4ZWZiNTllZjJiODI5MGY5MTljYzY1N2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c34c3050-eb87-4756-a847-e55dfdbb9ffc"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T04:25:33.952Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T04:25:33.953Z|8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5a10f130-d28e-4184-84ff-ec6e8d9cfc7c ASDC
2022-04-10T04:25:33.953Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:fb64d46b-c144-4fc9-ae6c-7e126472a41e
ServiceName:Demo_pNF_meldv6QIAF8Bv3tCv9h2
ServiceVersion:1.0
ServiceUUID:5a10f130-d28e-4184-84ff-ec6e8d9cfc7c
ServiceInvariantUUID:ba2b4374-bce1-451a-9f72-6215e821f9b7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
ArtifactUUID:c34c3050-eb87-4756-a847-e55dfdbb9ffc
ArtifactChecksum:MzBlNmI2YWE4ZWZiNTllZjJiODI5MGY5MTljYzY1N2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0fe641e3-79d7 0
ResourceCustomizationUUID:34c466be-ac0f-42ec-9f48-a10d588aa4a1
ResourceInvariantUUID:b7ce1d3d-4fc8-479f-94e3-bb40ba937c8b
ResourceName:pNF 0fe641e3-79d7
ResourceType:PNF
ResourceUUID:61b7a7b5-f1d9-45c2-b86e-867550296794
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-10T04:25:33.953Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a10f130-d28e-4184-84ff-ec6e8d9cfc7c 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-04-10T04:25:34.012Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:25:34.013Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:25:34.013Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:25:34.014Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c34c3050-eb87-4756-a847-e55dfdbb9ffc from URL: /sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
2022-04-10T04:25:34.014Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:25:34.014Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
2022-04-10T04:25:34.143Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:25:34.153Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar c34c3050-eb87-4756-a847-e55dfdbb9ffc 82622
2022-04-10T04:25:34.154Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar ASDC sendASDCNotification
2022-04-10T04:25:34.154Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
2022-04-10T04:25:34.154Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:25:34.155Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:25:34.159Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:25:34.159Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564734154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:25:34.258Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:25:34.259Z||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-04-10T04:25:34.259Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:25:34.290Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:25:34.291Z||pool-80-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:25:35.160Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:25:35.162Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:25:35.162Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c34c3050-eb87-4756-a847-e55dfdbb9ffc, URL: /sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar to file: /app/ASDC/1/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
2022-04-10T04:25:35.162Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
2022-04-10T04:25:35.163Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
2022-04-10T04:25:35.163Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
2022-04-10T04:25:35.397Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18095035987403353978/Definitions/service-DemoPnfMeldv6qiaf8bv3tcv9h2-template.yml
2022-04-10T04:25:36.809Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T04:25:36.810Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-10T04:25:36.810Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
2022-04-10T04:25:36.810Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-10T04:25:36.810Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||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-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
2022-04-10T04:25:36.810Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
2022-04-10T04:25:36.811Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||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-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
2022-04-10T04:25:36.811Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||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-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
2022-04-10T04:25:36.811Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||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-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
2022-04-10T04:25:36.811Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0fe641e3-79d7 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-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
2022-04-10T04:25:36.811Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||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-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
2022-04-10T04:25:36.811Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-10T04:25:36.812Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:25:36.812Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_meldv6QIAF8Bv3tCv9h2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:25:36.812Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Node template pNF 0fe641e3-79d7 0 is matching search criteria
2022-04-10T04:25:36.812Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-10T04:25:36.813Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0fe641e3-79d7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:25:36.813Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:25:36.813Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_meldv6QIAF8Bv3tCv9h2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:25:36.813Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Node template pNF 0fe641e3-79d7 0 is matching search criteria
2022-04-10T04:25:36.814Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-10T04:25:36.814Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0fe641e3-79d7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:25:36.814Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:25:36.814Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_meldv6QIAF8Bv3tCv9h2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:25:36.814Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:25:36.815Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_meldv6QIAF8Bv3tCv9h2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:25:36.815Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:25:36.815Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_meldv6QIAF8Bv3tCv9h2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:25:36.815Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:25:36.815Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_meldv6QIAF8Bv3tCv9h2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:25:36.816Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:25:36.816Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_meldv6QIAF8Bv3tCv9h2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:25:36.816Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_meldv6QIAF8Bv3tCv9h2
Description:catalog service description
Model UUID:5a10f130-d28e-4184-84ff-ec6e8d9cfc7c
Model Version:NULL
Model InvariantUuid:ba2b4374-bce1-451a-9f72-6215e821f9b7
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-04-10T04:25:36.833Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 61b7a7b5-f1d9-45c2-b86e-867550296794
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-04-10T04:25:36.841Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||pNF 0fe641e3-79d7 0
2022-04-10T04:25:36.842Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 61b7a7b5-f1d9-45c2-b86e-867550296794
2022-04-10T04:25:36.842Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 5a10f130-d28e-4184-84ff-ec6e8d9cfc7c
2022-04-10T04:25:36.842Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5a10f130-d28e-4184-84ff-ec6e8d9cfc7c
2022-04-10T04:25:36.842Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0fe641e3-79d7 0 61b7a7b5-f1d9-45c2-b86e-867550296794 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-04-10T04:25:36.849Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e917fc4, org.onap.sdc.toscaparser.api.parameters.Input@30a415ba, org.onap.sdc.toscaparser.api.parameters.Input@40fdeec0, org.onap.sdc.toscaparser.api.parameters.Input@5484cc0, org.onap.sdc.toscaparser.api.parameters.Input@20026cf2]
2022-04-10T04:25:36.850Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:25:36.850Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_meldv6QIAF8Bv3tCv9h2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:25:36.851Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5a10f130-d28e-4184-84ff-ec6e8d9cfc7c: pNF 0fe641e3-79d7
2022-04-10T04:25:36.851Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||Processing PNF resource: 61b7a7b5-f1d9-45c2-b86e-867550296794
2022-04-10T04:25:36.851Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:25:36.851Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_meldv6QIAF8Bv3tCv9h2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:25:36.851Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||Resource customization UUID: 34c466be-ac0f-42ec-9f48-a10d588aa4a1 is the same as notified resource customizationUUID: 34c466be-ac0f-42ec-9f48-a10d588aa4a1
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-04-10T04:25:36.938Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0fe641e3-79d7 61b7a7b5-f1d9-45c2-b86e-867550296794 0 ASDC deployResourceStructure
2022-04-10T04:25:36.939Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar ASDC sendASDCNotification
2022-04-10T04:25:36.939Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar
2022-04-10T04:25:36.939Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:25:36.939Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:25:36.943Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:25:36.943Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564736939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:25:37.043Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:25:37.044Z||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-04-10T04:25:37.044Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:25:37.062Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:25:37.065Z||pool-81-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:25:37.945Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb64d46b-c144-4fc9-ae6c-7e126472a41e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:25:37.985Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb64d46b-c144-4fc9-ae6c-7e126472a41e
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-04-10T04:25:37.991Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:25:37.991Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:25:37.992Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:25:40.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:25:40.743Z||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-04-10T04:25:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:25:40.821Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:25:40.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564590113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "dcae-sch",
  "timestamp": 1649564597041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "policy-id",
  "timestamp": 1649564592075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564590113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "dcae-sch",
  "timestamp": 1649564597041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "policy-id",
  "timestamp": 1649564592075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564590113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "dcae-sch",
  "timestamp": 1649564597041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "policy-id",
  "timestamp": 1649564592075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564590113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "dcae-sch",
  "timestamp": 1649564597041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "policy-id",
  "timestamp": 1649564592075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564590113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "policy-id",
  "timestamp": 1649564592075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "dcae-sch",
  "timestamp": 1649564597041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "cds",
  "timestamp": 1649564602337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564590113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "policy-id",
  "timestamp": 1649564592075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "dcae-sch",
  "timestamp": 1649564597041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "cds",
  "timestamp": 1649564602337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564604242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564590113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "dcae-sch",
  "timestamp": 1649564597041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "policy-id",
  "timestamp": 1649564592075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564605052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "cds",
  "timestamp": 1649564602337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564604242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "policy-id",
  "timestamp": 1649564592075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:25:40.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564590113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:25:40.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "dcae-sch",
  "timestamp": 1649564597041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564605052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "cds",
  "timestamp": 1649564602337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564604242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564605052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.857Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.857Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.857Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "cds",
  "timestamp": 1649564602337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564604242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.858Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.858Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.858Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564607339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:25:40.858Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:25:40.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "policy-id",
  "timestamp": 1649564607335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:25:40.859Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:25:40.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.859Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564605052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.859Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.859Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "cds",
  "timestamp": 1649564602337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564604242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.861Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.861Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.861Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "policy-id",
  "timestamp": 1649564608342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:25:40.862Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:25:40.862Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.862Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564605052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.863Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "cds",
  "timestamp": 1649564602337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.863Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.863Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564604242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.864Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.864Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564609237,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:25:40.865Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:25:40.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "policy-id",
  "timestamp": 1649564609346,
  "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-04-10T04:25:40.885Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb64d46b-c144-4fc9-ae6c-7e126472a41e
2022-04-10T04:25:40.885Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb64d46b-c144-4fc9-ae6c-7e126472a41e 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-04-10T04:25:40.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564605052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:25:40.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "cds",
  "timestamp": 1649564602337,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:25:40.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564604242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564610241,
  "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-04-10T04:25:40.929Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb64d46b-c144-4fc9-ae6c-7e126472a41e
2022-04-10T04:25:40.929Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb64d46b-c144-4fc9-ae6c-7e126472a41e 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-04-10T04:25:40.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564605052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.958Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564604242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:25:40.959Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "cds",
  "timestamp": 1649564611156,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:25:40.960Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:25:40.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564605052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:40.961Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:40.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:40.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "cds",
  "timestamp": 1649564612165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-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-04-10T04:25:40.984Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb64d46b-c144-4fc9-ae6c-7e126472a41e
2022-04-10T04:25:40.987Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb64d46b-c144-4fc9-ae6c-7e126472a41e 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-04-10T04:25:41.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "clamp",
  "timestamp": 1649564612617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "policy-id",
  "timestamp": 1649564612075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564614073,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:25:41.008Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:25:41.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "clamp",
  "timestamp": 1649564612617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "policy-id",
  "timestamp": 1649564612075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564615399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:25:41.010Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:25:41.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "clamp",
  "timestamp": 1649564612617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "policy-id",
  "timestamp": 1649564612075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564616408,
  "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-04-10T04:25:41.025Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of fb64d46b-c144-4fc9-ae6c-7e126472a41e
2022-04-10T04:25:41.026Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb64d46b-c144-4fc9-ae6c-7e126472a41e 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-04-10T04:25:41.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "aai-ml",
  "timestamp": 1649564615667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "clamp",
  "timestamp": 1649564612617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "policy-id",
  "timestamp": 1649564612075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "aai-ml",
  "timestamp": 1649564615667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "clamp",
  "timestamp": 1649564612617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "dcae-sch",
  "timestamp": 1649564617042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "policy-id",
  "timestamp": 1649564612075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:25:41.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "aai-ml",
  "timestamp": 1649564615667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "clamp",
  "timestamp": 1649564612617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "dcae-sch",
  "timestamp": 1649564617042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "cds",
  "timestamp": 1649564617337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "policy-id",
  "timestamp": 1649564612075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "aai-ml",
  "timestamp": 1649564615667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "clamp",
  "timestamp": 1649564612617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "dcae-sch",
  "timestamp": 1649564617042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "cds",
  "timestamp": 1649564617337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:25:41.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:25:41.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "policy-id",
  "timestamp": 1649564612075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:25:41.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:08.001Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb64d46b-c144-4fc9-ae6c-7e126472a41e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:26:08.031Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb64d46b-c144-4fc9-ae6c-7e126472a41e
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-04-10T04:26:08.041Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:26:08.041Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:26:08.042Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:26:38.042Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb64d46b-c144-4fc9-ae6c-7e126472a41e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:26:38.075Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb64d46b-c144-4fc9-ae6c-7e126472a41e
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-04-10T04:26:38.080Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:26:38.080Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T04:26:38.080Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T04:26:40.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:26:40.744Z||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-04-10T04:26:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:26:40.793Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:26:40.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "clamp",
  "timestamp": 1649564612617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:40.817Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "aai-ml",
  "timestamp": 1649564615667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.818Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.818Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "dcae-sch",
  "timestamp": 1649564617042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.818Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "cds",
  "timestamp": 1649564617337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.819Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "policy-id",
  "timestamp": 1649564612075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.820Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "aai-ml",
  "timestamp": 1649564615667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "dcae-sch",
  "timestamp": 1649564617042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.821Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "cds",
  "timestamp": 1649564617337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.822Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564620113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.822Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "policy-id",
  "timestamp": 1649564612075,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:40.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "aai-ml",
  "timestamp": 1649564615667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "dcae-sch",
  "timestamp": 1649564617042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.824Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.824Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "cds",
  "timestamp": 1649564617337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564620113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.825Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "aai-ml",
  "timestamp": 1649564615667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:40.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "cds",
  "timestamp": 1649564617337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.826Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "dcae-sch",
  "timestamp": 1649564617042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564620113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "policy-id",
  "timestamp": 1649564622913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:40.828Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:40.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "cds",
  "timestamp": 1649564617337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "dcae-sch",
  "timestamp": 1649564617042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564620113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564624241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "policy-id",
  "timestamp": 1649564623918,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:26:40.830Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:40.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "aai-ml",
  "timestamp": 1649564625071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:40.831Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:40.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564625056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "dcae-sch",
  "timestamp": 1649564617042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564620113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "cds",
  "timestamp": 1649564617337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564624241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-10T04:26:40.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "policy-id",
  "timestamp": 1649564624922,
  "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-04-10T04:26:40.856Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 901113b5-7f19-4572-926e-afcfaabefa1a
2022-04-10T04:26:40.857Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 901113b5-7f19-4572-926e-afcfaabefa1a 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-04-10T04:26:40.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564625056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "cds",
  "timestamp": 1649564617337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:40.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564620113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564624241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-10T04:26:40.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564625056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564620113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.892Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564624241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:26:40.893Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "cds",
  "timestamp": 1649564627517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:40.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:40.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564625056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.894Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564620113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564624241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:26:40.895Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "cds",
  "timestamp": 1649564628523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T04:26:40.903Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 901113b5-7f19-4572-926e-afcfaabefa1a
2022-04-10T04:26:40.904Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 901113b5-7f19-4572-926e-afcfaabefa1a 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-04-10T04:26:40.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564625056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564620113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:40.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "clamp",
  "timestamp": 1649564629602,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:40.930Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:40.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564624241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564625056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564624241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-10T04:26:40.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "clamp",
  "timestamp": 1649564630713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:26:40.932Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:40.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564625056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564624241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564631044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:40.935Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:40.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "clamp",
  "timestamp": 1649564631718,
  "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-04-10T04:26:40.948Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb64d46b-c144-4fc9-ae6c-7e126472a41e
2022-04-10T04:26:40.949Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb64d46b-c144-4fc9-ae6c-7e126472a41e 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-04-10T04:26:40.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564625056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564624241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:40.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "clamp",
  "timestamp": 1649564612617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "policy-id",
  "timestamp": 1649564632075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "cds",
  "timestamp": 1649564632337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564625056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "clamp",
  "timestamp": 1649564612617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564633358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:26:40.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:40.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "policy-id",
  "timestamp": 1649564632075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564625056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "cds",
  "timestamp": 1649564632337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "clamp",
  "timestamp": 1649564612617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:40.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:40.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564635287,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:40.976Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:40.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:40.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564634361,
  "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-04-10T04:26:41.006Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 901113b5-7f19-4572-926e-afcfaabefa1a
2022-04-10T04:26:41.007Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 901113b5-7f19-4572-926e-afcfaabefa1a 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-04-10T04:26:41.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "aai-ml",
  "timestamp": 1649564635372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:26:41.035Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "policy-id",
  "timestamp": 1649564632075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "cds",
  "timestamp": 1649564632337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564625056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "clamp",
  "timestamp": 1649564612617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564620113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "aai-ml",
  "timestamp": 1649564636377,
  "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-04-10T04:26:41.070Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb64d46b-c144-4fc9-ae6c-7e126472a41e
2022-04-10T04:26:41.071Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb64d46b-c144-4fc9-ae6c-7e126472a41e 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-04-10T04:26:41.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "policy-id",
  "timestamp": 1649564632075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.091Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "cds",
  "timestamp": 1649564632337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.091Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564636792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.092Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564625056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.092Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "clamp",
  "timestamp": 1649564612617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564620113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.095Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "dcae-sch",
  "timestamp": 1649564637041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "aai-ml",
  "timestamp": 1649564615667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "policy-id",
  "timestamp": 1649564632075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "cds",
  "timestamp": 1649564632337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564625056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "clamp",
  "timestamp": 1649564612617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564638336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.100Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564620113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "dcae-sch",
  "timestamp": 1649564637041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "aai-ml",
  "timestamp": 1649564615667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "policy-id",
  "timestamp": 1649564632075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "cds",
  "timestamp": 1649564632337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564625056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "clamp",
  "timestamp": 1649564612617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564620113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564639518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "aai-ml",
  "timestamp": 1649564615667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "dcae-sch",
  "timestamp": 1649564637041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "policy-id",
  "timestamp": 1649564632075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564625056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "cds",
  "timestamp": 1649564632337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "clamp",
  "timestamp": 1649564612617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564620113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564640656,
  "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-04-10T04:26:41.136Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 901113b5-7f19-4572-926e-afcfaabefa1a
2022-04-10T04:26:41.136Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 901113b5-7f19-4572-926e-afcfaabefa1a 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-04-10T04:26:41.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "dcae-sch",
  "timestamp": 1649564637041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "aai-ml",
  "timestamp": 1649564615667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.175Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.175Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564625056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.176Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "clamp",
  "timestamp": 1649564612617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.176Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.176Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.177Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "cds",
  "timestamp": 1649564640546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.179Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.179Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.179Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "policy-id",
  "timestamp": 1649564640355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.180Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.180Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.180Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564620113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.181Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564641664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:26:41.182Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.182Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "aai-ml",
  "timestamp": 1649564615667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.182Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.182Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "dcae-sch",
  "timestamp": 1649564637041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.183Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "cds",
  "timestamp": 1649564641557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T04:26:41.207Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e5cfd02-3309-48be-8481-bdefd5611d01
2022-04-10T04:26:41.207Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5cfd02-3309-48be-8481-bdefd5611d01 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-04-10T04:26:41.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "policy-id",
  "timestamp": 1649564641358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:26:41.229Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564620113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564624241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.232Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "aai-ml",
  "timestamp": 1649564615667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.232Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.232Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.233Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "dcae-sch",
  "timestamp": 1649564637041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.233Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "policy-id",
  "timestamp": 1649564642361,
  "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-04-10T04:26:41.255Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e5cfd02-3309-48be-8481-bdefd5611d01
2022-04-10T04:26:41.256Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5cfd02-3309-48be-8481-bdefd5611d01 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-04-10T04:26:41.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.293Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564642482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.294Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.295Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564624241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.296Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.296Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "aai-ml",
  "timestamp": 1649564615667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.297Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.297Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "dcae-sch",
  "timestamp": 1649564637041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.298Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.298Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564624241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.299Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.299Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "aai-ml",
  "timestamp": 1649564615667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.300Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.301Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "dcae-sch",
  "timestamp": 1649564637041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.302Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.303Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564645053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.303Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.304Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564624241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.305Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "aai-ml",
  "timestamp": 1649564615667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.306Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.306Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "dcae-sch",
  "timestamp": 1649564637041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.307Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.307Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.307Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564645053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.308Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564624241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "dcae-sch",
  "timestamp": 1649564637041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.315Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.315Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.315Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "aai-ml",
  "timestamp": 1649564646857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.316Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.316Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.317Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564645053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.318Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564624241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.319Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.319Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.319Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "dcae-sch",
  "timestamp": 1649564637041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.320Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.320Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.320Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564645053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.320Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.321Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564624241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.321Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.322Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "cds",
  "timestamp": 1649564647337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.322Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.322Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.323Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "dcae-sch",
  "timestamp": 1649564637041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.323Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.323Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.323Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564648103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:26:41.324Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564645053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.324Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "cds",
  "timestamp": 1649564647337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "dcae-sch",
  "timestamp": 1649564637041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.325Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564649108,
  "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-04-10T04:26:41.332Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e5cfd02-3309-48be-8481-bdefd5611d01
2022-04-10T04:26:41.332Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5cfd02-3309-48be-8481-bdefd5611d01 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-04-10T04:26:41.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564650430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.370Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564645053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "cds",
  "timestamp": 1649564647337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "dcae-sch",
  "timestamp": 1649564637041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564651739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564645053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "cds",
  "timestamp": 1649564647337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564650113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "dcae-sch",
  "timestamp": 1649564637041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564645053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "cds",
  "timestamp": 1649564647337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564650113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.375Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564653396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "policy-id",
  "timestamp": 1649564652075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "cds",
  "timestamp": 1649564647337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564650113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564654491,
  "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-04-10T04:26:41.385Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e5cfd02-3309-48be-8481-bdefd5611d01
2022-04-10T04:26:41.385Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5cfd02-3309-48be-8481-bdefd5611d01 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-04-10T04:26:41.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "policy-id",
  "timestamp": 1649564652075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "cds",
  "timestamp": 1649564647337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564650113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "clamp",
  "timestamp": 1649564654710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.401Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564655508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:26:41.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "policy-id",
  "timestamp": 1649564652075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "cds",
  "timestamp": 1649564647337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564650113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "policy-id",
  "timestamp": 1649564652075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564650113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "clamp",
  "timestamp": 1649564656719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:26:41.407Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564656566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "policy-id",
  "timestamp": 1649564652075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564650113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "clamp",
  "timestamp": 1649564657724,
  "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-04-10T04:26:41.420Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 901113b5-7f19-4572-926e-afcfaabefa1a
2022-04-10T04:26:41.420Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 901113b5-7f19-4572-926e-afcfaabefa1a 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-04-10T04:26:41.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "cds",
  "timestamp": 1649564657394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564656566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "policy-id",
  "timestamp": 1649564652075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564650113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564656566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "clamp",
  "timestamp": 1649564658734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "policy-id",
  "timestamp": 1649564652075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564656566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "clamp",
  "timestamp": 1649564658734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "policy-id",
  "timestamp": 1649564652075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "cds",
  "timestamp": 1649564660047,
  "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-04-10T04:26:41.488Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fbd127c6-2081-4d4c-aebf-db82598bf130
2022-04-10T04:26:41.489Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbd127c6-2081-4d4c-aebf-db82598bf130 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-04-10T04:26:41.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564660003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.511Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564656566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "clamp",
  "timestamp": 1649564658734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564656566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "clamp",
  "timestamp": 1649564658734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "policy-id",
  "timestamp": 1649564662019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564656566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564662387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:26:41.517Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "clamp",
  "timestamp": 1649564658734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "policy-id",
  "timestamp": 1649564663024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:26:41.519Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564663395,
  "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-04-10T04:26:41.531Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fbd127c6-2081-4d4c-aebf-db82598bf130
2022-04-10T04:26:41.531Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbd127c6-2081-4d4c-aebf-db82598bf130 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-04-10T04:26:41.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564656566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "clamp",
  "timestamp": 1649564658734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "policy-id",
  "timestamp": 1649564664027,
  "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-04-10T04:26:41.569Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbd127c6-2081-4d4c-aebf-db82598bf130
2022-04-10T04:26:41.570Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbd127c6-2081-4d4c-aebf-db82598bf130 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-04-10T04:26:41.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "clamp",
  "timestamp": 1649564658734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564666182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.589Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564667786,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.590Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "aai-ml",
  "timestamp": 1649564667449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:26:41.591Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "aai-ml",
  "timestamp": 1649564668456,
  "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-04-10T04:26:41.622Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 901113b5-7f19-4572-926e-afcfaabefa1a
2022-04-10T04:26:41.622Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 901113b5-7f19-4572-926e-afcfaabefa1a 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-04-10T04:26:41.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564669147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.645Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564670184,
  "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-04-10T04:26:41.675Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbd127c6-2081-4d4c-aebf-db82598bf130
2022-04-10T04:26:41.676Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbd127c6-2081-4d4c-aebf-db82598bf130 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-04-10T04:26:41.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "aai-ml",
  "timestamp": 1649564669461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "clamp",
  "timestamp": 1649564670719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564671192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:26:41.702Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "aai-ml",
  "timestamp": 1649564669461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.703Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.703Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.703Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "aai-ml",
  "timestamp": 1649564669461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.704Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.704Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.704Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "aai-ml",
  "timestamp": 1649564669461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.704Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.705Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "clamp",
  "timestamp": 1649564673725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:26:41.705Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "aai-ml",
  "timestamp": 1649564669461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.706Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.706Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "clamp",
  "timestamp": 1649564674731,
  "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-04-10T04:26:41.713Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1e5cfd02-3309-48be-8481-bdefd5611d01
2022-04-10T04:26:41.714Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5cfd02-3309-48be-8481-bdefd5611d01 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-04-10T04:26:41.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "aai-ml",
  "timestamp": 1649564669461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.726Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "clamp",
  "timestamp": 1649564658734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.727Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "aai-ml",
  "timestamp": 1649564669461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.728Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "clamp",
  "timestamp": 1649564658734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.729Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564672197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.729Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "dcae-sch",
  "timestamp": 1649564677041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.730Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "policy-id",
  "timestamp": 1649564672075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "aai-ml",
  "timestamp": 1649564677650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:26:41.732Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:26:41.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "clamp",
  "timestamp": 1649564658734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564672197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "dcae-sch",
  "timestamp": 1649564677041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "cds",
  "timestamp": 1649564677337,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "policy-id",
  "timestamp": 1649564672075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "clamp",
  "timestamp": 1649564658734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564672197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:26:41.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "policy-id",
  "timestamp": 1649564672075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "cds",
  "timestamp": 1649564677337,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "dcae-sch",
  "timestamp": 1649564677041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:26:41.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:26:41.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "clamp",
  "timestamp": 1649564658734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:26:41.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:08.081Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb64d46b-c144-4fc9-ae6c-7e126472a41e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:27:08.095Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb64d46b-c144-4fc9-ae6c-7e126472a41e
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-04-10T04:27:08.098Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:27:08.099Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T04:27:08.099Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T04:27:08.099Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T04:27:08.099Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:27:08.099Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:27:08.099Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:27:08.100Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:27:08.100Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:27:08.100Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:27:08.100Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:27:08.100Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||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-04-10T04:27:08.107Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T04:27:38.108Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb64d46b-c144-4fc9-ae6c-7e126472a41e 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-04-10T04:27:38.118Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb64d46b-c144-4fc9-ae6c-7e126472a41e and serviceModelVersionId: 5a10f130-d28e-4184-84ff-ec6e8d9cfc7c
2022-04-10T04:27:38.118Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ba2b4374-bce1-451a-9f72-6215e821f9b7
2022-04-10T04:27:38.120Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ba2b4374-bce1-451a-9f72-6215e821f9b7/model-vers/model-ver/5a10f130-d28e-4184-84ff-ec6e8d9cfc7c?depth=0
2022-04-10T04:27:38.131Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T04:27:38.233Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba2b4374-bce1-451a-9f72-6215e821f9b7/model-vers/model-ver/5a10f130-d28e-4184-84ff-ec6e8d9cfc7c?depth=0|INFO|500||Invoke
2022-04-10T04:27:38.233Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba2b4374-bce1-451a-9f72-6215e821f9b7/model-vers/model-ver/5a10f130-d28e-4184-84ff-ec6e8d9cfc7c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba2b4374-bce1-451a-9f72-6215e821f9b7/model-vers/model-ver/5a10f130-d28e-4184-84ff-ec6e8d9cfc7c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb64d46b-c144-4fc9-ae6c-7e126472a41e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[684bdd87-25c7-4397-97e6-e6fedc88764a], X-ECOMP-RequestID=[fb64d46b-c144-4fc9-ae6c-7e126472a41e], X-TransactionId=[], X-ONAP-RequestID=[fb64d46b-c144-4fc9-ae6c-7e126472a41e], Content-Type=[application/merge-patch+json]}
2022-04-10T04:27:38.300Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba2b4374-bce1-451a-9f72-6215e821f9b7/model-vers/model-ver/5a10f130-d28e-4184-84ff-ec6e8d9cfc7c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T04:27:38.875Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba2b4374-bce1-451a-9f72-6215e821f9b7/model-vers/model-ver/5a10f130-d28e-4184-84ff-ec6e8d9cfc7c?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/ba2b4374-bce1-451a-9f72-6215e821f9b7/model-vers/model-ver/5a10f130-d28e-4184-84ff-ec6e8d9cfc7c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220410-04:27:37:230-94066], vertex-id=[217160], Content-Length=[0], Date=[Sun, 10 Apr 2022 04:27:37 GMT], Content-Type=[application/json]}
2022-04-10T04:27:38.876Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba2b4374-bce1-451a-9f72-6215e821f9b7/model-vers/model-ver/5a10f130-d28e-4184-84ff-ec6e8d9cfc7c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-10T04:27:38.877Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba2b4374-bce1-451a-9f72-6215e821f9b7/model-vers/model-ver/5a10f130-d28e-4184-84ff-ec6e8d9cfc7c?depth=0|INFO|500||InvokeReturn
2022-04-10T04:27:38.882Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T04:27:38.882Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||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-04-10T04:27:38.902Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||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-04-10T04:27:38.903Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb64d46b-c144-4fc9-ae6c-7e126472a41e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T04:27:38.903Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T04:27:38.904Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:27:38.907Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:27:38.908Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564858903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:27:39.008Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:27:39.010Z||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-04-10T04:27:39.010Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:27:39.045Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:27:39.046Z||pool-82-thread-1|||||INFO|500||cambria reply ok (37 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-04-10T04:27:39.963Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-10T04:27:39.964Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"901113b5-7f19-4572-926e-afcfaabefa1a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2e631317-2309-4378-a415-d40f5f4af8b9","serviceDescription":"service","serviceInvariantUUID":"9827a1e5-fe96-46ea-b5f7-cc0c0d3fdfca","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6fce71e5-796c-4eab-9328-1fd95505bfa6","resourceInvariantUUID":"59c9eeeb-20b1-481c-bd7f-e36d6875ba4c","resourceCustomizationUUID":"03ef5777-9a1c-40d9-9a18-25dabdec2eba","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":"NTU4NzU3ZDZmOGRmN2NhZmY5OWE5ZTA5Y2U1NDc3NTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72b1867e-3a17-43b9-ad62-767f440e73b7","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":"b39e638c-2ace-4e0f-b989-e69fb53dc683","artifactVersion":"2","generatedFromUUID":"a7de20ef-e941-43c9-abc3-01e143a5402e"},{"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":"a7de20ef-e941-43c9-abc3-01e143a5402e","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":"NWRiMTY2OTI0MGZhNjE3NThmMmY5ZjlmMDJkZDVhNGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"579086f2-9ca8-4dac-a31e-ed1bc20ee8ec","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":"10bec31a-fdab-41c3-89eb-0310fffb10bb","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":"4fcbedf0-1340-49e9-94ab-dad88f2afc95","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":"40f33341-c61e-4741-9b88-de9520385f01","artifactVersion":"2","generatedFromUUID":"10bec31a-fdab-41c3-89eb-0310fffb10bb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDA5NGIxOGVhMTgyYzU0MGU3ZWI3Yjk1YmYwZTc1MDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"504147bf-1f33-49ee-b393-d41d7f8b4f60","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjQ3NmU0ZDgzODI5YjUwMWE4ZTIxMWM0NDFkMGQzZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"550b1d0f-1a57-49af-802c-ed262d20983d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T04:27:39.964Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:27:39.965Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:27:39.967Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:27:39.968Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.076Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-04-10T04:27:40.079Z||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-04-10T04:27:40.079Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:27:40.099Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:27:40.100Z||pool-83-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:27:40.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:27:40.745Z||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-04-10T04:27:40.745Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:27:40.843Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:27:40.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564672197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:27:40.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "policy-id",
  "timestamp": 1649564672075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:27:40.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "dcae-sch",
  "timestamp": 1649564677041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "cds",
  "timestamp": 1649564677337,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "clamp",
  "timestamp": 1649564658734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564680114,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564672197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "policy-id",
  "timestamp": 1649564672075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "dcae-sch",
  "timestamp": 1649564677041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "cds",
  "timestamp": 1649564677337,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "clamp",
  "timestamp": 1649564658734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564680114,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564672197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-10T04:27:40.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "dcae-sch",
  "timestamp": 1649564677041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "cds",
  "timestamp": 1649564677337,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "policy-id",
  "timestamp": 1649564672075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "clamp",
  "timestamp": 1649564658734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:27:40.850Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564680114,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "policy-id",
  "timestamp": 1649564672075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564672197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "cds",
  "timestamp": 1649564677337,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "dcae-sch",
  "timestamp": 1649564677041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564680114,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "policy-id",
  "timestamp": 1649564672075,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:27:40.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564672197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:27:40.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "cds",
  "timestamp": 1649564677337,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "dcae-sch",
  "timestamp": 1649564677041,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564685052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564680114,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "cds",
  "timestamp": 1649564677337,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:27:40.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564685052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "policy-id",
  "timestamp": 1649564685708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:40.854Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:40.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564686747,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:40.854Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:40.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564680114,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "cds",
  "timestamp": 1649564686343,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:40.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:40.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564685052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "policy-id",
  "timestamp": 1649564686712,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:27:40.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:40.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564680114,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.855Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "cds",
  "timestamp": 1649564687351,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T04:27:40.933Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b8e48c3-96e0-4b06-93ba-31b30007c244
2022-04-10T04:27:40.933Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b8e48c3-96e0-4b06-93ba-31b30007c244 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-04-10T04:27:40.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564688143,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:40.959Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:40.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "dcae-sch",
  "timestamp": 1649564688151,
  "artifactURL": "/sdc/v1/catalog/services/d7028535-6318-441f-99c7-44d687d54004/resourceInstances/basicclamp0/artifacts/667f5d0f-e021-404a-ab49-016a26299489",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:40.959Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:40.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564685052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.960Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "policy-id",
  "timestamp": 1649564687714,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-04-10T04:27:40.970Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:27:40.971Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T04:27:40.981Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b8e48c3-96e0-4b06-93ba-31b30007c244
2022-04-10T04:27:40.981Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b8e48c3-96e0-4b06-93ba-31b30007c244 and ComponentName POLICY
2022-04-10T04:27:40.982Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:27:40.982Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T04:27:40.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564680114,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:27:40.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564685052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "dcae-sch",
  "timestamp": 1649564689807,
  "artifactURL": "/sdc/v1/catalog/services/d7028535-6318-441f-99c7-44d687d54004/resourceInstances/basicclamp0/artifacts/667f5d0f-e021-404a-ab49-016a26299489",
  "status": "DEPLOY_OK"
}
2022-04-10T04:27:40.997Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:40.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564685052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:40.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:40.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:40.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "dcae-sch",
  "timestamp": 1649564690814,
  "artifactURL": "/sdc/v1/catalog/services/d7028535-6318-441f-99c7-44d687d54004/resourceInstances/basicclamp0/artifacts/667f5d0f-e021-404a-ab49-016a26299489",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T04:27:41.004Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 0b8e48c3-96e0-4b06-93ba-31b30007c244
2022-04-10T04:27:41.004Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b8e48c3-96e0-4b06-93ba-31b30007c244 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-04-10T04:27:41.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564691306,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:41.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:41.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564690320,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:41.021Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:41.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564685052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564692375,
  "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-04-10T04:27:41.036Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b8e48c3-96e0-4b06-93ba-31b30007c244
2022-04-10T04:27:41.036Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b8e48c3-96e0-4b06-93ba-31b30007c244 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-04-10T04:27:41.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564685052,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564693381,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:27:41.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:41.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564692705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:27:41.066Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:41.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "clamp",
  "timestamp": 1649564693730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:41.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:41.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564693709,
  "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-04-10T04:27:41.080Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b8e48c3-96e0-4b06-93ba-31b30007c244
2022-04-10T04:27:41.080Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b8e48c3-96e0-4b06-93ba-31b30007c244 and ComponentName SDNC
2022-04-10T04:27:41.084Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T04:27:41.085Z||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-04-10T04:27:41.085Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T04:27:41.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "aai-ml",
  "timestamp": 1649564696576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:27:41.105Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:41.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "aai-ml",
  "timestamp": 1649564697581,
  "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-04-10T04:27:41.120Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e5cfd02-3309-48be-8481-bdefd5611d01
2022-04-10T04:27:41.121Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5cfd02-3309-48be-8481-bdefd5611d01 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-04-10T04:27:41.134Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:27:41.135Z||pool-84-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:27:41.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "aai-ml",
  "timestamp": 1649564669461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.140Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "clamp",
  "timestamp": 1649564698742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:27:41.141Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:41.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "aai-ml",
  "timestamp": 1649564669461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "clamp",
  "timestamp": 1649564699749,
  "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-04-10T04:27:41.152Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fbd127c6-2081-4d4c-aebf-db82598bf130
2022-04-10T04:27:41.152Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbd127c6-2081-4d4c-aebf-db82598bf130 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-04-10T04:27:41.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "aai-ml",
  "timestamp": 1649564669461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "clamp",
  "timestamp": 1649564700755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "aai-ml",
  "timestamp": 1649564669461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "clamp",
  "timestamp": 1649564700755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "aai-ml",
  "timestamp": 1649564669461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "clamp",
  "timestamp": 1649564700755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:27:41.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "aai-ml",
  "timestamp": 1649564669461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "clamp",
  "timestamp": 1649564700755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.193Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.193Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.193Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "aai-ml",
  "timestamp": 1649564669461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.194Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "clamp",
  "timestamp": 1649564700755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "aai-ml",
  "timestamp": 1649564669461,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:27:41.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "clamp",
  "timestamp": 1649564700755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "aai-ml",
  "timestamp": 1649564707253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:41.196Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:41.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "clamp",
  "timestamp": 1649564700755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "clamp",
  "timestamp": 1649564700755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:27:41.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "clamp",
  "timestamp": 1649564719195,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:41.198Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:41.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ed1e43a-67bf-4ea3-92f2-bd8a760e07fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564720415,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:27:41.199Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:41.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "clamp",
  "timestamp": 1649564720210,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:41.199Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:41.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "clamp",
  "timestamp": 1649564722107,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:27:41.200Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:41.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "clamp",
  "timestamp": 1649564723111,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:27:41.200Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:41.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "clamp",
  "timestamp": 1649564724118,
  "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-04-10T04:27:41.215Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b8e48c3-96e0-4b06-93ba-31b30007c244
2022-04-10T04:27:41.215Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b8e48c3-96e0-4b06-93ba-31b30007c244 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-04-10T04:27:41.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.236Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.236Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.236Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "aai-ml",
  "timestamp": 1649564725472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:27:41.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:41.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "aai-ml",
  "timestamp": 1649564726477,
  "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-04-10T04:27:41.251Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fbd127c6-2081-4d4c-aebf-db82598bf130
2022-04-10T04:27:41.251Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbd127c6-2081-4d4c-aebf-db82598bf130 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-04-10T04:27:41.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.281Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.281Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "aai-ml",
  "timestamp": 1649564727481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "aai-ml",
  "timestamp": 1649564727481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.283Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "aai-ml",
  "timestamp": 1649564727481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/resourceInstances/pnf0fe641e379d70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "aai-ml",
  "timestamp": 1649564727481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "aai-ml",
  "timestamp": 1649564727481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:27:41.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "aai-ml",
  "timestamp": 1649564727481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564734154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:41.287Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:41.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "aai-ml",
  "timestamp": 1649564727481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:41.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "aai-ml",
  "timestamp": 1649564727481,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:27:41.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:27:41.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564736939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMeldv6qiaf8bv3tcv9h2/1.0/artifacts/service-DemoPnfMeldv6qiaf8bv3tcv9h2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:27:41.288Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:41.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:27:41.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "aai-ml",
  "timestamp": 1649564736597,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:41.288Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:27:41.983Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:27:41.984Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:27:41.987Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:27:41.988Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-10T04:27:42.091Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-10T04:27:42.092Z||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-04-10T04:27:42.092Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:27:42.136Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:27:42.136Z||pool-85-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:27:42.990Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:27:42.992Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:27:42.995Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:27:42.996Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:27:43.098Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-10T04:27:43.100Z||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-04-10T04:27:43.100Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:27:43.171Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:27:43.172Z||pool-86-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:27:43.998Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:27:43.999Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:27:44.006Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:27:44.009Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:27:44.102Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-04-10T04:27:44.103Z||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-04-10T04:27:44.103Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:27:44.142Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:27:44.143Z||pool-87-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:27:45.010Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:27:45.011Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:27:45.027Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:27:45.027Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:45.118Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-04-10T04:27:45.119Z||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-04-10T04:27:45.119Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:27:45.183Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:27:45.184Z||pool-88-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:27:46.028Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:27:46.029Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:27:46.039Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:27:46.040Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-10T04:27:46.134Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-10T04:27:46.135Z||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-04-10T04:27:46.135Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:27:46.154Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:27:46.155Z||pool-89-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:27:47.041Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:27:47.041Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:27:47.047Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:27:47.048Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:27:47.148Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:27:47.149Z||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-04-10T04:27:47.149Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:27:47.199Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:27:47.200Z||pool-90-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:27:48.049Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:27:48.050Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:27:48.056Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:27:48.056Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:27:48.163Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-10T04:27:48.164Z||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-04-10T04:27:48.164Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:27:48.239Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:27:48.240Z||pool-91-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:27:49.061Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "2e631317-2309-4378-a415-d40f5f4af8b9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9827a1e5-fe96-46ea-b5f7-cc0c0d3fdfca",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "03ef5777-9a1c-40d9-9a18-25dabdec2eba",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6fce71e5-796c-4eab-9328-1fd95505bfa6",
      "resourceInvariantUUID": "59c9eeeb-20b1-481c-bd7f-e36d6875ba4c",
      "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": "b39e638c-2ace-4e0f-b989-e69fb53dc683",
          "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": "a7de20ef-e941-43c9-abc3-01e143a5402e",
          "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": "NWRiMTY2OTI0MGZhNjE3NThmMmY5ZjlmMDJkZDVhNGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "579086f2-9ca8-4dac-a31e-ed1bc20ee8ec",
          "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": "10bec31a-fdab-41c3-89eb-0310fffb10bb",
          "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": "40f33341-c61e-4741-9b88-de9520385f01",
            "generatedFromUUID": "10bec31a-fdab-41c3-89eb-0310fffb10bb"
          },
          "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": "40f33341-c61e-4741-9b88-de9520385f01",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YjQ3NmU0ZDgzODI5YjUwMWE4ZTIxMWM0NDFkMGQzZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "550b1d0f-1a57-49af-802c-ed262d20983d"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T04:27:49.062Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T04:27:49.062Z|fb64d46b-c144-4fc9-ae6c-7e126472a41e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2e631317-2309-4378-a415-d40f5f4af8b9 ASDC
2022-04-10T04:27:49.064Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:901113b5-7f19-4572-926e-afcfaabefa1a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:2e631317-2309-4378-a415-d40f5f4af8b9
ServiceInvariantUUID:9827a1e5-fe96-46ea-b5f7-cc0c0d3fdfca
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:550b1d0f-1a57-49af-802c-ed262d20983d
ArtifactChecksum:YjQ3NmU0ZDgzODI5YjUwMWE4ZTIxMWM0NDFkMGQzZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:03ef5777-9a1c-40d9-9a18-25dabdec2eba
ResourceInvariantUUID:59c9eeeb-20b1-481c-bd7f-e36d6875ba4c
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:6fce71e5-796c-4eab-9328-1fd95505bfa6
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:b39e638c-2ace-4e0f-b989-e69fb53dc683
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:a7de20ef-e941-43c9-abc3-01e143a5402e
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:579086f2-9ca8-4dac-a31e-ed1bc20ee8ec
ArtifactChecksum:NWRiMTY2OTI0MGZhNjE3NThmMmY5ZjlmMDJkZDVhNGY=
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:10bec31a-fdab-41c3-89eb-0310fffb10bb
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:40f33341-c61e-4741-9b88-de9520385f01
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:40f33341-c61e-4741-9b88-de9520385f01
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-10T04:27:49.064Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e631317-2309-4378-a415-d40f5f4af8b9 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-04-10T04:27:49.175Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:27:49.177Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:27:49.177Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:27:49.178Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 550b1d0f-1a57-49af-802c-ed262d20983d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-10T04:27:49.178Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:27:49.179Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-10T04:27:51.380Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:27:51.385Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 550b1d0f-1a57-49af-802c-ed262d20983d 68923
2022-04-10T04:27:51.385Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-10T04:27:51.385Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-10T04:27:51.385Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:27:51.386Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:27:51.388Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:27:51.388Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564871385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:51.488Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:27:51.490Z||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-04-10T04:27:51.490Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:27:51.509Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:27:51.510Z||pool-92-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:27:52.389Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:27:52.391Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:27:52.392Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 550b1d0f-1a57-49af-802c-ed262d20983d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-10T04:27:52.392Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-10T04:27:52.393Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-10T04:27:52.393Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-10T04:27:52.643Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4717798965718800291/Definitions/service-BasicCnf-template.yml
2022-04-10T04:27:54.644Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T04:27:54.645Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-10T04:27:54.646Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-10T04:27:54.646Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-10T04:27:54.646Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:27:54.647Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:27:54.647Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:27:54.647Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:27:54.648Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-10T04:27:54.648Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:27:54.648Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:27:54.649Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T04:27:54.649Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-10T04:27:54.650Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:27:54.650Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:27:54.650Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:27:54.651Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T04:27:54.651Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-10T04:27:54.651Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:27:54.651Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:27:54.652Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:27:54.652Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:27:54.652Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-10T04:27:54.653Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-10T04:27:54.653Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-10T04:27:54.653Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T04:27:54.653Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:27:54.654Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:27:54.654Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:27:54.654Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T04:27:54.655Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:27:54.655Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:27:54.655Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T04:27:54.655Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:27:54.656Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:27:54.656Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T04:27:54.656Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:27:54.657Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:27:54.657Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-10T04:27:54.657Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-10T04:27:54.657Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=66c2fbee-89ff-4a48-bc1d-d83862b1252f
2022-04-10T04:27:54.658Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:27:54.658Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:27:54.658Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:27:54.659Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:27:54.659Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:27:54.659Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:27:54.660Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:27:54.660Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:27:54.660Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:2e631317-2309-4378-a415-d40f5f4af8b9
Model Version:NULL
Model InvariantUuid:9827a1e5-fe96-46ea-b5f7-cc0c0d3fdfca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:71488fe6-d1aa-447d-a80e-749fe7b1f8f6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:59c9eeeb-20b1-481c-bd7f-e36d6875ba4c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:03ef5777-9a1c-40d9-9a18-25dabdec2eba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:620dc5fa-d20c-449c-b57d-c15cb1fae9e1
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:3e3bb04e-221e-44a4-8b2a-24d77ca9266c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:66c2fbee-89ff-4a48-bc1d-d83862b1252f
ModelInvariantUuid:f68f4a37-c8c5-435c-95f7-35b9ae7fa5c9
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:ad629719-7ec3-4b36-8ae8-33b611fbff01
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:cc0d8cc5-6a55-4de9-aec4-e672f43d2f41
ModelInvariantUuid:e331fc69-c5ff-4166-8a81-c91ce89886ce
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:053821e0-978d-46a7-8a65-35d8389ba0d4
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-04-10T04:27:54.677Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 6fce71e5-796c-4eab-9328-1fd95505bfa6
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-04-10T04:27:54.682Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-04-10T04:27:54.682Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6fce71e5-796c-4eab-9328-1fd95505bfa6
2022-04-10T04:27:54.683Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b39e638c-2ace-4e0f-b989-e69fb53dc683 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-10T04:27:54.683Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:27:54.683Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:27:55.037Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:27:55.038Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env b39e638c-2ace-4e0f-b989-e69fb53dc683 12
2022-04-10T04:27:55.038Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:27:55.038Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:27:55.039Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:27:55.039Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:27:55.042Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:27:55.042Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564875038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:55.142Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:27:55.143Z||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-04-10T04:27:55.143Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:27:55.170Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:27:55.171Z||pool-93-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:27:56.043Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a7de20ef-e941-43c9-abc3-01e143a5402e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-10T04:27:56.044Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:27:56.044Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:27:56.387Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:27:56.388Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a7de20ef-e941-43c9-abc3-01e143a5402e 2688
2022-04-10T04:27:56.389Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:27:56.389Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:27:56.389Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:27:56.391Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:27:56.393Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:27:56.394Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564876389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:56.494Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:27:56.496Z||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-04-10T04:27:56.496Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:27:56.531Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:27:56.533Z||pool-94-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:27:57.396Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 579086f2-9ca8-4dac-a31e-ed1bc20ee8ec from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-10T04:27:57.397Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:27:57.398Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:27:57.900Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:27:57.901Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 579086f2-9ca8-4dac-a31e-ed1bc20ee8ec 828
2022-04-10T04:27:57.902Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:27:57.902Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:27:57.903Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:27:57.903Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:27:57.907Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:27:57.907Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564877902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:58.007Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:27:58.008Z||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-04-10T04:27:58.008Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:27:58.038Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:27:58.038Z||pool-95-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:27:58.915Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "620dc5fa-d20c-449c-b57d-c15cb1fae9e1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3e3bb04e-221e-44a4-8b2a-24d77ca9266c",
    "vfModuleModelCustomizationUUID": "3fe12b33-13e3-468b-a5da-aaa7044a7c01",
    "isBase": true,
    "artifacts": [
      "a7de20ef-e941-43c9-abc3-01e143a5402e",
      "10bec31a-fdab-41c3-89eb-0310fffb10bb",
      "40f33341-c61e-4741-9b88-de9520385f01"
    ],
    "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-04-10T04:27:58.930Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e3bb04e-221e-44a4-8b2a-24d77ca9266c
VfModuleModelInvariantUUID:620dc5fa-d20c-449c-b57d-c15cb1fae9e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7de20ef-e941-43c9-abc3-01e143a5402e
,
10bec31a-fdab-41c3-89eb-0310fffb10bb
,
40f33341-c61e-4741-9b88-de9520385f01

}
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-04-10T04:27:58.935Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "620dc5fa-d20c-449c-b57d-c15cb1fae9e1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3e3bb04e-221e-44a4-8b2a-24d77ca9266c",
    "vfModuleModelCustomizationUUID": "3fe12b33-13e3-468b-a5da-aaa7044a7c01",
    "isBase": true,
    "artifacts": [
      "a7de20ef-e941-43c9-abc3-01e143a5402e",
      "10bec31a-fdab-41c3-89eb-0310fffb10bb",
      "40f33341-c61e-4741-9b88-de9520385f01"
    ],
    "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-04-10T04:27:58.935Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3e3bb04e-221e-44a4-8b2a-24d77ca9266c
VfModuleModelInvariantUUID:620dc5fa-d20c-449c-b57d-c15cb1fae9e1
VfModuleModelDescription:NULL
Artifacts UUID List:{
a7de20ef-e941-43c9-abc3-01e143a5402e
,
10bec31a-fdab-41c3-89eb-0310fffb10bb
,
40f33341-c61e-4741-9b88-de9520385f01

}
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-04-10T04:27:58.936Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 10bec31a-fdab-41c3-89eb-0310fffb10bb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-10T04:27:58.936Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:27:58.936Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:27:59.022Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:27:59.023Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 10bec31a-fdab-41c3-89eb-0310fffb10bb 1164
2022-04-10T04:27:59.024Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:27:59.024Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:27:59.024Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:27:59.025Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:27:59.029Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:27:59.029Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564879024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:27:59.129Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:27:59.130Z||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-04-10T04:27:59.130Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:27:59.166Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:27:59.167Z||pool-96-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:28:00.030Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 40f33341-c61e-4741-9b88-de9520385f01 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-10T04:28:00.031Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:28:00.031Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:28:00.118Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:28:00.119Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 40f33341-c61e-4741-9b88-de9520385f01 200
2022-04-10T04:28:00.119Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:28:00.120Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:28:00.120Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:28:00.121Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:00.129Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:00.129Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564880119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:28:00.229Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:28:00.230Z||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-04-10T04:28:00.230Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:00.269Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:00.269Z||pool-97-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:28:01.130Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2e631317-2309-4378-a415-d40f5f4af8b9
2022-04-10T04:28:01.132Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6fce71e5-796c-4eab-9328-1fd95505bfa6 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=?
2022-04-10T04:28:01.163Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-04-10T04:28:01.172Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@294c3866, org.onap.sdc.toscaparser.api.parameters.Input@59b73c47, org.onap.sdc.toscaparser.api.parameters.Input@3390de57, org.onap.sdc.toscaparser.api.parameters.Input@44798bc2, org.onap.sdc.toscaparser.api.parameters.Input@cbe0423]
2022-04-10T04:28:01.175Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:01.175Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:01.176Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-04-10T04:28:01.176Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 03ef5777-9a1c-40d9-9a18-25dabdec2eba
2022-04-10T04:28:01.177Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 03ef5777-9a1c-40d9-9a18-25dabdec2eba matches Tosca VF Customization UUID: 03ef5777-9a1c-40d9-9a18-25dabdec2eba
2022-04-10T04:28:01.178Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 03ef5777-9a1c-40d9-9a18-25dabdec2eba  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-04-10T04:28:01.183Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:01.183Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:01.185Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 03ef5777-9a1c-40d9-9a18-25dabdec2eba: {\"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-04-10T04:28:01.185Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5173fa25
2022-04-10T04:28:01.186Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:01.186Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:28:01.187Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3fe12b33-13e3-468b-a5da-aaa7044a7c01
2022-04-10T04:28:01.187Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3fe12b33-13e3-468b-a5da-aaa7044a7c01
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-04-10T04:28:01.191Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:01.191Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T04:28:01.192Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:28:01.192Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:01.193Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T04:28:01.193Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:28:01.193Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:01.193Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-10T04:28:01.194Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-10T04:28:01.194Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=66c2fbee-89ff-4a48-bc1d-d83862b1252f
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-04-10T04:28:01.198Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:01.198Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T04:28:01.198Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:28:01.199Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:01.199Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T04:28:01.199Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=03ef5777-9a1c-40d9-9a18-25dabdec2eba
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-04-10T04:28:01.203Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:01.203Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:01.203Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 2e631317-2309-4378-a415-d40f5f4af8b9: basic_cnf
2022-04-10T04:28:01.204Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:01.204Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:01.204Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:01.205Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:01.205Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:01.205Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:01.206Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:01.206Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:01.207Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:01.207Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:01.207Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:28:01.342Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6fce71e5-796c-4eab-9328-1fd95505bfa6 1 ASDC deployResourceStructure
2022-04-10T04:28:01.344Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:28:01.344Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:28:01.344Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-10T04:28:01.345Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:01.348Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:01.348Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564881343,
  "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-04-10T04:28:01.449Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:28:01.451Z||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-04-10T04:28:01.451Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:01.474Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:01.474Z||pool-98-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:28:02.350Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:28:02.350Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:28:02.351Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-10T04:28:02.351Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:02.353Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:02.354Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564882349,
  "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-04-10T04:28:02.455Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T04:28:02.456Z||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-04-10T04:28:02.456Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:02.481Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:02.482Z||pool-99-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:28:03.356Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:28:03.356Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:28:03.356Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:28:03.357Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:03.360Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:03.361Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564883355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:28:03.461Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:28:03.462Z||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-04-10T04:28:03.462Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:03.505Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:03.506Z||pool-100-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:28:04.365Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:28:04.366Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:28:04.366Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:28:04.367Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:04.370Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:04.370Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564884365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:28:04.470Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:28:04.471Z||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-04-10T04:28:04.471Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:04.509Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:04.510Z||pool-101-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:28:05.376Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:28:05.377Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:28:05.377Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:28:05.378Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:05.381Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:05.382Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564885376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-10T04:28:05.482Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:28:05.483Z||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-04-10T04:28:05.483Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:05.561Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:05.562Z||pool-102-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:28:06.383Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-10T04:28:06.383Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-10T04:28:06.383Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:28:06.384Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:06.398Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:06.398Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564886383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:28:06.496Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-10T04:28:06.497Z||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-04-10T04:28:06.497Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:06.568Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:06.569Z||pool-103-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:28:07.399Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 901113b5-7f19-4572-926e-afcfaabefa1a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:28:07.439Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 901113b5-7f19-4572-926e-afcfaabefa1a
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-04-10T04:28:07.449Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:28:07.449Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T04:28:07.449Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T04:28:07.449Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T04:28:07.449Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:28:07.453Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:28:07.454Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:28:07.454Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:28:07.454Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:28:07.454Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:28:07.454Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:28:07.480Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T04:28:37.481Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 901113b5-7f19-4572-926e-afcfaabefa1a 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-04-10T04:28:37.492Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 901113b5-7f19-4572-926e-afcfaabefa1a and serviceModelVersionId: 2e631317-2309-4378-a415-d40f5f4af8b9
2022-04-10T04:28:37.492Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9827a1e5-fe96-46ea-b5f7-cc0c0d3fdfca
2022-04-10T04:28:37.494Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9827a1e5-fe96-46ea-b5f7-cc0c0d3fdfca/model-vers/model-ver/2e631317-2309-4378-a415-d40f5f4af8b9?depth=0
2022-04-10T04:28:37.501Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T04:28:37.585Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9827a1e5-fe96-46ea-b5f7-cc0c0d3fdfca/model-vers/model-ver/2e631317-2309-4378-a415-d40f5f4af8b9?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-04-10T04:28:37.587Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9827a1e5-fe96-46ea-b5f7-cc0c0d3fdfca/model-vers/model-ver/2e631317-2309-4378-a415-d40f5f4af8b9?depth=0|INFO|500||Invoke
2022-04-10T04:28:37.619Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9827a1e5-fe96-46ea-b5f7-cc0c0d3fdfca/model-vers/model-ver/2e631317-2309-4378-a415-d40f5f4af8b9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T04:28:38.809Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9827a1e5-fe96-46ea-b5f7-cc0c0d3fdfca/model-vers/model-ver/2e631317-2309-4378-a415-d40f5f4af8b9?depth=0|INFO|500||InvokeReturn
2022-04-10T04:28:38.810Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9827a1e5-fe96-46ea-b5f7-cc0c0d3fdfca/model-vers/model-ver/2e631317-2309-4378-a415-d40f5f4af8b9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220410-04:28:36:546-30803], vertex-id=[225328], Content-Length=[0], Date=[Sun, 10 Apr 2022 04:28:36 GMT], Content-Type=[application/json]}
2022-04-10T04:28:38.810Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-04-10T04:28:38.811Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T04:28:38.812Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:28:38.819Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||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-04-10T04:28:38.819Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 901113b5-7f19-4572-926e-afcfaabefa1a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T04:28:38.820Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T04:28:38.820Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:38.822Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:38.822Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564918820,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:28:38.922Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:28:38.923Z||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-04-10T04:28:38.923Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:38.947Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:38.948Z||pool-104-thread-1|||||INFO|500||cambria reply ok (25 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-04-10T04:28:39.871Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-10T04:28:39.871Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e5cfd02-3309-48be-8481-bdefd5611d01","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca","serviceDescription":"service","serviceInvariantUUID":"67043ab1-a74b-43b4-8fc6-07d6cae0e92d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"42e09541-1bd7-4cd8-a0e7-8733118de370","resourceInvariantUUID":"8c489605-8579-4f66-a584-e9ffbff97c6d","resourceCustomizationUUID":"68fd9ab9-9e6f-4e55-96ee-34994ccb7d53","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":"ZWU0ZmJhZDdiYTUxZWEwY2Q0N2E5ZmRhODkzYzM5Yzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a95473f7-6fa7-4361-a7f0-8ba8312a87ac","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":"NzA5ZTNhMTU3ZmY4Njg4ZWZmMDNlOGZiNjQwYmFhNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"37508354-816f-44c9-8ae7-9ba926f99238","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":"48d1e8f6-818c-48d2-89b8-b39589d662f3","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":"a22d8ed9-f7b8-48bc-8a9b-613b5344aed2","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":"a5c1ca11-6701-4e48-b0e2-8e633c4b6429","artifactVersion":"2","generatedFromUUID":"48d1e8f6-818c-48d2-89b8-b39589d662f3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MWE3MTk2YmNkNzlmNGM1Y2I5NGViMTVjMzIzYjhjNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"374adb8d-041a-46fb-a3f6-04615a3ec3ea","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjQxYjhiYjZkN2U0YjcwOTdiMzM5NGEwYTQyOWJmODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2eadd6f8-9357-4baa-9097-510aff80c6db","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T04:28:39.872Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:28:39.873Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:39.877Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:39.878Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:28:39.977Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:28:39.978Z||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-04-10T04:28:39.978Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:40.028Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:40.029Z||pool-105-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:28:40.744Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:28:40.745Z||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-04-10T04:28:40.745Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:40.805Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:40.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:28:40.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "aai-ml",
  "timestamp": 1649564754871,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:28:40.807Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:28:40.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:28:40.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "aai-ml",
  "timestamp": 1649564755876,
  "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-04-10T04:28:40.847Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b8e48c3-96e0-4b06-93ba-31b30007c244
2022-04-10T04:28:40.847Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b8e48c3-96e0-4b06-93ba-31b30007c244 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-04-10T04:28:40.879Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:28:40.880Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:40.886Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:40.886Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:28:40.984Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-10T04:28:40.985Z||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-04-10T04:28:40.985Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:41.038Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:41.039Z||pool-106-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:28:41.889Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:28:41.889Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:41.893Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:41.893Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:28:42.002Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-04-10T04:28:42.003Z||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-04-10T04:28:42.003Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:42.029Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:42.030Z||pool-107-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:28:42.894Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:28:42.894Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:42.906Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:42.906Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:28:43.012Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-04-10T04:28:43.013Z||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-04-10T04:28:43.013Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:43.054Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:43.055Z||pool-108-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:28:43.907Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:28:43.909Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:43.914Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:43.914Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-10T04:28:44.016Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:28:44.017Z||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-04-10T04:28:44.017Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:44.041Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:44.044Z||pool-109-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:28:44.915Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:28:44.916Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:44.920Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:44.920Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:28:45.024Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-10T04:28:45.025Z||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-04-10T04:28:45.025Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:45.045Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:45.046Z||pool-110-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:28:45.921Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:28:45.923Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:45.925Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:45.925Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:28:46.028Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T04:28:46.029Z||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-04-10T04:28:46.029Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:46.069Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:46.071Z||pool-111-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:28:46.927Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca",
  "serviceDescription": "service",
  "serviceInvariantUUID": "67043ab1-a74b-43b4-8fc6-07d6cae0e92d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "68fd9ab9-9e6f-4e55-96ee-34994ccb7d53",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "42e09541-1bd7-4cd8-a0e7-8733118de370",
      "resourceInvariantUUID": "8c489605-8579-4f66-a584-e9ffbff97c6d",
      "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": "NzA5ZTNhMTU3ZmY4Njg4ZWZmMDNlOGZiNjQwYmFhNmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "37508354-816f-44c9-8ae7-9ba926f99238",
          "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": "48d1e8f6-818c-48d2-89b8-b39589d662f3",
          "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": "a5c1ca11-6701-4e48-b0e2-8e633c4b6429",
            "generatedFromUUID": "48d1e8f6-818c-48d2-89b8-b39589d662f3"
          },
          "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": "a5c1ca11-6701-4e48-b0e2-8e633c4b6429",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjQxYjhiYjZkN2U0YjcwOTdiMzM5NGEwYTQyOWJmODI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2eadd6f8-9357-4baa-9097-510aff80c6db"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T04:28:46.927Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T04:28:46.928Z|901113b5-7f19-4572-926e-afcfaabefa1a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca ASDC
2022-04-10T04:28:46.928Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1e5cfd02-3309-48be-8481-bdefd5611d01
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca
ServiceInvariantUUID:67043ab1-a74b-43b4-8fc6-07d6cae0e92d
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:2eadd6f8-9357-4baa-9097-510aff80c6db
ArtifactChecksum:NjQxYjhiYjZkN2U0YjcwOTdiMzM5NGEwYTQyOWJmODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:68fd9ab9-9e6f-4e55-96ee-34994ccb7d53
ResourceInvariantUUID:8c489605-8579-4f66-a584-e9ffbff97c6d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:42e09541-1bd7-4cd8-a0e7-8733118de370
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:37508354-816f-44c9-8ae7-9ba926f99238
ArtifactChecksum:NzA5ZTNhMTU3ZmY4Njg4ZWZmMDNlOGZiNjQwYmFhNmU=
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:48d1e8f6-818c-48d2-89b8-b39589d662f3
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:a5c1ca11-6701-4e48-b0e2-8e633c4b6429
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:a5c1ca11-6701-4e48-b0e2-8e633c4b6429
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-10T04:28:46.928Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca 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-04-10T04:28:46.996Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:28:46.996Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:28:46.997Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:28:46.997Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2eadd6f8-9357-4baa-9097-510aff80c6db from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-10T04:28:46.997Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:28:46.998Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-10T04:28:48.565Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:28:48.578Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2eadd6f8-9357-4baa-9097-510aff80c6db 71031
2022-04-10T04:28:48.583Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-10T04:28:48.584Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-10T04:28:48.588Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:28:48.591Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:48.595Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:48.595Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564928583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:28:48.695Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:28:48.696Z||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-04-10T04:28:48.696Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:48.723Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:48.724Z||pool-112-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:28:49.596Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:28:49.597Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:28:49.597Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 2eadd6f8-9357-4baa-9097-510aff80c6db, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-10T04:28:49.598Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-10T04:28:49.598Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-10T04:28:49.598Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-10T04:28:49.805Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10292060809681365379/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-04-10T04:28:51.671Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T04:28:51.672Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-10T04:28:51.672Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-10T04:28:51.672Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-10T04:28:51.672Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:51.672Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:51.672Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:51.672Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:51.672Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:51.672Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:51.673Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:51.673Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:51.673Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:51.673Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-10T04:28:51.673Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:51.673Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:51.673Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T04:28:51.674Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-10T04:28:51.674Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:28:51.674Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:51.674Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:51.674Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T04:28:51.674Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-10T04:28:51.674Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:28:51.675Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:51.675Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:51.675Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:51.675Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-10T04:28:51.675Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-10T04:28:51.675Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-10T04:28:51.676Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-10T04:28:51.676Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-10T04:28:51.676Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T04:28:51.676Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:51.676Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:28:51.676Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:51.676Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T04:28:51.677Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:28:51.677Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:51.677Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T04:28:51.677Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:28:51.677Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:51.677Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T04:28:51.681Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:28:51.681Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:51.681Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-10T04:28:51.681Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-10T04:28:51.681Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-10T04:28:51.681Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c450752a-82fa-41a2-9776-87efc4e11979
2022-04-10T04:28:51.682Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:51.682Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:51.682Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:51.682Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:51.682Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:51.682Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:51.682Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:51.683Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:51.683Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca
Model Version:NULL
Model InvariantUuid:67043ab1-a74b-43b4-8fc6-07d6cae0e92d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:05c62296-dee8-48d1-93ff-be0fddb349f8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8c489605-8579-4f66-a584-e9ffbff97c6d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:68fd9ab9-9e6f-4e55-96ee-34994ccb7d53
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c88561c5-9175-49a2-bb00-6c8de01c153f
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:edf2ef5c-00f6-4ad2-b187-f0f1bcaec2bd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c450752a-82fa-41a2-9776-87efc4e11979
ModelInvariantUuid:ce03c21a-0d8c-4650-afda-bb21fd8725d4
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:7f01a621-a57f-4583-8f2e-fb7582e6f915
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4f249afb-76c1-4205-8575-23b0fe35fa39
ModelInvariantUuid:514637d3-b499-4eb2-a5c9-0195ea38ba8b
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e8ad082f-fcbf-4578-bd5d-c35a0f32b1ec
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-04-10T04:28:51.695Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 42e09541-1bd7-4cd8-a0e7-8733118de370
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-04-10T04:28:51.699Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-04-10T04:28:51.699Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 42e09541-1bd7-4cd8-a0e7-8733118de370
2022-04-10T04:28:51.700Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 37508354-816f-44c9-8ae7-9ba926f99238 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-10T04:28:51.700Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:28:51.700Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:52.008Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:28:52.009Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 37508354-816f-44c9-8ae7-9ba926f99238 787
2022-04-10T04:28:52.009Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:52.010Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:52.010Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:28:52.011Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:52.013Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:52.013Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564932009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:28:52.113Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:28:52.114Z||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-04-10T04:28:52.115Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:52.140Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:52.141Z||pool-113-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:28:53.014Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c88561c5-9175-49a2-bb00-6c8de01c153f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "edf2ef5c-00f6-4ad2-b187-f0f1bcaec2bd",
    "vfModuleModelCustomizationUUID": "af324d07-889d-412f-82e5-741c56ff1121",
    "isBase": true,
    "artifacts": [
      "48d1e8f6-818c-48d2-89b8-b39589d662f3",
      "a5c1ca11-6701-4e48-b0e2-8e633c4b6429"
    ],
    "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-04-10T04:28:53.023Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:edf2ef5c-00f6-4ad2-b187-f0f1bcaec2bd
VfModuleModelInvariantUUID:c88561c5-9175-49a2-bb00-6c8de01c153f
VfModuleModelDescription:NULL
Artifacts UUID List:{
48d1e8f6-818c-48d2-89b8-b39589d662f3
,
a5c1ca11-6701-4e48-b0e2-8e633c4b6429

}
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-04-10T04:28:53.027Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c88561c5-9175-49a2-bb00-6c8de01c153f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "edf2ef5c-00f6-4ad2-b187-f0f1bcaec2bd",
    "vfModuleModelCustomizationUUID": "af324d07-889d-412f-82e5-741c56ff1121",
    "isBase": true,
    "artifacts": [
      "48d1e8f6-818c-48d2-89b8-b39589d662f3",
      "a5c1ca11-6701-4e48-b0e2-8e633c4b6429"
    ],
    "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-04-10T04:28:53.027Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:edf2ef5c-00f6-4ad2-b187-f0f1bcaec2bd
VfModuleModelInvariantUUID:c88561c5-9175-49a2-bb00-6c8de01c153f
VfModuleModelDescription:NULL
Artifacts UUID List:{
48d1e8f6-818c-48d2-89b8-b39589d662f3
,
a5c1ca11-6701-4e48-b0e2-8e633c4b6429

}
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-04-10T04:28:53.027Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 48d1e8f6-818c-48d2-89b8-b39589d662f3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-10T04:28:53.027Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:28:53.028Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:53.505Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:28:53.505Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 48d1e8f6-818c-48d2-89b8-b39589d662f3 5033
2022-04-10T04:28:53.505Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:53.506Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:53.506Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:28:53.506Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:53.509Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:53.509Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564933505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:28:53.609Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:28:53.610Z||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-04-10T04:28:53.610Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:53.623Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:53.624Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:28:54.509Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a5c1ca11-6701-4e48-b0e2-8e633c4b6429 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-10T04:28:54.510Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:28:54.510Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:54.892Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:28:54.893Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a5c1ca11-6701-4e48-b0e2-8e633c4b6429 903
2022-04-10T04:28:54.893Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:54.893Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:54.893Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:28:54.893Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:54.895Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:54.896Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564934893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:28:54.996Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:28:54.997Z||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-04-10T04:28:54.997Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:55.011Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:55.011Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:28:55.896Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca
2022-04-10T04:28:55.898Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 42e09541-1bd7-4cd8-a0e7-8733118de370 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-04-10T04:28:55.914Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a816373, org.onap.sdc.toscaparser.api.parameters.Input@25927cde, org.onap.sdc.toscaparser.api.parameters.Input@7745a1a3, org.onap.sdc.toscaparser.api.parameters.Input@18f2d469, org.onap.sdc.toscaparser.api.parameters.Input@6919a6ff]
2022-04-10T04:28:55.917Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:55.917Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:55.918Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-04-10T04:28:55.918Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 68fd9ab9-9e6f-4e55-96ee-34994ccb7d53
2022-04-10T04:28:55.918Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 68fd9ab9-9e6f-4e55-96ee-34994ccb7d53 matches Tosca VF Customization UUID: 68fd9ab9-9e6f-4e55-96ee-34994ccb7d53
2022-04-10T04:28:55.918Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 68fd9ab9-9e6f-4e55-96ee-34994ccb7d53  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-04-10T04:28:55.924Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:55.924Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:55.926Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 68fd9ab9-9e6f-4e55-96ee-34994ccb7d53: {\"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-04-10T04:28:55.926Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b967423
2022-04-10T04:28:55.926Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:55.927Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:28:55.929Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : af324d07-889d-412f-82e5-741c56ff1121
2022-04-10T04:28:55.929Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID af324d07-889d-412f-82e5-741c56ff1121
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-04-10T04:28:55.932Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:55.933Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T04:28:55.933Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:28:55.933Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:55.934Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T04:28:55.934Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:28:55.934Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:55.935Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-10T04:28:55.935Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-10T04:28:55.935Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-10T04:28:55.936Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c450752a-82fa-41a2-9776-87efc4e11979
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-04-10T04:28:55.938Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:55.939Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T04:28:55.939Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:28:55.939Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:55.940Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T04:28:55.940Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=68fd9ab9-9e6f-4e55-96ee-34994ccb7d53
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-04-10T04:28:55.942Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:55.942Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:55.943Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca: basic_vm
2022-04-10T04:28:55.943Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:55.943Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:55.943Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:55.944Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:55.944Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:55.944Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:55.944Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:55.945Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:55.945Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:28:55.945Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:28:55.945Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:56.052Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 42e09541-1bd7-4cd8-a0e7-8733118de370 1 ASDC deployResourceStructure
2022-04-10T04:28:56.052Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:56.053Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:56.053Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:28:56.053Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:56.055Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:56.056Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564936052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:28:56.156Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:28:56.157Z||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-04-10T04:28:56.158Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:56.171Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:56.172Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:28:57.057Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:57.058Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:57.058Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:28:57.058Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:57.062Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:57.062Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564937057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:28:57.162Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:28:57.163Z||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-04-10T04:28:57.163Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:57.190Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:57.191Z||pool-117-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:28:58.063Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:58.064Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:28:58.064Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:28:58.064Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:58.067Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:58.067Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564938063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-10T04:28:58.168Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T04:28:58.169Z||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-04-10T04:28:58.169Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:58.188Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:58.189Z||pool-118-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:28:59.068Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-10T04:28:59.068Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-10T04:28:59.068Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:28:59.068Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:28:59.072Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:28:59.072Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564939068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:28:59.172Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:28:59.174Z||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-04-10T04:28:59.174Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:28:59.195Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:28:59.196Z||pool-119-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:29:00.073Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e5cfd02-3309-48be-8481-bdefd5611d01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:29:00.095Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e5cfd02-3309-48be-8481-bdefd5611d01
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-04-10T04:29:00.102Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:29:00.103Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T04:29:00.103Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T04:29:00.103Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T04:29:00.103Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:29:00.103Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:29:00.103Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:29:00.110Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:29:00.111Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:29:00.111Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:29:00.112Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:29:00.132Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T04:29:30.132Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e5cfd02-3309-48be-8481-bdefd5611d01 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-04-10T04:29:30.141Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e5cfd02-3309-48be-8481-bdefd5611d01 and serviceModelVersionId: 4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca
2022-04-10T04:29:30.142Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 67043ab1-a74b-43b4-8fc6-07d6cae0e92d
2022-04-10T04:29:30.143Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/67043ab1-a74b-43b4-8fc6-07d6cae0e92d/model-vers/model-ver/4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca?depth=0
2022-04-10T04:29:30.147Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T04:29:30.210Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67043ab1-a74b-43b4-8fc6-07d6cae0e92d/model-vers/model-ver/4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca?depth=0|INFO|500||Invoke
2022-04-10T04:29:30.211Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67043ab1-a74b-43b4-8fc6-07d6cae0e92d/model-vers/model-ver/4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67043ab1-a74b-43b4-8fc6-07d6cae0e92d/model-vers/model-ver/4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1e5cfd02-3309-48be-8481-bdefd5611d01], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3653dcd7-2723-474a-8cad-c235277967df], X-ECOMP-RequestID=[1e5cfd02-3309-48be-8481-bdefd5611d01], X-TransactionId=[], X-ONAP-RequestID=[1e5cfd02-3309-48be-8481-bdefd5611d01], Content-Type=[application/merge-patch+json]}
2022-04-10T04:29:30.240Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67043ab1-a74b-43b4-8fc6-07d6cae0e92d/model-vers/model-ver/4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T04:29:30.353Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67043ab1-a74b-43b4-8fc6-07d6cae0e92d/model-vers/model-ver/4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca?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/67043ab1-a74b-43b4-8fc6-07d6cae0e92d/model-vers/model-ver/4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220410-04:29:29:164-42644], vertex-id=[237688], Content-Length=[0], Date=[Sun, 10 Apr 2022 04:29:29 GMT], Content-Type=[application/json]}
2022-04-10T04:29:30.354Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67043ab1-a74b-43b4-8fc6-07d6cae0e92d/model-vers/model-ver/4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-10T04:29:30.355Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67043ab1-a74b-43b4-8fc6-07d6cae0e92d/model-vers/model-ver/4460d2a6-247e-4dcb-ab30-c5da2d2ef1ca?depth=0|INFO|500||InvokeReturn
2022-04-10T04:29:30.356Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T04:29:30.357Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:29:30.366Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||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-04-10T04:29:30.366Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e5cfd02-3309-48be-8481-bdefd5611d01 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T04:29:30.367Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T04:29:30.368Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:29:30.370Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:29:30.371Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564970367,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:29:30.471Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:29:30.473Z||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-04-10T04:29:30.473Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:30.542Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:30.543Z||pool-120-thread-1|||||INFO|500||cambria reply ok (71 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-04-10T04:29:31.386Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-10T04:29:31.386Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"fbd127c6-2081-4d4c-aebf-db82598bf130","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"97ad81d4-e223-477e-bab5-480557679afb","serviceDescription":"service","serviceInvariantUUID":"0b2eba9e-58b3-430e-bdfa-7ed88d447abe","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1ed580a9-8200-4838-b0eb-f48e74c64976","resourceInvariantUUID":"60a5b2d8-b071-4e04-a507-9677d1682e97","resourceCustomizationUUID":"79f49f7b-7134-4562-8783-54a5374cb906","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":"ZTFlZGM1ZDc5NTNhMzcxYjljMmY5ZDkwNzI1OTMzMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a2750ea2-7fb6-4b7c-aa81-2c6d023580f7","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":"NzI4NmUwMzVjODgzYTkzNDVlZWEwZjdjOGJlYTYwYjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6eb1246d-1929-4592-9eeb-fc185b03cb2a","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":"34c6f864-2915-4ebd-9e46-35fdde97f320","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":"09676344-bf9e-4f20-92cb-570be3b9e137","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":"89bbb380-6cfe-4bcb-8868-418cc1b9caad","artifactVersion":"2","generatedFromUUID":"34c6f864-2915-4ebd-9e46-35fdde97f320"},{"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":"YmE1MWFhZTAyODQ4ZjNiZWY1ZmVkMmZkODExNTI2MzU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0e7f3858-b3d1-4d15-94f9-9d5415750e9e","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":"M2JhYzFjZDEzMGJiNDZiMDc4MTk0Y2ZlNmU0OTMxZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f941209-363f-4e85-a061-a9f4d8e0031f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjQ4NjM5N2U1ZDhiYjE2NTA3NzcyZTg1ZmZmMjdiMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1491cadc-30b5-4bd7-a804-2d365d473680","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T04:29:31.387Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:29:31.387Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:29:31.390Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:29:31.390Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:31.491Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:29:31.492Z||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-04-10T04:29:31.492Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:31.512Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:31.512Z||pool-121-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:29:32.391Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:29:32.392Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:29:32.395Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:29:32.396Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:29:32.496Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:29:32.497Z||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-04-10T04:29:32.498Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:32.537Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:32.537Z||pool-122-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:29:33.397Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:29:33.398Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:29:33.402Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:29:33.402Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:29:33.504Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-10T04:29:33.505Z||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-04-10T04:29:33.505Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:33.525Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:33.525Z||pool-123-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:29:34.404Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:29:34.405Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:29:34.413Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:29:34.413Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:34.513Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:29:34.515Z||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-04-10T04:29:34.515Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:34.570Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:34.570Z||pool-124-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:29:35.414Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:29:35.414Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:29:35.420Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:29:35.421Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-10T04:29:35.520Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:29:35.521Z||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-04-10T04:29:35.522Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:35.571Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:35.572Z||pool-125-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:29:36.422Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:29:36.423Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:29:36.426Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:29:36.426Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:36.527Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:29:36.528Z||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-04-10T04:29:36.528Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:36.546Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:36.546Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:29:37.430Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:29:37.430Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:29:37.433Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:29:37.433Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:37.534Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-10T04:29:37.535Z||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-04-10T04:29:37.535Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:37.558Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:37.559Z||pool-127-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:29:38.438Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:29:38.439Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:29:38.511Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:29:38.512Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:29:38.550Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 38 ms
2022-04-10T04:29:38.551Z||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-04-10T04:29:38.551Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:38.585Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:38.586Z||pool-128-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:29:39.513Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "97ad81d4-e223-477e-bab5-480557679afb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0b2eba9e-58b3-430e-bdfa-7ed88d447abe",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "79f49f7b-7134-4562-8783-54a5374cb906",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1ed580a9-8200-4838-b0eb-f48e74c64976",
      "resourceInvariantUUID": "60a5b2d8-b071-4e04-a507-9677d1682e97",
      "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": "NzI4NmUwMzVjODgzYTkzNDVlZWEwZjdjOGJlYTYwYjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6eb1246d-1929-4592-9eeb-fc185b03cb2a",
          "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": "34c6f864-2915-4ebd-9e46-35fdde97f320",
          "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": "89bbb380-6cfe-4bcb-8868-418cc1b9caad",
            "generatedFromUUID": "34c6f864-2915-4ebd-9e46-35fdde97f320"
          },
          "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": "89bbb380-6cfe-4bcb-8868-418cc1b9caad",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MjQ4NjM5N2U1ZDhiYjE2NTA3NzcyZTg1ZmZmMjdiMDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1491cadc-30b5-4bd7-a804-2d365d473680"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T04:29:39.513Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T04:29:39.514Z|1e5cfd02-3309-48be-8481-bdefd5611d01|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 97ad81d4-e223-477e-bab5-480557679afb ASDC
2022-04-10T04:29:39.515Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:fbd127c6-2081-4d4c-aebf-db82598bf130
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:97ad81d4-e223-477e-bab5-480557679afb
ServiceInvariantUUID:0b2eba9e-58b3-430e-bdfa-7ed88d447abe
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:1491cadc-30b5-4bd7-a804-2d365d473680
ArtifactChecksum:MjQ4NjM5N2U1ZDhiYjE2NTA3NzcyZTg1ZmZmMjdiMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:79f49f7b-7134-4562-8783-54a5374cb906
ResourceInvariantUUID:60a5b2d8-b071-4e04-a507-9677d1682e97
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:1ed580a9-8200-4838-b0eb-f48e74c64976
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:6eb1246d-1929-4592-9eeb-fc185b03cb2a
ArtifactChecksum:NzI4NmUwMzVjODgzYTkzNDVlZWEwZjdjOGJlYTYwYjc=
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:34c6f864-2915-4ebd-9e46-35fdde97f320
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:89bbb380-6cfe-4bcb-8868-418cc1b9caad
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:89bbb380-6cfe-4bcb-8868-418cc1b9caad
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-10T04:29:39.516Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 97ad81d4-e223-477e-bab5-480557679afb 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-04-10T04:29:39.584Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:29:39.585Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:29:39.585Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:29:39.585Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1491cadc-30b5-4bd7-a804-2d365d473680 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-10T04:29:39.585Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:29:39.586Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-10T04:29:40.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:29:40.744Z||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-04-10T04:29:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:40.782Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:40.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.784Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564800114,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.785Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "cds",
  "timestamp": 1649564797337,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "dcae-sch",
  "timestamp": 1649564797041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "aai-ml",
  "timestamp": 1649564795666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564804244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564800114,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "dcae-sch",
  "timestamp": 1649564797041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "cds",
  "timestamp": 1649564797337,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "aai-ml",
  "timestamp": 1649564795666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564805052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564804244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564800114,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "cds",
  "timestamp": 1649564797337,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "dcae-sch",
  "timestamp": 1649564797041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "aai-ml",
  "timestamp": 1649564795666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564805052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564804244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564800114,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "cds",
  "timestamp": 1649564797337,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "dcae-sch",
  "timestamp": 1649564797041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "aai-ml",
  "timestamp": 1649564795666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564805052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564804244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564800114,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "cds",
  "timestamp": 1649564797337,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "dcae-sch",
  "timestamp": 1649564797041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "aai-ml",
  "timestamp": 1649564795666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564805052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564804244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564800114,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "dcae-sch",
  "timestamp": 1649564797041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "cds",
  "timestamp": 1649564797337,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "aai-ml",
  "timestamp": 1649564795666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564805052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564804244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564800114,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "cds",
  "timestamp": 1649564797337,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "dcae-sch",
  "timestamp": 1649564797041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "aai-ml",
  "timestamp": 1649564795666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564805052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564804244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.803Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:29:40.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564800114,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "cds",
  "timestamp": 1649564797337,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "dcae-sch",
  "timestamp": 1649564797041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "aai-ml",
  "timestamp": 1649564795666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564805052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:29:40.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564804244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "cds",
  "timestamp": 1649564797337,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:29:40.808Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 1491cadc-30b5-4bd7-a804-2d365d473680 78794
2022-04-10T04:29:40.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.808Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-10T04:29:40.808Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-10T04:29:40.808Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:29:40.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "dcae-sch",
  "timestamp": 1649564797041,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.809Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:29:40.809Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564800114,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:29:40.809Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "aai-ml",
  "timestamp": 1649564795666,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:29:40.810Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.810Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564805052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649564804244,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:29:40.811Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:29:40.811Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564980808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:29:40.811Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.811Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564805052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.812Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "policy-id",
  "timestamp": 1649564812075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.812Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.812Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "aai-ml",
  "timestamp": 1649564813724,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:29:40.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:29:40.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564813122,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:29:40.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:29:40.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "cds",
  "timestamp": 1649564813432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:29:40.814Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:29:40.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "policy-id",
  "timestamp": 1649564812075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.815Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564815018,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:29:40.815Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:29:40.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.815Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "cds",
  "timestamp": 1649564814874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T04:29:40.848Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a72e2b0-2106-4935-a5b5-975a6273cc5f
2022-04-10T04:29:40.849Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a72e2b0-2106-4935-a5b5-975a6273cc5f 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-04-10T04:29:40.864Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "policy-id",
  "timestamp": 1649564812075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.865Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.865Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564816062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:29:40.866Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:29:40.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564815110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:29:40.866Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:29:40.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "policy-id",
  "timestamp": 1649564812075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649564817069,
  "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-04-10T04:29:40.875Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6a72e2b0-2106-4935-a5b5-975a6273cc5f
2022-04-10T04:29:40.876Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a72e2b0-2106-4935-a5b5-975a6273cc5f 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-04-10T04:29:40.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649564816114,
  "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-04-10T04:29:40.899Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6a72e2b0-2106-4935-a5b5-975a6273cc5f
2022-04-10T04:29:40.900Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a72e2b0-2106-4935-a5b5-975a6273cc5f 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-04-10T04:29:40.911Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:29:40.913Z||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-04-10T04:29:40.913Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:40.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "policy-id",
  "timestamp": 1649564812075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "policy-id",
  "timestamp": 1649564812075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "policy-id",
  "timestamp": 1649564812075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "policy-id",
  "timestamp": 1649564812075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "aai-ml",
  "timestamp": 1649564820757,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:29:40.920Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:29:40.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "policy-id",
  "timestamp": 1649564812075,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:29:40.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "aai-ml",
  "timestamp": 1649564821762,
  "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-04-10T04:29:40.927Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:40.928Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:29:40.931Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6a72e2b0-2106-4935-a5b5-975a6273cc5f
2022-04-10T04:29:40.931Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a72e2b0-2106-4935-a5b5-975a6273cc5f 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-04-10T04:29:40.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "policy-id",
  "timestamp": 1649564821855,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:29:40.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:29:40.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "clamp",
  "timestamp": 1649564822618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "policy-id",
  "timestamp": 1649564822866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:29:40.946Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:29:40.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "clamp",
  "timestamp": 1649564822618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "policy-id",
  "timestamp": 1649564823870,
  "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-04-10T04:29:40.952Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a72e2b0-2106-4935-a5b5-975a6273cc5f
2022-04-10T04:29:40.953Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a72e2b0-2106-4935-a5b5-975a6273cc5f 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-04-10T04:29:40.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "clamp",
  "timestamp": 1649564822618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "clamp",
  "timestamp": 1649564822618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "clamp",
  "timestamp": 1649564822618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "clamp",
  "timestamp": 1649564822618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "clamp",
  "timestamp": 1649564822618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "clamp",
  "timestamp": 1649564822618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "clamp",
  "timestamp": 1649564822618,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:29:40.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:40.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "clamp",
  "timestamp": 1649564837795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:29:40.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:29:40.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "clamp",
  "timestamp": 1649564839793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:29:40.972Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:29:40.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "clamp",
  "timestamp": 1649564840799,
  "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-04-10T04:29:40.981Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6a72e2b0-2106-4935-a5b5-975a6273cc5f
2022-04-10T04:29:40.982Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a72e2b0-2106-4935-a5b5-975a6273cc5f 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-04-10T04:29:40.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb64d46b-c144-4fc9-ae6c-7e126472a41e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564858903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:29:40.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:29:40.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T04:29:40.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:29:40.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:29:41.812Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:29:41.813Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:29:41.814Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1491cadc-30b5-4bd7-a804-2d365d473680, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-10T04:29:41.814Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-10T04:29:41.814Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-10T04:29:41.815Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-10T04:29:41.993Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12302300467240950010/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-04-10T04:29:44.163Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T04:29:44.164Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-10T04:29:44.164Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-10T04:29:44.164Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-10T04:29:44.164Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:44.164Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:44.165Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:44.165Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:44.165Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:44.165Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:44.165Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:44.165Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:44.165Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:44.166Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-10T04:29:44.166Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:44.166Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:29:44.166Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T04:29:44.167Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-10T04:29:44.167Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:29:44.167Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:44.167Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:29:44.168Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T04:29:44.168Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-10T04:29:44.168Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:29:44.168Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:44.168Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:29:44.169Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:44.169Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-10T04:29:44.169Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-10T04:29:44.169Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-10T04:29:44.169Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-10T04:29:44.170Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-10T04:29:44.170Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T04:29:44.170Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:44.170Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:29:44.170Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:44.171Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T04:29:44.171Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:29:44.171Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:44.171Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T04:29:44.171Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:29:44.172Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:44.172Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T04:29:44.172Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:29:44.172Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:44.172Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-10T04:29:44.172Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-10T04:29:44.173Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-10T04:29:44.173Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=da7ab3f7-7177-4d8c-91c7-8edb592ffe36
2022-04-10T04:29:44.173Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:44.173Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:29:44.173Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:44.173Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:29:44.174Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:44.174Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:29:44.174Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:44.174Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:29:44.174Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:97ad81d4-e223-477e-bab5-480557679afb
Model Version:NULL
Model InvariantUuid:0b2eba9e-58b3-430e-bdfa-7ed88d447abe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:88378a0b-1b65-44a6-9b82-d6cc9d8337a4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:60a5b2d8-b071-4e04-a507-9677d1682e97
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:79f49f7b-7134-4562-8783-54a5374cb906
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:25811931-74f1-4641-a31d-b5fbf44dc8ac
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:a2d51405-73a0-4a97-8f6e-a17e6df1483f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:da7ab3f7-7177-4d8c-91c7-8edb592ffe36
ModelInvariantUuid:ed4ddf95-776a-409e-85a0-583dbcea9f90
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:1afa3a2d-ce18-4ba5-a615-6e977d9432bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:8753f4b7-8295-4aad-b59b-cd026cf8dd43
ModelInvariantUuid:b65c11f5-fdaf-4437-a739-1aab10b123a4
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:80b34e71-8ce3-46ff-91b1-545394287914
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-04-10T04:29:44.185Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 1ed580a9-8200-4838-b0eb-f48e74c64976
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-04-10T04:29:44.189Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-04-10T04:29:44.189Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1ed580a9-8200-4838-b0eb-f48e74c64976
2022-04-10T04:29:44.189Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6eb1246d-1929-4592-9eeb-fc185b03cb2a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-10T04:29:44.189Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:29:44.189Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:44.676Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:29:44.677Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 6eb1246d-1929-4592-9eeb-fc185b03cb2a 792
2022-04-10T04:29:44.677Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:44.677Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:44.678Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:29:44.678Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:29:44.682Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:29:44.682Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564984677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:29:44.783Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T04:29:44.784Z||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-04-10T04:29:44.784Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:44.802Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:44.803Z||pool-130-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:29:45.683Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "25811931-74f1-4641-a31d-b5fbf44dc8ac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a2d51405-73a0-4a97-8f6e-a17e6df1483f",
    "vfModuleModelCustomizationUUID": "21fda6f0-35d0-4edf-b518-7609442cdd7c",
    "isBase": true,
    "artifacts": [
      "34c6f864-2915-4ebd-9e46-35fdde97f320",
      "89bbb380-6cfe-4bcb-8868-418cc1b9caad"
    ],
    "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-04-10T04:29:45.687Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2d51405-73a0-4a97-8f6e-a17e6df1483f
VfModuleModelInvariantUUID:25811931-74f1-4641-a31d-b5fbf44dc8ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
34c6f864-2915-4ebd-9e46-35fdde97f320
,
89bbb380-6cfe-4bcb-8868-418cc1b9caad

}
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-04-10T04:29:45.690Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "25811931-74f1-4641-a31d-b5fbf44dc8ac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a2d51405-73a0-4a97-8f6e-a17e6df1483f",
    "vfModuleModelCustomizationUUID": "21fda6f0-35d0-4edf-b518-7609442cdd7c",
    "isBase": true,
    "artifacts": [
      "34c6f864-2915-4ebd-9e46-35fdde97f320",
      "89bbb380-6cfe-4bcb-8868-418cc1b9caad"
    ],
    "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-04-10T04:29:45.691Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a2d51405-73a0-4a97-8f6e-a17e6df1483f
VfModuleModelInvariantUUID:25811931-74f1-4641-a31d-b5fbf44dc8ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
34c6f864-2915-4ebd-9e46-35fdde97f320
,
89bbb380-6cfe-4bcb-8868-418cc1b9caad

}
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-04-10T04:29:45.691Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 34c6f864-2915-4ebd-9e46-35fdde97f320 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-10T04:29:45.691Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:29:45.691Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:46.068Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:29:46.068Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 34c6f864-2915-4ebd-9e46-35fdde97f320 5033
2022-04-10T04:29:46.077Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:46.077Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:46.077Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:29:46.078Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:29:46.080Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:29:46.081Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564986077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:29:46.180Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:29:46.181Z||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-04-10T04:29:46.182Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:46.211Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:46.212Z||pool-131-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:29:47.082Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 89bbb380-6cfe-4bcb-8868-418cc1b9caad from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-10T04:29:47.082Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:29:47.082Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:47.568Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:29:47.575Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 89bbb380-6cfe-4bcb-8868-418cc1b9caad 903
2022-04-10T04:29:47.576Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:47.576Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:47.577Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:29:47.577Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:29:47.580Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:29:47.580Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564987576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:29:47.680Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:29:47.681Z||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-04-10T04:29:47.681Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:47.716Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:47.717Z||pool-132-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:29:48.581Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 97ad81d4-e223-477e-bab5-480557679afb
2022-04-10T04:29:48.582Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1ed580a9-8200-4838-b0eb-f48e74c64976 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-04-10T04:29:48.596Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6098ec1b, org.onap.sdc.toscaparser.api.parameters.Input@18e065a3, org.onap.sdc.toscaparser.api.parameters.Input@12797d6e, org.onap.sdc.toscaparser.api.parameters.Input@1e533ba9, org.onap.sdc.toscaparser.api.parameters.Input@398ce44c]
2022-04-10T04:29:48.598Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:48.599Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:29:48.599Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-04-10T04:29:48.599Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 79f49f7b-7134-4562-8783-54a5374cb906
2022-04-10T04:29:48.600Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 79f49f7b-7134-4562-8783-54a5374cb906 matches Tosca VF Customization UUID: 79f49f7b-7134-4562-8783-54a5374cb906
2022-04-10T04:29:48.600Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 79f49f7b-7134-4562-8783-54a5374cb906  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-04-10T04:29:48.603Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:48.603Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:29:48.604Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 79f49f7b-7134-4562-8783-54a5374cb906: {\"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-04-10T04:29:48.604Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c982a23
2022-04-10T04:29:48.605Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:48.605Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:29:48.605Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 21fda6f0-35d0-4edf-b518-7609442cdd7c
2022-04-10T04:29:48.605Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 21fda6f0-35d0-4edf-b518-7609442cdd7c
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-04-10T04:29:48.608Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:48.609Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T04:29:48.609Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:29:48.610Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:48.610Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T04:29:48.610Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:29:48.611Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:48.611Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-10T04:29:48.612Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-10T04:29:48.612Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-10T04:29:48.612Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=da7ab3f7-7177-4d8c-91c7-8edb592ffe36
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-04-10T04:29:48.615Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:48.615Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T04:29:48.616Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:29:48.616Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:48.616Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T04:29:48.617Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=79f49f7b-7134-4562-8783-54a5374cb906
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-04-10T04:29:48.619Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:48.620Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:29:48.620Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 97ad81d4-e223-477e-bab5-480557679afb: basic_vm_macro
2022-04-10T04:29:48.620Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:48.621Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:29:48.621Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:48.621Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:29:48.622Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:48.622Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:29:48.623Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:48.623Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:29:48.623Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:29:48.623Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:29:48.624Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:48.744Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1ed580a9-8200-4838-b0eb-f48e74c64976 1 ASDC deployResourceStructure
2022-04-10T04:29:48.745Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:48.745Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:48.745Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:29:48.746Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:29:48.750Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:29:48.750Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564988745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:29:48.850Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:29:48.852Z||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-04-10T04:29:48.852Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:48.871Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:48.871Z||pool-133-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:29:49.751Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:49.751Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:49.752Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:29:49.752Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:29:49.755Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:29:49.755Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564989751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:29:49.855Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:29:49.857Z||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-04-10T04:29:49.857Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:49.884Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:49.884Z||pool-134-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:29:50.757Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:50.757Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:50.757Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:29:50.757Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:29:50.759Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:29:50.760Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564990757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-10T04:29:50.860Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:29:50.861Z||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-04-10T04:29:50.861Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:50.878Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:50.879Z||pool-135-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:29:51.760Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-10T04:29:51.761Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-10T04:29:51.761Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:29:51.762Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:29:51.765Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:29:51.765Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564991760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:29:51.865Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:29:51.866Z||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-04-10T04:29:51.866Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:29:51.876Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:29:51.877Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:29:52.766Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbd127c6-2081-4d4c-aebf-db82598bf130
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:29:52.782Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbd127c6-2081-4d4c-aebf-db82598bf130
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-04-10T04:29:52.785Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:29:52.786Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T04:29:52.786Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T04:29:52.787Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T04:29:52.787Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:29:52.787Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:29:52.787Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:29:52.787Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:29:52.788Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:29:52.788Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:29:52.788Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:29:52.795Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T04:30:22.796Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbd127c6-2081-4d4c-aebf-db82598bf130 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-04-10T04:30:22.803Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbd127c6-2081-4d4c-aebf-db82598bf130 and serviceModelVersionId: 97ad81d4-e223-477e-bab5-480557679afb
2022-04-10T04:30:22.804Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b2eba9e-58b3-430e-bdfa-7ed88d447abe
2022-04-10T04:30:22.805Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b2eba9e-58b3-430e-bdfa-7ed88d447abe/model-vers/model-ver/97ad81d4-e223-477e-bab5-480557679afb?depth=0
2022-04-10T04:30:22.811Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T04:30:22.861Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b2eba9e-58b3-430e-bdfa-7ed88d447abe/model-vers/model-ver/97ad81d4-e223-477e-bab5-480557679afb?depth=0|INFO|500||Invoke
2022-04-10T04:30:22.862Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b2eba9e-58b3-430e-bdfa-7ed88d447abe/model-vers/model-ver/97ad81d4-e223-477e-bab5-480557679afb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b2eba9e-58b3-430e-bdfa-7ed88d447abe/model-vers/model-ver/97ad81d4-e223-477e-bab5-480557679afb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fbd127c6-2081-4d4c-aebf-db82598bf130], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b55e3868-23c5-4a07-ae32-ee0c2e88db57], X-ECOMP-RequestID=[fbd127c6-2081-4d4c-aebf-db82598bf130], X-TransactionId=[], X-ONAP-RequestID=[fbd127c6-2081-4d4c-aebf-db82598bf130], Content-Type=[application/merge-patch+json]}
2022-04-10T04:30:22.888Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b2eba9e-58b3-430e-bdfa-7ed88d447abe/model-vers/model-ver/97ad81d4-e223-477e-bab5-480557679afb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T04:30:23.393Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b2eba9e-58b3-430e-bdfa-7ed88d447abe/model-vers/model-ver/97ad81d4-e223-477e-bab5-480557679afb?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/0b2eba9e-58b3-430e-bdfa-7ed88d447abe/model-vers/model-ver/97ad81d4-e223-477e-bab5-480557679afb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220410-04:30:21:809-99427], vertex-id=[217296], Content-Length=[0], Date=[Sun, 10 Apr 2022 04:30:21 GMT], Content-Type=[application/json]}
2022-04-10T04:30:23.394Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b2eba9e-58b3-430e-bdfa-7ed88d447abe/model-vers/model-ver/97ad81d4-e223-477e-bab5-480557679afb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-10T04:30:23.395Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b2eba9e-58b3-430e-bdfa-7ed88d447abe/model-vers/model-ver/97ad81d4-e223-477e-bab5-480557679afb?depth=0|INFO|500||InvokeReturn
2022-04-10T04:30:23.396Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T04:30:23.396Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:30:23.403Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||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-04-10T04:30:23.403Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbd127c6-2081-4d4c-aebf-db82598bf130 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T04:30:23.404Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T04:30:23.404Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:30:23.407Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:30:23.407Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565023403,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:30:23.507Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:30:23.509Z||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-04-10T04:30:23.509Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:23.531Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:23.532Z||pool-137-thread-1|||||INFO|500||cambria reply ok (24 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-04-10T04:30:24.429Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-10T04:30:24.429Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b8e48c3-96e0-4b06-93ba-31b30007c244","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"d7028535-6318-441f-99c7-44d687d54004","serviceDescription":"service","serviceInvariantUUID":"3052b9d2-9434-4531-87c6-3c7ddffcf449","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9844ada8-e21e-4fb8-85ef-7ca7b5f0d033","resourceInvariantUUID":"ae34355b-c9e6-4b2c-b84c-0e8a73b07380","resourceCustomizationUUID":"e2df1016-9161-459e-ac9e-ca071f00907d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"667f5d0f-e021-404a-ab49-016a26299489","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"ZTZhNTlhMDYyMDEyMWVhZDcxYmE0NDk5ZmE3NjYwODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"059897ca-6959-433e-8cd8-e78e5f9fe7a4","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"ODZjMTdkNDljNjAzOTAyOGI5MjBmZmI5MzNmYzJiMjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2011b6c9-9bc7-48e4-a4d2-99b8d55c9d38","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"928d75f9-d8d9-4f78-ab41-e12bc0a757de","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bfc91bbc-fd83-4847-8c35-573b286c5d66","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4ae380a1-8184-48cf-817f-e37c28a9ae24","artifactVersion":"2","generatedFromUUID":"928d75f9-d8d9-4f78-ab41-e12bc0a757de"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MjJhOTNmMGRhMmY4YTg1ZGIwMWRiNDYwN2FjYjUwMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7631424d-bbf3-4592-95b6-d68bf42f5f3e","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YjAwMmEyZDQyMDMwNjRkMzZlNDRlZTRmZDQzYWM0YzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"20210ecb-678f-4749-a2e0-f075f7a87bae","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T04:30:24.431Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:30:24.431Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:30:24.434Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:30:24.434Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:30:24.535Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T04:30:24.537Z||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-04-10T04:30:24.537Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:24.551Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:24.552Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:30:25.435Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:30:25.436Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:30:25.439Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:30:25.439Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:30:25.539Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:30:25.540Z||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-04-10T04:30:25.540Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:25.580Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:25.581Z||pool-139-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:30:26.442Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:30:26.443Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:30:26.446Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:30:26.447Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:30:26.547Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:30:26.548Z||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-04-10T04:30:26.548Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:26.572Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:26.573Z||pool-140-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:30:27.448Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:30:27.448Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:30:27.451Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:30:27.452Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:30:27.551Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:30:27.553Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:30:27.553Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:27.569Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:27.569Z||pool-141-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:30:28.452Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:30:28.453Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:30:28.456Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:30:28.456Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:30:28.556Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:30:28.557Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:30:28.557Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:28.571Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:28.572Z||pool-142-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:30:29.456Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:30:29.457Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:30:29.460Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:30:29.460Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-10T04:30:29.560Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:30:29.561Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:30:29.562Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:29.584Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:29.585Z||pool-143-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:30:30.461Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:30:30.463Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:30:30.466Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:30:30.467Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:30:30.567Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:30:30.568Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:30:30.569Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:30.584Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:30.585Z||pool-144-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:30:31.468Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:30:31.469Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:30:31.471Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:30:31.471Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:30:31.572Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T04:30:31.573Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:30:31.573Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:31.594Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:31.594Z||pool-145-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:30:32.472Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "d7028535-6318-441f-99c7-44d687d54004",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3052b9d2-9434-4531-87c6-3c7ddffcf449",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "e2df1016-9161-459e-ac9e-ca071f00907d",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9844ada8-e21e-4fb8-85ef-7ca7b5f0d033",
      "resourceInvariantUUID": "ae34355b-c9e6-4b2c-b84c-0e8a73b07380",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "ODZjMTdkNDljNjAzOTAyOGI5MjBmZmI5MzNmYzJiMjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2011b6c9-9bc7-48e4-a4d2-99b8d55c9d38",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "928d75f9-d8d9-4f78-ab41-e12bc0a757de",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4ae380a1-8184-48cf-817f-e37c28a9ae24",
            "generatedFromUUID": "928d75f9-d8d9-4f78-ab41-e12bc0a757de"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4ae380a1-8184-48cf-817f-e37c28a9ae24",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YjAwMmEyZDQyMDMwNjRkMzZlNDRlZTRmZDQzYWM0YzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "20210ecb-678f-4749-a2e0-f075f7a87bae"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T04:30:32.473Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T04:30:32.473Z|fbd127c6-2081-4d4c-aebf-db82598bf130|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d7028535-6318-441f-99c7-44d687d54004 ASDC
2022-04-10T04:30:32.474Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:0b8e48c3-96e0-4b06-93ba-31b30007c244
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:d7028535-6318-441f-99c7-44d687d54004
ServiceInvariantUUID:3052b9d2-9434-4531-87c6-3c7ddffcf449
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:20210ecb-678f-4749-a2e0-f075f7a87bae
ArtifactChecksum:YjAwMmEyZDQyMDMwNjRkMzZlNDRlZTRmZDQzYWM0YzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:e2df1016-9161-459e-ac9e-ca071f00907d
ResourceInvariantUUID:ae34355b-c9e6-4b2c-b84c-0e8a73b07380
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:9844ada8-e21e-4fb8-85ef-7ca7b5f0d033
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:2011b6c9-9bc7-48e4-a4d2-99b8d55c9d38
ArtifactChecksum:ODZjMTdkNDljNjAzOTAyOGI5MjBmZmI5MzNmYzJiMjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:928d75f9-d8d9-4f78-ab41-e12bc0a757de
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:4ae380a1-8184-48cf-817f-e37c28a9ae24
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:4ae380a1-8184-48cf-817f-e37c28a9ae24
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-10T04:30:32.474Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d7028535-6318-441f-99c7-44d687d54004 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-04-10T04:30:32.535Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:30:32.537Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:30:32.537Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:30:32.538Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 20210ecb-678f-4749-a2e0-f075f7a87bae from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-10T04:30:32.539Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:30:32.539Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-10T04:30:32.761Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:30:32.765Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 20210ecb-678f-4749-a2e0-f075f7a87bae 73654
2022-04-10T04:30:32.766Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-10T04:30:32.767Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-10T04:30:32.767Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:30:32.768Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:30:32.771Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:30:32.771Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565032766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:30:32.871Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:30:32.872Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:30:32.872Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:32.890Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:32.891Z||pool-146-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:30:33.772Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:30:33.774Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:30:33.775Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 20210ecb-678f-4749-a2e0-f075f7a87bae, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-10T04:30:33.776Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-04-10T04:30:33.776Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-10T04:30:33.777Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-10T04:30:33.920Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17771497121648255657/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-10T04:30:35.767Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T04:30:35.768Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-10T04:30:35.768Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-10T04:30:35.768Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-10T04:30:35.769Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-10T04:30:35.769Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-10T04:30:35.769Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-10T04:30:35.770Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-10T04:30:35.770Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-10T04:30:35.770Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-10T04:30:35.771Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-10T04:30:35.771Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-10T04:30:35.771Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-10T04:30:35.771Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-10T04:30:35.772Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:35.772Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:30:35.773Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-10T04:30:35.773Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-10T04:30:35.774Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:30:35.774Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:35.775Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:30:35.775Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-10T04:30:35.775Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-10T04:30:35.776Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:30:35.776Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:35.776Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:30:35.777Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:35.777Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-10T04:30:35.777Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-10T04:30:35.778Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-10T04:30:35.778Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-10T04:30:35.778Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T04:30:35.779Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T04:30:35.779Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:35.780Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:30:35.780Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:35.780Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-10T04:30:35.781Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:30:35.781Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:35.782Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-10T04:30:35.782Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:30:35.782Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:35.783Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-10T04:30:35.783Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:30:35.783Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:35.784Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-10T04:30:35.784Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-10T04:30:35.784Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T04:30:35.784Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7988c1ea-be98-4b78-9e60-1d42dddc0ef8
2022-04-10T04:30:35.785Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:35.785Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:30:35.785Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:35.786Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:30:35.786Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:35.786Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:30:35.787Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:35.787Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:30:35.787Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:d7028535-6318-441f-99c7-44d687d54004
Model Version:NULL
Model InvariantUuid:3052b9d2-9434-4531-87c6-3c7ddffcf449
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:7a64d517-83ca-4c2b-8c7b-2a16e35e12ba
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ae34355b-c9e6-4b2c-b84c-0e8a73b07380
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e2df1016-9161-459e-ac9e-ca071f00907d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1d1bc366-0009-4785-8ec1-df1e6ca6c8e6
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:d96395e2-893d-42bd-a641-751d5f650627
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7988c1ea-be98-4b78-9e60-1d42dddc0ef8
ModelInvariantUuid:055480e0-1e26-4704-869e-97391ba626ca
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:0808e7e3-8eff-4552-a473-c9ab04f8d612
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:9538f73c-8174-4a8c-ba11-8c1bf3dc041d
ModelInvariantUuid:d029a8ca-ece2-4b14-bb0f-15c2f67995a0
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:412b17c8-9a11-46f1-8424-44d6b1cfc955
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-04-10T04:30:35.798Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 9844ada8-e21e-4fb8-85ef-7ca7b5f0d033
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-04-10T04:30:35.802Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||basicclamp 0
2022-04-10T04:30:35.803Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9844ada8-e21e-4fb8-85ef-7ca7b5f0d033
2022-04-10T04:30:35.803Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2011b6c9-9bc7-48e4-a4d2-99b8d55c9d38 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-10T04:30:35.803Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:30:35.804Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-10T04:30:36.169Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:30:36.170Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2011b6c9-9bc7-48e4-a4d2-99b8d55c9d38 790
2022-04-10T04:30:36.170Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-04-10T04:30:36.170Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-10T04:30:36.170Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:30:36.171Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:30:36.173Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:30:36.173Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565036170,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:30:36.274Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:30:36.275Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:30:36.276Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:36.293Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:36.293Z||pool-147-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:30:37.174Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1d1bc366-0009-4785-8ec1-df1e6ca6c8e6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d96395e2-893d-42bd-a641-751d5f650627",
    "vfModuleModelCustomizationUUID": "a7d9de75-2b7a-45e2-8c78-81463288a792",
    "isBase": true,
    "artifacts": [
      "928d75f9-d8d9-4f78-ab41-e12bc0a757de",
      "4ae380a1-8184-48cf-817f-e37c28a9ae24"
    ],
    "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-04-10T04:30:37.181Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d96395e2-893d-42bd-a641-751d5f650627
VfModuleModelInvariantUUID:1d1bc366-0009-4785-8ec1-df1e6ca6c8e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
928d75f9-d8d9-4f78-ab41-e12bc0a757de
,
4ae380a1-8184-48cf-817f-e37c28a9ae24

}
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-04-10T04:30:37.186Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "1d1bc366-0009-4785-8ec1-df1e6ca6c8e6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d96395e2-893d-42bd-a641-751d5f650627",
    "vfModuleModelCustomizationUUID": "a7d9de75-2b7a-45e2-8c78-81463288a792",
    "isBase": true,
    "artifacts": [
      "928d75f9-d8d9-4f78-ab41-e12bc0a757de",
      "4ae380a1-8184-48cf-817f-e37c28a9ae24"
    ],
    "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-04-10T04:30:37.187Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d96395e2-893d-42bd-a641-751d5f650627
VfModuleModelInvariantUUID:1d1bc366-0009-4785-8ec1-df1e6ca6c8e6
VfModuleModelDescription:NULL
Artifacts UUID List:{
928d75f9-d8d9-4f78-ab41-e12bc0a757de
,
4ae380a1-8184-48cf-817f-e37c28a9ae24

}
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-04-10T04:30:37.187Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 928d75f9-d8d9-4f78-ab41-e12bc0a757de from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-10T04:30:37.187Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:30:37.188Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-10T04:30:37.508Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:30:37.508Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 928d75f9-d8d9-4f78-ab41-e12bc0a757de 5033
2022-04-10T04:30:37.508Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-10T04:30:37.508Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-10T04:30:37.509Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:30:37.509Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:30:37.516Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:30:37.516Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565037508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:30:37.612Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-10T04:30:37.613Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:30:37.613Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:37.630Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:37.630Z||pool-148-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:30:38.517Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4ae380a1-8184-48cf-817f-e37c28a9ae24 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-10T04:30:38.517Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:30:38.518Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-10T04:30:38.908Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:30:38.908Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 4ae380a1-8184-48cf-817f-e37c28a9ae24 909
2022-04-10T04:30:38.908Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-10T04:30:38.908Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-10T04:30:38.909Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:30:38.909Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:30:38.911Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:30:38.911Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565038908,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:30:39.012Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T04:30:39.013Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:30:39.013Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:39.038Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:39.039Z||pool-149-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:30:39.912Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d7028535-6318-441f-99c7-44d687d54004
2022-04-10T04:30:39.913Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 9844ada8-e21e-4fb8-85ef-7ca7b5f0d033 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-04-10T04:30:39.939Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@337b77ef, org.onap.sdc.toscaparser.api.parameters.Input@5a844414, org.onap.sdc.toscaparser.api.parameters.Input@25ba5781, org.onap.sdc.toscaparser.api.parameters.Input@ef039a3, org.onap.sdc.toscaparser.api.parameters.Input@66dce39d]
2022-04-10T04:30:39.941Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:39.942Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:30:39.942Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-04-10T04:30:39.942Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e2df1016-9161-459e-ac9e-ca071f00907d
2022-04-10T04:30:39.942Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e2df1016-9161-459e-ac9e-ca071f00907d matches Tosca VF Customization UUID: e2df1016-9161-459e-ac9e-ca071f00907d
2022-04-10T04:30:39.943Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e2df1016-9161-459e-ac9e-ca071f00907d  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-04-10T04:30:39.946Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:39.946Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:30:39.947Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e2df1016-9161-459e-ac9e-ca071f00907d: {\"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-04-10T04:30:39.947Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@66c3e404
2022-04-10T04:30:39.947Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:39.948Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T04:30:39.948Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a7d9de75-2b7a-45e2-8c78-81463288a792
2022-04-10T04:30:39.948Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a7d9de75-2b7a-45e2-8c78-81463288a792
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-04-10T04:30:39.952Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:39.952Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-10T04:30:39.952Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:30:39.953Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:39.953Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-10T04:30:39.953Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:30:39.954Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:39.954Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-10T04:30:39.954Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-10T04:30:39.954Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T04:30:39.955Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7988c1ea-be98-4b78-9e60-1d42dddc0ef8
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-04-10T04:30:39.962Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:39.963Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-10T04:30:39.963Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T04:30:39.963Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:39.964Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-10T04:30:39.964Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=e2df1016-9161-459e-ac9e-ca071f00907d
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-04-10T04:30:39.970Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:39.971Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:30:39.971Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d7028535-6318-441f-99c7-44d687d54004: basicclamp
2022-04-10T04:30:39.971Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:39.971Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:30:39.972Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:39.972Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:30:39.972Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:39.972Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:30:39.972Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:39.973Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:30:39.973Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:30:39.973Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:30:39.973Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T04:30:40.086Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 9844ada8-e21e-4fb8-85ef-7ca7b5f0d033 1 ASDC deployResourceStructure
2022-04-10T04:30:40.086Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-04-10T04:30:40.086Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-10T04:30:40.086Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:30:40.087Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:30:40.090Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:30:40.091Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565040086,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:30:40.190Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:30:40.190Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:30:40.191Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:40.221Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:40.222Z||pool-150-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:30:40.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:30:40.743Z||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-04-10T04:30:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:40.792Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:40.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-10T04:30:40.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:30:40.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-10T04:30:40.798Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:30:40.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.798Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:30:40.799Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:30:40.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:30:40.800Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:30:40.800Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.800Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:30:40.801Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:30:40.801Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.801Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-10T04:30:40.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:30:40.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:30:40.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:30:40.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:30:40.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:30:40.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564871385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:30:40.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:30:40.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564875038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:30:40.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:30:40.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564876389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:30:40.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:30:40.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564877902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:30:40.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:30:40.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564879024,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:30:40.806Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:30:40.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564880119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:30:40.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:30:40.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564881343,
  "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-04-10T04:30:40.808Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:30:40.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.808Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564882349,
  "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-04-10T04:30:40.809Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:30:40.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564883355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:30:40.809Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:30:40.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564884365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:30:40.809Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:30:40.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564885376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-10T04:30:40.809Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:30:40.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564886383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:30:40.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:30:40.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "901113b5-7f19-4572-926e-afcfaabefa1a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564918820,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:30:40.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:30:40.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T04:30:40.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:30:40.812Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:30:41.092Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-10T04:30:41.092Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-10T04:30:41.094Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:30:41.094Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:30:41.098Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:30:41.098Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565041092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:30:41.197Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:30:41.199Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:30:41.199Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:41.224Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:41.225Z||pool-151-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:30:42.099Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-10T04:30:42.099Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-10T04:30:42.099Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:30:42.099Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:30:42.105Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:30:42.106Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565042099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-10T04:30:42.208Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-10T04:30:42.210Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:30:42.210Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:42.232Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:42.233Z||pool-152-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:30:43.107Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-10T04:30:43.107Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-10T04:30:43.107Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:30:43.108Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:30:43.113Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:30:43.113Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565043107,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:30:43.213Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T04:30:43.215Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:30:43.215Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:30:43.233Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:30:43.234Z||pool-153-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:30:44.114Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b8e48c3-96e0-4b06-93ba-31b30007c244
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:30:44.138Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b8e48c3-96e0-4b06-93ba-31b30007c244
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-04-10T04:30:44.144Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:30:44.145Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T04:30:44.145Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T04:30:44.145Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T04:30:44.145Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:30:44.145Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:30:44.145Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:30:44.146Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:30:44.146Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:30:44.146Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:30:44.146Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:30:44.146Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||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-04-10T04:30:44.155Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T04:31:14.156Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b8e48c3-96e0-4b06-93ba-31b30007c244 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-04-10T04:31:14.188Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b8e48c3-96e0-4b06-93ba-31b30007c244 and serviceModelVersionId: d7028535-6318-441f-99c7-44d687d54004
2022-04-10T04:31:14.189Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3052b9d2-9434-4531-87c6-3c7ddffcf449
2022-04-10T04:31:14.190Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3052b9d2-9434-4531-87c6-3c7ddffcf449/model-vers/model-ver/d7028535-6318-441f-99c7-44d687d54004?depth=0
2022-04-10T04:31:14.197Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T04:31:14.249Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3052b9d2-9434-4531-87c6-3c7ddffcf449/model-vers/model-ver/d7028535-6318-441f-99c7-44d687d54004?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-04-10T04:31:14.252Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3052b9d2-9434-4531-87c6-3c7ddffcf449/model-vers/model-ver/d7028535-6318-441f-99c7-44d687d54004?depth=0|INFO|500||Invoke
2022-04-10T04:31:14.298Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3052b9d2-9434-4531-87c6-3c7ddffcf449/model-vers/model-ver/d7028535-6318-441f-99c7-44d687d54004?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T04:31:14.972Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3052b9d2-9434-4531-87c6-3c7ddffcf449/model-vers/model-ver/d7028535-6318-441f-99c7-44d687d54004?depth=0|INFO|500||InvokeReturn
2022-04-10T04:31:14.972Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3052b9d2-9434-4531-87c6-3c7ddffcf449/model-vers/model-ver/d7028535-6318-441f-99c7-44d687d54004?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220410-04:31:13:217-63871], vertex-id=[245832], Content-Length=[0], Date=[Sun, 10 Apr 2022 04:31:13 GMT], Content-Type=[application/json]}
2022-04-10T04:31:14.972Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-04-10T04:31:14.973Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T04:31:14.973Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||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-04-10T04:31:14.985Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||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-04-10T04:31:14.987Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b8e48c3-96e0-4b06-93ba-31b30007c244 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T04:31:14.987Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T04:31:14.987Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:31:14.990Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:31:14.990Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565074987,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:31:15.090Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:31:15.091Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:31:15.092Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:31:15.125Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:31:15.126Z||pool-154-thread-1|||||INFO|500||cambria reply ok (35 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-04-10T04:31:16.019Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:31:16.020Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|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-04-10T04:31:16.020Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:31:20.431Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:31:20.432Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-10T04:31:20.432Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"6a72e2b0-2106-4935-a5b5-975a6273cc5f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"44d3ef6d-2dfa-44eb-a615-cad60d707d55","serviceDescription":"service","serviceInvariantUUID":"5ea5e8e0-a1e8-44a2-bb83-f1d9fc49e52d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"84313abd-7323-43eb-90b2-e47a11019c2b","resourceInvariantUUID":"cb1cb4d3-eefb-4d44-9ae0-4809348ca085","resourceCustomizationUUID":"3f411849-ba4a-47e6-b8fa-c6912c4ed304","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":"ZGUwMzk2YmY2Y2FmMTg1OWQ5ZmVjZDY2Y2QwZDQ0N2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16c2dfd0-cdcc-4048-b772-94d3815912c6","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":"068ec5f6-ebc8-4fcb-bba0-448dae9d33d1","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":"afad6e7c-c8d2-4813-9e15-769c648bd798","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":"M2QzNjhiMWViNTQzODgyMzNiYjQyZTQxZDg3Yjk5ZDg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"490f8260-8d29-43b6-92f3-27fc65617e18","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":"bef06ad1-99b8-4af3-8116-5967fae91c75","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":"ae4c4ae3-84ae-4df2-884e-711cc0d9cfc4","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":"d3d65b45-4764-432e-910b-c474969f8669","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":"YThkZjY3NzdkZmMxN2IzYjdjY2U1NDllNWNkNTczN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2f65c708-6ccd-4793-85bc-8837fdc47033","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OTM0MGExZmVmMDhkYjM3NjQ4MzkyMDA0NTYwNDFjZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d8040cb6-6354-41a5-9f36-c5c19d51e108","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T04:31:20.435Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:31:20.435Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:31:20.437Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:31:20.438Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:31:20.541Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-10T04:31:20.543Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:31:20.543Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:31:20.575Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:31:20.575Z||pool-155-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:31:21.438Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:31:21.440Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:31:21.442Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:31:21.443Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:31:21.544Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T04:31:21.545Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:31:21.545Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:31:21.559Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:31:21.559Z||pool-156-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:31:22.444Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:31:22.445Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:31:22.448Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:31:22.448Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:31:22.548Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:31:22.549Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:31:22.549Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:31:22.568Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:31:22.568Z||pool-157-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:31:23.449Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:31:23.450Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:31:23.452Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:31:23.452Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:31:23.552Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:31:23.553Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:31:23.553Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:31:23.567Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:31:23.568Z||pool-158-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:31:24.453Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:31:24.453Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:31:24.456Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:31:24.456Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:31:24.557Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:31:24.557Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:31:24.557Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:31:24.575Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:31:24.575Z||pool-159-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:31:25.456Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:31:25.457Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:31:25.461Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:31:25.461Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:31:25.561Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:31:25.563Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:31:25.563Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:31:25.580Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:31:25.581Z||pool-160-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:31:26.462Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:31:26.463Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:31:26.465Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:31:26.465Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:31:26.566Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T04:31:26.567Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:31:26.568Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:31:26.598Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:31:26.600Z||pool-161-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:31:27.466Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:31:27.466Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:31:27.485Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:31:27.485Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:31:27.573Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-04-10T04:31:27.575Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:31:27.575Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:31:27.589Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:31:27.591Z||pool-162-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:31:28.487Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T04:31:28.487Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:31:28.489Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:31:28.489Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:31:28.590Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:31:28.591Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:31:28.591Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:31:28.617Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:31:28.619Z||pool-163-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:31:29.491Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "44d3ef6d-2dfa-44eb-a615-cad60d707d55",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5ea5e8e0-a1e8-44a2-bb83-f1d9fc49e52d",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "3f411849-ba4a-47e6-b8fa-c6912c4ed304",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "84313abd-7323-43eb-90b2-e47a11019c2b",
      "resourceInvariantUUID": "cb1cb4d3-eefb-4d44-9ae0-4809348ca085",
      "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": "OTM0MGExZmVmMDhkYjM3NjQ4MzkyMDA0NTYwNDFjZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d8040cb6-6354-41a5-9f36-c5c19d51e108"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T04:31:29.491Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T04:31:29.492Z|0b8e48c3-96e0-4b06-93ba-31b30007c244|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44d3ef6d-2dfa-44eb-a615-cad60d707d55 ASDC
2022-04-10T04:31:29.493Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:6a72e2b0-2106-4935-a5b5-975a6273cc5f
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:44d3ef6d-2dfa-44eb-a615-cad60d707d55
ServiceInvariantUUID:5ea5e8e0-a1e8-44a2-bb83-f1d9fc49e52d
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:d8040cb6-6354-41a5-9f36-c5c19d51e108
ArtifactChecksum:OTM0MGExZmVmMDhkYjM3NjQ4MzkyMDA0NTYwNDFjZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:3f411849-ba4a-47e6-b8fa-c6912c4ed304
ResourceInvariantUUID:cb1cb4d3-eefb-4d44-9ae0-4809348ca085
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:84313abd-7323-43eb-90b2-e47a11019c2b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-10T04:31:29.494Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44d3ef6d-2dfa-44eb-a615-cad60d707d55 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-04-10T04:31:29.526Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:31:29.527Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:31:29.527Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:31:29.527Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d8040cb6-6354-41a5-9f36-c5c19d51e108 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-10T04:31:29.527Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T04:31:29.528Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-10T04:31:30.133Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T04:31:30.138Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d8040cb6-6354-41a5-9f36-c5c19d51e108 105636
2022-04-10T04:31:30.138Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-10T04:31:30.138Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-10T04:31:30.139Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T04:31:30.139Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:31:30.142Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:31:30.142Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565090138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:31:30.242Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:31:30.243Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:31:30.243Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:31:30.258Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:31:30.259Z||pool-164-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T04:31:31.143Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T04:31:31.144Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T04:31:31.144Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d8040cb6-6354-41a5-9f36-c5c19d51e108, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-10T04:31:31.145Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-04-10T04:31:31.147Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-10T04:31:31.147Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-10T04:31:31.315Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7918867881691900130/Definitions/service-TestPnfMacro-template.yml
2022-04-10T04:31:32.498Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T04:31:32.499Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-10T04:31:32.499Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-10T04:31:32.499Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-10T04:31:32.499Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||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-04-10T04:31:32.499Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||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-04-10T04:31:32.499Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||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-04-10T04:31:32.500Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||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-04-10T04:31:32.500Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||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-04-10T04:31:32.500Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||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-04-10T04:31:32.500Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||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-04-10T04:31:32.500Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-10T04:31:32.500Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:31:32.501Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:31:32.501Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-10T04:31:32.501Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-10T04:31:32.501Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:31:32.502Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:31:32.502Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:31:32.502Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-10T04:31:32.502Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-10T04:31:32.503Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T04:31:32.503Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:31:32.503Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:31:32.503Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:31:32.503Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:31:32.504Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:31:32.504Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:31:32.504Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:31:32.504Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:31:32.504Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:31:32.504Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:31:32.505Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:44d3ef6d-2dfa-44eb-a615-cad60d707d55
Model Version:NULL
Model InvariantUuid:5ea5e8e0-a1e8-44a2-bb83-f1d9fc49e52d
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-04-10T04:31:32.518Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 84313abd-7323-43eb-90b2-e47a11019c2b
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-04-10T04:31:32.523Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-04-10T04:31:32.523Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 84313abd-7323-43eb-90b2-e47a11019c2b
2022-04-10T04:31:32.523Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 44d3ef6d-2dfa-44eb-a615-cad60d707d55
2022-04-10T04:31:32.523Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 44d3ef6d-2dfa-44eb-a615-cad60d707d55
2022-04-10T04:31:32.523Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 84313abd-7323-43eb-90b2-e47a11019c2b 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-04-10T04:31:32.529Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77f4f396, org.onap.sdc.toscaparser.api.parameters.Input@3b584f0e, org.onap.sdc.toscaparser.api.parameters.Input@5e9c3d9, org.onap.sdc.toscaparser.api.parameters.Input@3ee66d46, org.onap.sdc.toscaparser.api.parameters.Input@6e5e514f]
2022-04-10T04:31:32.529Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:31:32.529Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:31:32.529Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 44d3ef6d-2dfa-44eb-a615-cad60d707d55: test-pnf
2022-04-10T04:31:32.530Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||Processing PNF resource: 84313abd-7323-43eb-90b2-e47a11019c2b
2022-04-10T04:31:32.530Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T04:31:32.530Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T04:31:32.530Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||Resource customization UUID: 3f411849-ba4a-47e6-b8fa-c6912c4ed304 is the same as notified resource customizationUUID: 3f411849-ba4a-47e6-b8fa-c6912c4ed304
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-04-10T04:31:32.580Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 84313abd-7323-43eb-90b2-e47a11019c2b 0 ASDC deployResourceStructure
2022-04-10T04:31:32.581Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-10T04:31:32.581Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-10T04:31:32.581Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T04:31:32.581Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:31:32.583Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:31:32.584Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565092580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:31:32.684Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:31:32.685Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:31:32.685Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:31:32.704Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:31:32.705Z||pool-165-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-10T04:31:33.585Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a72e2b0-2106-4935-a5b5-975a6273cc5f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-10T04:31:33.602Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a72e2b0-2106-4935-a5b5-975a6273cc5f
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-04-10T04:31:33.607Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T04:31:33.607Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T04:31:33.607Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T04:31:33.607Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T04:31:33.607Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:31:33.607Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:31:33.607Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:31:33.607Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:31:33.607Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:31:33.608Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:31:33.608Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T04:31:33.608Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||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-04-10T04:31:33.615Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T04:31:40.742Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:31:40.744Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|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-04-10T04:31:40.744Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:31:40.771Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:31:40.772Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.773Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:31:40.774Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:31:40.774Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.774Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:31:40.774Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:31:40.775Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.775Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:31:40.775Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:31:40.776Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.776Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-10T04:31:40.776Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:31:40.776Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.776Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:31:40.777Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:31:40.777Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.777Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:31:40.778Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:31:40.778Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.778Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564928583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:31:40.778Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:31:40.779Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.779Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564932009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:31:40.780Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:31:40.780Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.780Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564933505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:31:40.781Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:31:40.781Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.782Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564934893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:31:40.782Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:31:40.782Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.782Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564936052,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:31:40.783Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:31:40.783Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.783Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564937057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:31:40.784Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:31:40.784Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.784Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564938063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-10T04:31:40.785Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:31:40.785Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.786Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564939068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:31:40.786Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:31:40.786Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.786Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e5cfd02-3309-48be-8481-bdefd5611d01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564970367,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:31:40.787Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:31:40.787Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.787Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:31:40.788Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:31:40.788Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.788Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:31:40.788Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:31:40.788Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.789Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:31:40.789Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:31:40.789Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.789Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:31:40.790Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:31:40.790Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.790Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-10T04:31:40.791Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:31:40.791Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.791Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:31:40.792Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:31:40.792Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.792Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:31:40.792Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:31:40.793Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-10T04:31:40.793Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:31:40.793Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:32:03.616Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a72e2b0-2106-4935-a5b5-975a6273cc5f 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-04-10T04:32:03.622Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a72e2b0-2106-4935-a5b5-975a6273cc5f and serviceModelVersionId: 44d3ef6d-2dfa-44eb-a615-cad60d707d55
2022-04-10T04:32:03.623Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ea5e8e0-a1e8-44a2-bb83-f1d9fc49e52d
2022-04-10T04:32:03.624Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ea5e8e0-a1e8-44a2-bb83-f1d9fc49e52d/model-vers/model-ver/44d3ef6d-2dfa-44eb-a615-cad60d707d55?depth=0
2022-04-10T04:32:03.629Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T04:32:03.691Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ea5e8e0-a1e8-44a2-bb83-f1d9fc49e52d/model-vers/model-ver/44d3ef6d-2dfa-44eb-a615-cad60d707d55?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-04-10T04:32:03.694Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ea5e8e0-a1e8-44a2-bb83-f1d9fc49e52d/model-vers/model-ver/44d3ef6d-2dfa-44eb-a615-cad60d707d55?depth=0|INFO|500||Invoke
2022-04-10T04:32:03.726Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ea5e8e0-a1e8-44a2-bb83-f1d9fc49e52d/model-vers/model-ver/44d3ef6d-2dfa-44eb-a615-cad60d707d55?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T04:32:03.838Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ea5e8e0-a1e8-44a2-bb83-f1d9fc49e52d/model-vers/model-ver/44d3ef6d-2dfa-44eb-a615-cad60d707d55?depth=0|INFO|500||InvokeReturn
2022-04-10T04:32:03.839Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ea5e8e0-a1e8-44a2-bb83-f1d9fc49e52d/model-vers/model-ver/44d3ef6d-2dfa-44eb-a615-cad60d707d55?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220410-04:32:02:642-74330], vertex-id=[262240], Content-Length=[0], Date=[Sun, 10 Apr 2022 04:32:02 GMT], Content-Type=[application/json]}
2022-04-10T04:32:03.839Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-04-10T04:32:03.839Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T04:32:03.839Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||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-04-10T04:32:03.855Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||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-04-10T04:32:03.855Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a72e2b0-2106-4935-a5b5-975a6273cc5f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T04:32:03.856Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T04:32:03.856Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T04:32:03.859Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T04:32:03.859Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565123856,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:32:03.959Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T04:32:03.960Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T04:32:03.961Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:32:03.993Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:32:03.994Z||pool-166-thread-1|||||INFO|500||cambria reply ok (34 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-04-10T04:32:04.916Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:32:04.917Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|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-04-10T04:32:04.917Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:32:14.554Z|6a72e2b0-2106-4935-a5b5-975a6273cc5f|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:32:14.555Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:32:14.556Z||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-04-10T04:32:14.556Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:32:24.172Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:32:24.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:32:24.173Z||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-04-10T04:32:24.174Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:32:33.752Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:32:33.753Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:32:33.754Z||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-04-10T04:32:33.754Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:32:40.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:32:40.743Z||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-04-10T04:32:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:32:40.778Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:32:40.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564980808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:32:40.780Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:32:40.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564984677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:32:40.781Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:32:40.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564986077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:32:40.781Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:32:40.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564987576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:32:40.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:32:40.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564988745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:32:40.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:32:40.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564989751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:32:40.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:32:40.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564990757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-10T04:32:40.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:32:40.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564991760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:32:40.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:32:40.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fbd127c6-2081-4d4c-aebf-db82598bf130",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565023403,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:32:40.784Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:32:40.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:32:40.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:32:40.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:32:40.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:32:40.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T04:32:40.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:32:40.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-10T04:32:40.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:32:40.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:32:40.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:32:40.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-10T04:32:40.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:32:40.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:32:40.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:32:40.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649564721442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:32:40.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:32:40.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565032766,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:32:40.787Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:32:40.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565036170,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:32:40.787Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:32:40.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565037508,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:32:40.788Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:32:40.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565038908,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:32:40.788Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:32:40.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:32:40.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565040086,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T04:32:40.788Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:32:43.346Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:32:43.347Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:32:43.348Z||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-04-10T04:32:43.348Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:32:52.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:32:52.965Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:32:52.966Z||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-04-10T04:32:52.966Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:33:02.521Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:33:02.522Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:33:02.522Z||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-04-10T04:33:02.523Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:33:12.082Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:33:12.083Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:33:12.084Z||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-04-10T04:33:12.084Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:33:21.667Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:33:21.671Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:33:21.673Z||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-04-10T04:33:21.673Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:33:31.233Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:33:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:33:40.737Z||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-04-10T04:33:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:33:40.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:33:40.743Z||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-04-10T04:33:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:33:40.783Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:33:40.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T04:33:40.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565041092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T04:33:40.786Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:33:40.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T04:33:40.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565042099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-10T04:33:40.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:33:40.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T04:33:40.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565043107,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:33:40.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:33:40.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T04:33:40.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b8e48c3-96e0-4b06-93ba-31b30007c244",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565074987,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:33:40.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:33:40.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T04:33:40.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:33:40.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:33:40.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T04:33:40.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:33:40.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:33:40.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T04:33:40.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:33:40.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:33:40.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T04:33:40.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:33:40.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:33:40.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T04:33:40.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:33:40.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:33:40.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T04:33:40.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:33:40.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:33:40.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T04:33:40.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:33:40.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:33:40.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T04:33:40.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T04:33:40.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:33:40.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T04:33:40.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565076019,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T04:33:40.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-10T04:33:40.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T04:33:40.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565090138,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T04:33:40.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:33:40.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T04:33:40.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565092580,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T04:33:40.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:33:50.341Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:34:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:34:40.738Z||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-04-10T04:34:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:34:40.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:34:40.742Z||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-04-10T04:34:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:34:41.281Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:34:41.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T04:34:41.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a72e2b0-2106-4935-a5b5-975a6273cc5f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649565123856,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T04:34:41.283Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T04:34:50.345Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:35:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:35:40.738Z||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-04-10T04:35:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:35:40.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:35:40.743Z||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-04-10T04:35:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:35:50.304Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:35:50.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:36:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:36:40.738Z||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-04-10T04:36:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:36:40.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:36:40.743Z||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-04-10T04:36:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:36:50.297Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:36:50.298Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:37:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:37:40.738Z||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-04-10T04:37:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:37:40.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:37:40.743Z||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-04-10T04:37:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:37:50.309Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:37:50.315Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:38:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:38:40.739Z||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-04-10T04:38:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:38:40.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:38:40.743Z||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-04-10T04:38:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:38:50.389Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:38:50.391Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:39:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:39:40.738Z||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-04-10T04:39:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:39:40.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:39:40.743Z||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-04-10T04:39:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:39:50.308Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:39:50.312Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:40:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:40:40.738Z||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-04-10T04:40:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:40:40.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:40:40.743Z||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-04-10T04:40:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:40:50.309Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:40:50.339Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:41:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:41:40.738Z||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-04-10T04:41:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:41:40.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:41:40.744Z||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-04-10T04:41:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:41:50.305Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:41:50.308Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:42:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:42:40.738Z||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-04-10T04:42:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:42:40.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:42:40.743Z||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-04-10T04:42:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:42:50.345Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:42:50.346Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:43:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:43:40.738Z||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-04-10T04:43:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:43:40.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:43:40.743Z||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-04-10T04:43:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:43:50.336Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:43:50.337Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:44:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:44:40.738Z||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-04-10T04:44:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:44:40.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:44:40.743Z||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-04-10T04:44:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:44:50.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:44:50.356Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:45:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:45:40.738Z||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-04-10T04:45:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:45:40.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:45:40.743Z||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-04-10T04:45:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:45:50.330Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:45:50.360Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:46:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:46:40.737Z||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-04-10T04:46:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:46:40.742Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:46:40.743Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|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-04-10T04:46:40.743Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:46:50.299Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:46:50.302Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:47:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:47:40.738Z||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-04-10T04:47:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:47:40.742Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:47:40.743Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|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-04-10T04:47:40.743Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:47:50.304Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:47:50.320Z|a8dcbc30-a910-4cf6-98eb-3dc1cb2c9d6c|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:48:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:48:40.738Z||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-04-10T04:48:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:48:40.743Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:48:40.745Z||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-04-10T04:48:40.745Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:48:50.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:48:50.349Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:49:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:49:40.738Z||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-04-10T04:49:40.738Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:49:40.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:49:40.743Z||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-04-10T04:49:40.743Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:49:50.308Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:49:50.325Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:50:40.737Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:50:40.738Z||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-04-10T04:50:40.739Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:50:40.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T04:50:40.743Z||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-04-10T04:50:40.744Z||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 dCNmm2gTw6ZRbHH7) ...
2022-04-10T04:50:50.315Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T04:50:50.318Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK