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-21T03:27:52.452Z||main|||||INFO|500||The following profiles are active: basic
2022-04-21T03:28:24.814Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-21T03:28:24.819Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-21T03:28:25.143Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-21T03:28:35.085Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-21T03:28:36.134Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-21T03:28:37.510Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-21T03:28:37.546Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-21T03:28:37.835Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-21T03:28:38.804Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-21T03:28:40.519Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-21T03:28:46.681Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-21T03:28:51.827Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-21T03:28:51.985Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-21T03:28:53.444Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-21T03:28:53.870Z||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-21T03:28:57.820Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-21T03:29:00.620Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-21T03:29:00.693Z||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-21T03:29:00.697Z||main|||||WARN|500||The sdc end point is not alive
2022-04-21T03:29:08.009Z||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-21T03:29:14.550Z||main|||||WARN|500||---
2022-04-21T03:29:14.552Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-21T03:29:14.553Z||main|||||WARN|500||---
2022-04-21T03:29:15.519Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-21T03:29:26.198Z||main|||||INFO|500||Started Application in 102.236 seconds (JVM running for 109.425)
2022-04-21T03:29:26.270Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-21T03:29:26.283Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-21T03:29:26.343Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-21T03:29:26.401Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-21T03:29:26.506Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c4bb6ea-83fd-42ea-83a2-49e178f3898a url= /sdc/v1/artifactTypes
2022-04-21T03:29:26.507Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-21T03:29:27.001Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-21T03:29:27.070Z||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-21T03:29:27.131Z||scheduling-1|||||DEBUG|500||create keys
2022-04-21T03:29:27.151Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-21T03:29:27.195Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:29:27.253Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ef5b3d21-70ae-4bdd-ae11-ca029ae9a8fe url= /sdc/v1/registerForDistribution
2022-04-21T03:29:27.538Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ef5b3d21-70ae-4bdd-ae11-ca029ae9a8fe url= /sdc/v1/registerForDistribution
2022-04-21T03:29:27.539Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-21T03:29:27.582Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:29:27.581Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:29:27.592Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-21T03:29:27.608Z||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-21T03:29:27.608Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:29:27.610Z||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-21T03:29:27.610Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:29:37.886Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:29:37.915Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:30:27.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:30:27.554Z||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-21T03:30:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:30:27.558Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:30:27.559Z||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-21T03:30:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:30:37.144Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:30:37.160Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:31:27.553Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:31:27.555Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T03:31:27.555Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:31:27.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:31:27.559Z||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-21T03:31:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:31:37.175Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:31:37.180Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:32:27.553Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:32:27.556Z||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-21T03:32:27.556Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:32:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:32:27.565Z||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-21T03:32:27.565Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:32:37.146Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:32:37.148Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:33:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:33:27.555Z||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-21T03:33:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:33:27.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:33:27.562Z||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-21T03:33:27.563Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:33:37.139Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:33:37.151Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:34:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:34:27.554Z||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-21T03:34:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:34:27.558Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:34:27.560Z||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-21T03:34:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:34:37.158Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:34:37.168Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:35:27.554Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:35:27.558Z||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-21T03:35:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:35:27.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:35:27.561Z||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-21T03:35:27.561Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:35:37.151Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:35:37.162Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:36:27.555Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:36:27.558Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:36:27.559Z||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-21T03:36:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:36:27.566Z||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-21T03:36:27.567Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:36:37.146Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:36:37.152Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:37:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:37:27.554Z||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-21T03:37:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:37:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:37:27.559Z||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-21T03:37:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:37:37.130Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:37:37.134Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:38:04.007Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-21T03:38:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:38:27.554Z||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-21T03:38:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:38:27.558Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:38:27.559Z||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-21T03:38:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:38:37.123Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:38:37.166Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:39:27.553Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:39:27.555Z||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-21T03:39:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:39:27.558Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:39:27.559Z||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-21T03:39:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:39:37.156Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:39:37.163Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:40:27.553Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:40:27.554Z||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-21T03:40:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:40:27.558Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:40:27.559Z||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-21T03:40:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:40:37.155Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:40:37.157Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:41:27.553Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:41:27.555Z||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-21T03:41:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:41:27.559Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:41:27.560Z||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-21T03:41:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:41:37.188Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:41:37.191Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:42:27.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:42:27.555Z||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-21T03:42:27.556Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:42:27.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:42:27.558Z||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-21T03:42:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:42:37.147Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:42:37.150Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:43:27.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:43:27.554Z||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-21T03:43:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:43:27.558Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:43:27.558Z||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-21T03:43:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:43:37.145Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:43:37.143Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:44:27.555Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:44:27.559Z||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-21T03:44:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:44:27.562Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:44:27.563Z||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-21T03:44:27.563Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:44:37.140Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:44:37.141Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:45:27.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:45:27.554Z||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-21T03:45:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:45:27.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:45:27.561Z||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-21T03:45:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:45:37.147Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:45:37.150Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:46:27.554Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:46:27.556Z||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-21T03:46:27.556Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:46:27.558Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:46:27.562Z||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-21T03:46:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:46:37.146Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:46:37.158Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:47:27.552Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:47:27.555Z||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-21T03:47:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:47:27.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:47:27.558Z||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-21T03:47:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:47:37.154Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:47:37.162Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:48:27.552Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:48:27.554Z||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-21T03:48:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:48:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:48:27.559Z||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-21T03:48:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:48:37.113Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:48:37.117Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:49:27.552Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:49:27.554Z||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-21T03:49:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:49:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:49:27.559Z||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-21T03:49:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:49:37.110Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:49:37.115Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:50:27.552Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:50:27.554Z||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-21T03:50:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:50:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:50:27.559Z||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-21T03:50:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:50:37.151Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:50:37.162Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:51:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:51:27.554Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T03:51:27.555Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:51:27.558Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:51:27.559Z||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-21T03:51:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:51:37.159Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:51:37.175Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:52:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:52:27.554Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T03:52:27.554Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:52:27.558Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:52:27.559Z||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-21T03:52:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:52:37.113Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:52:37.114Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:53:27.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:53:27.559Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:53:27.559Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T03:53:27.559Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:53:27.560Z||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-21T03:53:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:53:37.135Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:53:37.147Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:54:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:54:27.554Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T03:54:27.554Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:54:27.558Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:54:27.559Z||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-21T03:54:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:54:37.167Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:54:37.166Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:55:27.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:55:27.554Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T03:55:27.554Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:55:27.558Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:55:27.560Z||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-21T03:55:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:55:37.138Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:55:37.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:56:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:56:27.554Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T03:56:27.554Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:56:27.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:56:27.559Z||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-21T03:56:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:56:37.142Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:56:37.150Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:57:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:57:27.554Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T03:57:27.554Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:57:27.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:57:27.558Z||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-21T03:57:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:57:37.128Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:57:37.130Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:58:27.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:58:27.556Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T03:58:27.556Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:58:27.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:58:27.562Z||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-21T03:58:27.563Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:58:37.116Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:58:37.116Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:59:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:59:27.554Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T03:59:27.554Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:59:27.558Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T03:59:27.559Z||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-21T03:59:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T03:59:37.118Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T03:59:37.118Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:00:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:00:27.554Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:00:27.554Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:00:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:00:27.559Z||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-21T04:00:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:00:37.122Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:00:37.131Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:01:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:01:27.554Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:01:27.554Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:01:27.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:01:27.559Z||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-21T04:01:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:01:37.113Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:01:37.115Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:02:27.554Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:02:27.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:02:27.558Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:02:27.558Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:02:27.560Z||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-21T04:02:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:02:37.117Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:02:37.119Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:03:27.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:03:27.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:03:27.558Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:03:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:03:27.559Z||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-21T04:03:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:03:37.139Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:03:37.143Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:04:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:04:27.554Z||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-21T04:04:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:04:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:04:27.560Z||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-21T04:04:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:04:37.119Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:04:37.124Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:05:27.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:05:27.555Z||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-21T04:05:27.556Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:05:27.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:05:27.558Z||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-21T04:05:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:05:37.122Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:05:37.127Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:06:27.553Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:06:27.555Z||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-21T04:06:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:06:27.558Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:06:27.559Z||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-21T04:06:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:06:37.106Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:06:37.109Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:07:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:07:27.554Z||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-21T04:07:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:07:27.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:07:27.559Z||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-21T04:07:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:07:37.128Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:07:37.130Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:08:27.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:08:27.554Z||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-21T04:08:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:08:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:08:27.563Z||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-21T04:08:27.563Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:08:37.146Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:08:37.172Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:09:27.552Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:09:27.554Z||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-21T04:09:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:09:27.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:09:27.558Z||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-21T04:09:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:09:37.119Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:09:37.121Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:10:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:10:27.555Z||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-21T04:10:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:10:27.558Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:10:27.559Z||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-21T04:10:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:10:37.115Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:10:37.126Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:11:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:11:27.554Z||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-21T04:11:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:11:27.559Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:11:27.561Z||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-21T04:11:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:11:37.119Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:11:37.121Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:12:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:12:27.554Z||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-21T04:12:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:12:27.558Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:12:27.558Z||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-21T04:12:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:12:37.127Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:12:37.130Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:13:27.553Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:13:27.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:13:27.558Z||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-21T04:13:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:13:27.558Z||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-21T04:13:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:13:37.138Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:13:37.151Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:14:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:14:27.554Z||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-21T04:14:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:14:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:14:27.559Z||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-21T04:14:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:14:37.111Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:14:37.112Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:15:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:15:27.555Z||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-21T04:15:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:15:27.558Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:15:27.559Z||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-21T04:15:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:15:37.118Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:15:37.122Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:16:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:16:27.554Z||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-21T04:16:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:16:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:16:27.559Z||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-21T04:16:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:16:37.118Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:16:37.123Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:17:27.555Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:17:27.564Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:17:27.566Z||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-21T04:17:27.566Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:17:27.556Z||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-21T04:17:27.574Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:17:37.144Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:17:37.150Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:18:27.554Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:18:27.556Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:18:27.556Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:18:27.558Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:18:27.562Z||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-21T04:18:27.564Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:18:37.127Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:18:37.135Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:19:27.552Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:19:27.554Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:19:27.555Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:19:27.566Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:19:27.567Z||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-21T04:19:27.567Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:19:37.134Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:19:37.134Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:20:27.553Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:20:27.555Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:20:27.555Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:20:27.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:20:27.558Z||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-21T04:20:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:20:37.140Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:20:37.147Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:21:27.558Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:21:27.558Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:21:27.559Z||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-21T04:21:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:21:27.560Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:21:27.560Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:21:37.166Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:21:37.166Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:22:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:22:27.553Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:22:27.554Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:22:27.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:22:27.558Z||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-21T04:22:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:22:37.134Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:22:37.138Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:23:27.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:23:27.558Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:23:27.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:23:27.558Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:23:27.558Z||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-21T04:23:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:23:37.132Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:23:37.132Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:24:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:24:27.558Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:24:27.559Z||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-21T04:24:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:24:27.574Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:24:27.574Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:24:37.135Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:24:37.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:25:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:25:27.554Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:25:27.554Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:25:27.559Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:25:27.560Z||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-21T04:25:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:25:37.139Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:25:37.142Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:26:27.553Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:26:27.556Z||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-21T04:26:27.556Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:26:27.558Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:26:27.565Z||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-21T04:26:27.565Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:26:37.131Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:26:37.143Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:27:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:27:27.554Z||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-21T04:27:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:27:27.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:27:27.559Z||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-21T04:27:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:27:37.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:27:37.142Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:28:27.554Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:28:27.555Z||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-21T04:28:27.556Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:28:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:28:27.559Z||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-21T04:28:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:28:37.120Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:28:37.128Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:29:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:29:27.555Z||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-21T04:29:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:29:27.559Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:29:27.560Z||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-21T04:29:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:29:37.126Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:29:37.128Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:30:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:30:27.554Z||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-21T04:30:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:30:27.562Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:30:27.563Z||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-21T04:30:27.564Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:30:37.123Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:30:37.134Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:31:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:31:27.554Z||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-21T04:31:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:31:27.558Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:31:27.559Z||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-21T04:31:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:31:37.117Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:31:37.117Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:32:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:32:27.554Z||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-21T04:32:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:32:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:32:27.559Z||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-21T04:32:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:32:37.114Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:32:37.145Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:33:27.553Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:33:27.558Z||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-21T04:33:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:33:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:33:27.560Z||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-21T04:33:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:33:37.116Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:33:37.116Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:34:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:34:27.554Z||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-21T04:34:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:34:27.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:34:27.559Z||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-21T04:34:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:34:37.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:34:37.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:35:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:35:27.554Z||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-21T04:35:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:35:27.558Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:35:27.560Z||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-21T04:35:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:35:37.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:35:37.133Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:36:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:36:27.554Z||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-21T04:36:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:36:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:36:27.561Z||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-21T04:36:27.561Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:36:37.119Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:36:37.119Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:37:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:37:27.554Z||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-21T04:37:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:37:27.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:37:27.559Z||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-21T04:37:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:37:37.122Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:37:37.123Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:38:27.552Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:38:27.554Z||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-21T04:38:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:38:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:38:27.559Z||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-21T04:38:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:38:37.120Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:38:37.122Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:39:27.554Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:39:27.555Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:39:27.555Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:39:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:39:27.570Z||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-21T04:39:27.571Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:39:37.134Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:39:37.134Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:40:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:40:27.554Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:40:27.554Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:40:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:40:27.559Z||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-21T04:40:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:40:37.124Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:40:37.127Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:41:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:41:27.554Z||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-21T04:41:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:41:27.558Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:41:27.559Z||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-21T04:41:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:41:37.149Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:41:37.149Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:42:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:42:27.553Z||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-21T04:42:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:42:27.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:42:27.559Z||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-21T04:42:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:42:37.124Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:42:37.124Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:43:27.552Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:43:27.555Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:43:27.555Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:43:27.559Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:43:27.560Z||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-21T04:43:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:43:37.152Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:43:37.150Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:44:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:44:27.555Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:44:27.556Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:44:27.559Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:44:27.561Z||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-21T04:44:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:44:37.153Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:44:37.160Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:45:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:45:27.554Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:45:27.554Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:45:27.559Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:45:27.560Z||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-21T04:45:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:45:37.127Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:45:37.129Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:46:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:46:27.553Z||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-21T04:46:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:46:27.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:46:27.559Z||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-21T04:46:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:46:37.137Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:46:37.140Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:47:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:47:27.554Z||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-21T04:47:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:47:27.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:47:27.558Z||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-21T04:47:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:47:37.123Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:47:37.126Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:48:27.552Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:48:27.554Z||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-21T04:48:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:48:27.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:48:27.559Z||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-21T04:48:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:48:37.123Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:48:37.146Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:49:27.552Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:49:27.553Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:49:27.554Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:49:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:49:27.558Z||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-21T04:49:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:49:37.130Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:49:37.130Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:50:27.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:50:27.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:50:27.561Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T04:50:27.562Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:50:27.563Z||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-21T04:50:27.563Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:50:37.138Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:50:37.138Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:51:26.126Z||http-nio-8085-exec-5|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-21T04:51:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:51:27.554Z||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-21T04:51:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:51:27.558Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:51:27.559Z||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-21T04:51:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:51:37.143Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:51:37.166Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:52:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:52:27.553Z||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-21T04:52:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:52:27.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:52:27.559Z||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-21T04:52:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:52:37.133Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:52:37.151Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:53:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:53:27.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:53:27.561Z||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-21T04:53:27.561Z||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-21T04:53:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:53:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:53:37.147Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:53:37.184Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:54:27.554Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:54:27.557Z||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-21T04:54:27.559Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:54:27.560Z||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-21T04:54:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:54:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:54:37.147Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:54:37.154Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:55:27.558Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:55:27.558Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:55:27.560Z||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-21T04:55:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:55:27.560Z||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-21T04:55:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:55:37.158Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:55:37.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:56:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:56:27.555Z||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-21T04:56:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:56:27.566Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:56:27.568Z||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-21T04:56:27.569Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:56:37.138Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:56:37.141Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:57:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:57:27.553Z||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-21T04:57:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:57:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:57:27.559Z||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-21T04:57:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:57:37.133Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:57:37.142Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:58:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:58:27.554Z||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-21T04:58:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:58:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:58:27.559Z||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-21T04:58:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:58:37.140Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:58:37.228Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:27.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:59:27.554Z||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-21T04:59:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:27.558Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T04:59:27.559Z||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-21T04:59:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:27.754Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:28.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "aai-ml",
  "timestamp": 1650517118752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.216Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:28.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"299a3da5-87a9-4e5a-8f76-570c78ee91b7","serviceName":"vFW 2022-04-21 04-55-52","serviceVersion":"1.0","serviceUUID":"59a0f988-cc2c-4c9c-85da-41834eb665ec","serviceDescription":"catalog service description","serviceInvariantUUID":"741e5539-b8a0-4859-9e7f-96f734c133e3","resources":[{"resourceInstanceName":"vFW 44b90301-7e5b 0","resourceName":"vFW 44b90301-7e5b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ca30254d-b1c6-4db6-831d-041fd3f8c81b","resourceInvariantUUID":"364b7056-2a40-4bbc-bb40-af32985af6cb","resourceCustomizationUUID":"595c08ca-be47-44e6-b9d9-a5aa08b9a733","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml","artifactChecksum":"ZmY5ZDEwZDIxOWMxMDI3YTZjZWExNWZiYWVjNTE5ZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"585fadf0-7d34-4287-bf43-9a0f3166ca2a","artifactVersion":"1"},{"artifactName":"vfw44b903017e5b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json","artifactChecksum":"ODBjZjFhZDgzMThkYTlmNjUwMDc2NmY0MjJjMGI3ZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4299ea3b-0425-445c-a428-a2ef1de84a40","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"39ffdaa5-a068-4966-92c0-a05909659fc7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml","artifactChecksum":"MmRmM2I4ZDM3Y2M4ZTliODAxOGE0ZWVlMGY1MWExZTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ce8e5d8-2798-4492-a9fa-650e5c804f23","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cad9e241-3701-4593-a5c0-8701252e144b","artifactVersion":"2","generatedFromUUID":"39ffdaa5-a068-4966-92c0-a05909659fc7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220421045552-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml","artifactChecksum":"M2U0Njc1MmM3OGQ1YzEyNzYzYzJiMjU2NWFhYjY4ODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"353486b1-1699-4a99-a6b2-b952335df1f2","artifactVersion":"1"},{"artifactName":"service-Vfw20220421045552-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar","artifactChecksum":"Yzk1ZjAwZjE4NmNmMTFjNzA0YzYyOTdhMzliNDFiYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37c032ba-5b93-410f-b2ae-0745cae9b131","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-21T04:59:28.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "cds",
  "timestamp": 1650517118554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517115205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "policy-id",
  "timestamp": 1650517114410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "aai-ml",
  "timestamp": 1650517118752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "cds",
  "timestamp": 1650517118554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517115205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T04:59:28.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "policy-id",
  "timestamp": 1650517114410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "aai-ml",
  "timestamp": 1650517118752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "cds",
  "timestamp": 1650517118554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517115205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-21T04:59:28.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "policy-id",
  "timestamp": 1650517114410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-21T04:59:28.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517122780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.246Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T04:59:28.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "aai-ml",
  "timestamp": 1650517118752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "cds",
  "timestamp": 1650517118554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517115205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517122780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "policy-id",
  "timestamp": 1650517114410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "aai-ml",
  "timestamp": 1650517118752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "cds",
  "timestamp": 1650517118554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517115205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-21T04:59:28.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517122780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "policy-id",
  "timestamp": 1650517114410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "aai-ml",
  "timestamp": 1650517118752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "cds",
  "timestamp": 1650517118554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.265Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:28.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517115205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "policy-id",
  "timestamp": 1650517114410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517122780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "aai-ml",
  "timestamp": 1650517118752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T04:59:28.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "cds",
  "timestamp": 1650517118554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T04:59:28.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517122780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517115205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T04:59:28.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "policy-id",
  "timestamp": 1650517114410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T04:59:28.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "dcae-sch",
  "timestamp": 1650517127564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517122780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "aai-ml",
  "timestamp": 1650517128416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T04:59:28.273Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:28.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517129388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T04:59:28.273Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:28.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "dcae-sch",
  "timestamp": 1650517127564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "cds",
  "timestamp": 1650517128497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T04:59:28.278Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:28.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "policy-id",
  "timestamp": 1650517129416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T04:59:28.287Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:28.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517122780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "dcae-sch",
  "timestamp": 1650517127564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "cds",
  "timestamp": 1650517129578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-04-21T04:59:28.335Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:28.335Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.436Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-21T04:59:28.444Z||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.
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T04:59:28.444Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:28.474Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:28.476Z||pool-3-thread-1|||||INFO|500||cambria reply ok (34 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-21T04:59:28.796Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 299a3da5-87a9-4e5a-8f76-570c78ee91b7
2022-04-21T04:59:28.840Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a3da5-87a9-4e5a-8f76-570c78ee91b7 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-21T04:59:28.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "policy-id",
  "timestamp": 1650517130457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T04:59:28.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:28.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517130609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T04:59:28.952Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:28.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517129345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "dcae-sch",
  "timestamp": 1650517127564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:28.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:28.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:28.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "policy-id",
  "timestamp": 1650517131469,
  "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-21T04:59:29.009Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 299a3da5-87a9-4e5a-8f76-570c78ee91b7
2022-04-21T04:59:29.010Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a3da5-87a9-4e5a-8f76-570c78ee91b7 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-21T04:59:29.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517131811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T04:59:29.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517129345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "dcae-sch",
  "timestamp": 1650517127564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517129345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "dcae-sch",
  "timestamp": 1650517127564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517133701,
  "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-21T04:59:29.101Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 299a3da5-87a9-4e5a-8f76-570c78ee91b7
2022-04-21T04:59:29.101Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a3da5-87a9-4e5a-8f76-570c78ee91b7 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-21T04:59:29.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517129345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.153Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.153Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.154Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "dcae-sch",
  "timestamp": 1650517127564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.154Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.155Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517134717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T04:59:29.156Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.156Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.157Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517129345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.158Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "cds",
  "timestamp": 1650517133554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.159Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.160Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.160Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "policy-id",
  "timestamp": 1650517134411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.161Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.162Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.162Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517129345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "cds",
  "timestamp": 1650517133554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "policy-id",
  "timestamp": 1650517134411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.168Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.168Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517135742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.169Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.169Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.170Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517129345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T04:59:29.171Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.172Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "cds",
  "timestamp": 1650517133554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.174Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.174Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "policy-id",
  "timestamp": 1650517134411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-21T04:59:29.174Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517135742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T04:59:29.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "cds",
  "timestamp": 1650517133554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517137327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T04:59:29.177Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "policy-id",
  "timestamp": 1650517134411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517135742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-21T04:59:29.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "cds",
  "timestamp": 1650517133554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "policy-id",
  "timestamp": 1650517134411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517135742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "cds",
  "timestamp": 1650517133554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "policy-id",
  "timestamp": 1650517134411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517135742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-21T04:59:29.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "cds",
  "timestamp": 1650517133554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T04:59:29.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "policy-id",
  "timestamp": 1650517134411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T04:59:29.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517135742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517135742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T04:59:29.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "cds",
  "timestamp": 1650517142091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T04:59:29.190Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "policy-id",
  "timestamp": 1650517143130,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T04:59:29.191Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517143722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T04:59:29.191Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517142780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517143120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T04:59:29.192Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "cds",
  "timestamp": 1650517143097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-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-21T04:59:29.227Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ba90886-6ed6-41be-a247-e00680448cb7
2022-04-21T04:59:29.228Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ba90886-6ed6-41be-a247-e00680448cb7 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-21T04:59:29.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "policy-id",
  "timestamp": 1650517144139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T04:59:29.246Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517142780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517144125,
  "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-21T04:59:29.266Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 299a3da5-87a9-4e5a-8f76-570c78ee91b7
2022-04-21T04:59:29.266Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a3da5-87a9-4e5a-8f76-570c78ee91b7 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-21T04:59:29.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517145107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T04:59:29.290Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "policy-id",
  "timestamp": 1650517145148,
  "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-21T04:59:29.314Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ba90886-6ed6-41be-a247-e00680448cb7
2022-04-21T04:59:29.315Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ba90886-6ed6-41be-a247-e00680448cb7 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-21T04:59:29.348Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T04:59:29.349Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:29.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517142780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517146317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T04:59:29.351Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517142780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517147396,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-04-21T04:59:29.353Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:29.353Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
  "status": "NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-21T04:59:29.386Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ba90886-6ed6-41be-a247-e00680448cb7
2022-04-21T04:59:29.387Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ba90886-6ed6-41be-a247-e00680448cb7 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-21T04:59:29.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517142780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.447Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "dcae-sch",
  "timestamp": 1650517147564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517148407,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T04:59:29.449Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517142780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "dcae-sch",
  "timestamp": 1650517147564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.451Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "aai-ml",
  "timestamp": 1650517148491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T04:59:29.453Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T04:59:29.454Z||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-21T04:59:29.455Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:29.457Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517142780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "dcae-sch",
  "timestamp": 1650517147564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "aai-ml",
  "timestamp": 1650517149497,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
2022-04-21T04:59:29.482Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:29.483Z||pool-4-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-21T04:59:29.536Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 299a3da5-87a9-4e5a-8f76-570c78ee91b7
2022-04-21T04:59:29.536Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 299a3da5-87a9-4e5a-8f76-570c78ee91b7 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-21T04:59:29.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "dcae-sch",
  "timestamp": 1650517147564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "aai-ml",
  "timestamp": 1650517150501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "dcae-sch",
  "timestamp": 1650517147564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "aai-ml",
  "timestamp": 1650517150501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "dcae-sch",
  "timestamp": 1650517147564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "aai-ml",
  "timestamp": 1650517150501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "dcae-sch",
  "timestamp": 1650517147564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "aai-ml",
  "timestamp": 1650517150501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "aai-ml",
  "timestamp": 1650517150501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "aai-ml",
  "timestamp": 1650517150501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "aai-ml",
  "timestamp": 1650517150501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T04:59:29.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "aai-ml",
  "timestamp": 1650517158359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T04:59:29.609Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T04:59:29.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517159345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517159345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517159345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517159345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517159345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517159345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:29.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:29.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T04:59:29.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517159345,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T04:59:29.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-21T04:59:30.354Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T04:59:30.358Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:30.367Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:30.368Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-21T04:59:30.463Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-21T04:59:30.464Z||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-21T04:59:30.464Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:30.479Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:30.480Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:31.369Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T04:59:31.370Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:31.376Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:31.376Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:31.475Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T04:59:31.476Z||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-21T04:59:31.477Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:31.494Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:31.495Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:32.379Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T04:59:32.380Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:32.384Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:32.384Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-21T04:59:32.485Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T04:59:32.487Z||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-21T04:59:32.487Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:32.501Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:32.503Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:33.385Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T04:59:33.387Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:33.390Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:33.391Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T04:59:33.491Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T04:59:33.492Z||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-21T04:59:33.493Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:33.532Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:33.533Z||pool-8-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:34.394Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T04:59:34.395Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:34.408Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:34.409Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T04:59:34.506Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-21T04:59:34.508Z||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-21T04:59:34.508Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:34.526Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:34.527Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:35.413Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "serviceName": "vFW 2022-04-21 04-55-52",
  "serviceVersion": "1.0",
  "serviceUUID": "59a0f988-cc2c-4c9c-85da-41834eb665ec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "741e5539-b8a0-4859-9e7f-96f734c133e3",
  "resources": [
    {
      "resourceInstanceName": "vFW 44b90301-7e5b 0",
      "resourceCustomizationUUID": "595c08ca-be47-44e6-b9d9-a5aa08b9a733",
      "resourceName": "vFW 44b90301-7e5b",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ca30254d-b1c6-4db6-831d-041fd3f8c81b",
      "resourceInvariantUUID": "364b7056-2a40-4bbc-bb40-af32985af6cb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw44b903017e5b0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
          "artifactChecksum": "ODBjZjFhZDgzMThkYTlmNjUwMDc2NmY0MjJjMGI3ZmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4299ea3b-0425-445c-a428-a2ef1de84a40",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "39ffdaa5-a068-4966-92c0-a05909659fc7",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cad9e241-3701-4593-a5c0-8701252e144b",
            "generatedFromUUID": "39ffdaa5-a068-4966-92c0-a05909659fc7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cad9e241-3701-4593-a5c0-8701252e144b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220421045552-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
      "artifactChecksum": "Yzk1ZjAwZjE4NmNmMTFjNzA0YzYyOTdhMzliNDFiYTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "37c032ba-5b93-410f-b2ae-0745cae9b131"
    }
  ],
  "workloadContext": "Production"
}
2022-04-21T04:59:35.418Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-21T04:59:35.419Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 59a0f988-cc2c-4c9c-85da-41834eb665ec ASDC
2022-04-21T04:59:35.679Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:299a3da5-87a9-4e5a-8f76-570c78ee91b7
ServiceName:vFW 2022-04-21 04-55-52
ServiceVersion:1.0
ServiceUUID:59a0f988-cc2c-4c9c-85da-41834eb665ec
ServiceInvariantUUID:741e5539-b8a0-4859-9e7f-96f734c133e3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220421045552-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar
ArtifactUUID:37c032ba-5b93-410f-b2ae-0745cae9b131
ArtifactChecksum:Yzk1ZjAwZjE4NmNmMTFjNzA0YzYyOTdhMzliNDFiYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 44b90301-7e5b 0
ResourceCustomizationUUID:595c08ca-be47-44e6-b9d9-a5aa08b9a733
ResourceInvariantUUID:364b7056-2a40-4bbc-bb40-af32985af6cb
ResourceName:vFW 44b90301-7e5b
ResourceType:VF
ResourceUUID:ca30254d-b1c6-4db6-831d-041fd3f8c81b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw44b903017e5b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json
ArtifactUUID:4299ea3b-0425-445c-a428-a2ef1de84a40
ArtifactChecksum:ODBjZjFhZDgzMThkYTlmNjUwMDc2NmY0MjJjMGI3ZmI=
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/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml
ArtifactUUID:39ffdaa5-a068-4966-92c0-a05909659fc7
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/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env
ArtifactUUID:cad9e241-3701-4593-a5c0-8701252e144b
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/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env
ArtifactUUID:cad9e241-3701-4593-a5c0-8701252e144b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-21T04:59:35.680Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 59a0f988-cc2c-4c9c-85da-41834eb665ec 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-21T04:59:35.843Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T04:59:35.846Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T04:59:35.850Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T04:59:35.850Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 37c032ba-5b93-410f-b2ae-0745cae9b131 from URL: /sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:35.851Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T04:59:35.857Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:36.231Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T04:59:36.289Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar 37c032ba-5b93-410f-b2ae-0745cae9b131 98946
2022-04-21T04:59:36.293Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar ASDC sendASDCNotification
2022-04-21T04:59:36.293Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:36.296Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T04:59:36.299Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:36.304Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:36.304Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517176290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T04:59:36.404Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T04:59:36.406Z||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-21T04:59:36.407Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:36.438Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:36.444Z||pool-10-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:37.306Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T04:59:37.309Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T04:59:37.310Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 37c032ba-5b93-410f-b2ae-0745cae9b131, URL: /sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar to file: /app/ASDC/1/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:37.311Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220421045552-csar.csar
2022-04-21T04:59:37.577Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:37.578Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:39.495Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14670157418915424601/Definitions/service-Vfw20220421045552-template.yml
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
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-21T04:59:46.055Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-21T04:59:46.066Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-21T04:59:46.066Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.067Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-21T04:59:46.068Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.069Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.069Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.070Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.070Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.071Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.071Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.071Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.072Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 44b90301-7e5b 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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.072Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.073Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.073Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.076Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|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-Vfw20220421045552-csar.csar
2022-04-21T04:59:46.077Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-21T04:59:46.090Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:46.095Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:46.105Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:46.106Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-21T04:59:46.110Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T04:59:46.115Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:46.116Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:46.116Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:46.117Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-21T04:59:46.117Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T04:59:46.118Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:46.118Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:46.129Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:46.129Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is not matching search criteria
2022-04-21T04:59:46.130Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T04:59:46.130Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T04:59:46.130Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T04:59:46.131Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.131Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.132Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.132Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T04:59:46.132Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T04:59:46.133Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T04:59:46.133Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.134Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.134Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T04:59:46.134Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.135Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T04:59:46.135Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.136Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-21T04:59:46.137Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:46.137Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T04:59:46.139Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:46.140Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:46.140Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T04:59:46.141Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:46.141Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:46.142Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T04:59:46.143Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:46.143Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:46.144Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T04:59:46.145Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:46.145Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is not matching search criteria
2022-04-21T04:59:46.146Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T04:59:46.146Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T04:59:46.146Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-21T04:59:46.146Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T04:59:46.147Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T04:59:46.148Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.148Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.148Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T04:59:46.149Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.149Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T04:59:46.149Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.150Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3e9a2c64-74d5-44ee-8833-db8155e7b303
2022-04-21T04:59:46.151Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:46.152Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is not matching search criteria
2022-04-21T04:59:46.152Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T04:59:46.153Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T04:59:46.153Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T04:59:46.153Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.154Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.154Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.155Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T04:59:46.155Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-21T04:59:46.156Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T04:59:46.156Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.156Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T04:59:46.157Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.157Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f61a0d67-4490-4383-a288-73035a58afd5
2022-04-21T04:59:46.158Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:46.158Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is not matching search criteria
2022-04-21T04:59:46.159Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T04:59:46.159Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T04:59:46.159Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T04:59:46.160Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.160Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.160Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.161Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T04:59:46.161Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T04:59:46.162Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T04:59:46.162Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:46.162Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:46.163Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-21T04:59:46.163Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=794ab45b-37fd-45d2-ab9e-7a23ad10c801
2022-04-21T04:59:46.164Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:46.164Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:46.165Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:46.165Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:46.165Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:46.166Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:46.166Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:46.166Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:46.167Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-21 04-55-52
Description:catalog service description
Model UUID:59a0f988-cc2c-4c9c-85da-41834eb665ec
Model Version:NULL
Model InvariantUuid:741e5539-b8a0-4859-9e7f-96f734c133e3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 44b90301-7e5b
Model UUID:9889ad25-0799-4dbb-983d-1a8947d22218
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:364b7056-2a40-4bbc-bb40-af32985af6cb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:595c08ca-be47-44e6-b9d9-a5aa08b9a733
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6866aae1-36cf-4ad3-99b0-debd2c6e07c3
ModelName:Vfw44b903017e5b..base_vfw..module-0
ModelUuid:daeb9303-fa4a-496c-b6bb-5cafec03c42f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3e9a2c64-74d5-44ee-8833-db8155e7b303
ModelInvariantUuid:26474c99-5b98-4bdf-8156-2fd3154d2fa0
ModelName:vFW 44b90301-7e5b-nodes.vfwCvfc
ModelUuid:280f9a62-be07-403d-9f93-13a3ae2a31a8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:48fb978c-8807-48c2-961d-8555e3cab975
ModelInvariantUuid:71c4976e-6f5c-4c79-94c5-c28a2b60f320
ModelName:Vfw44b903017e5b.compute.nodes.heat.vfw
ModelUuid:9a4bd963-95fe-4ed7-b0a5-455178e74c24
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f61a0d67-4490-4383-a288-73035a58afd5
ModelInvariantUuid:c2b4472c-cc8e-4f45-a978-ba8e92d6ad52
ModelName:vFW 44b90301-7e5b-nodes.vsnCvfc
ModelUuid:21a71798-b06b-45c4-878e-45c57c45dc40
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8b7b1963-cc77-480a-b1c6-651f88587e2e
ModelInvariantUuid:33b4db4c-27b8-4a09-863f-5288075dfbc0
ModelName:Vfw44b903017e5b.compute.nodes.heat.vsn
ModelUuid:d600484a-9bdc-42ea-b06c-379c3208418c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:794ab45b-37fd-45d2-ab9e-7a23ad10c801
ModelInvariantUuid:886c1a0d-b22b-4f97-82f1-0805946998d1
ModelName:vFW 44b90301-7e5b-nodes.vpgCvfc
ModelUuid:4a192d2a-0301-4722-8f8c-2282603aded8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3d60d2cf-6ac8-4adc-8f1f-e3ddc5b32a0f
ModelInvariantUuid:1f283887-cf12-446e-8608-bbb567a39fed
ModelName:Vfw44b903017e5b.compute.nodes.heat.vpg
ModelUuid:83b03681-90cd-4fbe-8edb-2a50bff6e616
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-21T04:59:46.193Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ca30254d-b1c6-4db6-831d-041fd3f8c81b
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-21T04:59:46.434Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||vFW 44b90301-7e5b 0
2022-04-21T04:59:46.445Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ca30254d-b1c6-4db6-831d-041fd3f8c81b
2022-04-21T04:59:46.446Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4299ea3b-0425-445c-a428-a2ef1de84a40 from URL: /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json
2022-04-21T04:59:46.446Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T04:59:46.447Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json
2022-04-21T04:59:46.582Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T04:59:46.582Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json 4299ea3b-0425-445c-a428-a2ef1de84a40 785
2022-04-21T04:59:46.583Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json ASDC sendASDCNotification
2022-04-21T04:59:46.583Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json
2022-04-21T04:59:46.583Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T04:59:46.585Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:46.588Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:46.589Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517186583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T04:59:46.692Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-21T04:59:46.694Z||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-21T04:59:46.694Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:46.712Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:46.713Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:47.591Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw44b903017e5b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6866aae1-36cf-4ad3-99b0-debd2c6e07c3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "daeb9303-fa4a-496c-b6bb-5cafec03c42f",
    "vfModuleModelCustomizationUUID": "fafeaf60-ec80-41d5-9383-6a444171fac0",
    "isBase": true,
    "artifacts": [
      "39ffdaa5-a068-4966-92c0-a05909659fc7",
      "cad9e241-3701-4593-a5c0-8701252e144b"
    ],
    "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-21T04:59:47.627Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw44b903017e5b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:daeb9303-fa4a-496c-b6bb-5cafec03c42f
VfModuleModelInvariantUUID:6866aae1-36cf-4ad3-99b0-debd2c6e07c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
39ffdaa5-a068-4966-92c0-a05909659fc7
,
cad9e241-3701-4593-a5c0-8701252e144b

}
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-21T04:59:47.639Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw44b903017e5b..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "6866aae1-36cf-4ad3-99b0-debd2c6e07c3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "daeb9303-fa4a-496c-b6bb-5cafec03c42f",
    "vfModuleModelCustomizationUUID": "fafeaf60-ec80-41d5-9383-6a444171fac0",
    "isBase": true,
    "artifacts": [
      "39ffdaa5-a068-4966-92c0-a05909659fc7",
      "cad9e241-3701-4593-a5c0-8701252e144b"
    ],
    "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-21T04:59:47.640Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw44b903017e5b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:daeb9303-fa4a-496c-b6bb-5cafec03c42f
VfModuleModelInvariantUUID:6866aae1-36cf-4ad3-99b0-debd2c6e07c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
39ffdaa5-a068-4966-92c0-a05909659fc7
,
cad9e241-3701-4593-a5c0-8701252e144b

}
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-21T04:59:47.640Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 39ffdaa5-a068-4966-92c0-a05909659fc7 from URL: /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml
2022-04-21T04:59:47.641Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T04:59:47.641Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml
2022-04-21T04:59:47.875Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T04:59:47.877Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml 39ffdaa5-a068-4966-92c0-a05909659fc7 20368
2022-04-21T04:59:47.878Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-21T04:59:47.878Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml
2022-04-21T04:59:47.878Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T04:59:47.879Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:47.882Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:47.883Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517187877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T04:59:47.986Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-21T04:59:47.988Z||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-21T04:59:47.988Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:48.022Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:48.024Z||pool-12-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:48.900Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cad9e241-3701-4593-a5c0-8701252e144b from URL: /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env
2022-04-21T04:59:48.902Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T04:59:48.902Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env
2022-04-21T04:59:49.085Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T04:59:49.086Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env cad9e241-3701-4593-a5c0-8701252e144b 2098
2022-04-21T04:59:49.087Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-21T04:59:49.087Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env
2022-04-21T04:59:49.088Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T04:59:49.088Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:49.096Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:49.096Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517189087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T04:59:49.192Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-21T04:59:49.193Z||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-21T04:59:49.194Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:49.206Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:49.207Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-21T04:59:50.097Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 59a0f988-cc2c-4c9c-85da-41834eb665ec
2022-04-21T04:59:50.099Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 44b90301-7e5b 0 ca30254d-b1c6-4db6-831d-041fd3f8c81b 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-21T04:59:50.180Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a9dd93d, org.onap.sdc.toscaparser.api.parameters.Input@5a16db1e, org.onap.sdc.toscaparser.api.parameters.Input@19fb2569, org.onap.sdc.toscaparser.api.parameters.Input@63faeded, org.onap.sdc.toscaparser.api.parameters.Input@579a949e]
2022-04-21T04:59:50.189Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.190Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:50.191Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-04-21T04:59:50.192Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 595c08ca-be47-44e6-b9d9-a5aa08b9a733
2022-04-21T04:59:50.192Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 595c08ca-be47-44e6-b9d9-a5aa08b9a733 matches Tosca VF Customization UUID: 595c08ca-be47-44e6-b9d9-a5aa08b9a733
2022-04-21T04:59:50.192Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 595c08ca-be47-44e6-b9d9-a5aa08b9a733  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-21T04:59:50.208Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.209Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:50.212Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 595c08ca-be47-44e6-b9d9-a5aa08b9a733: {\"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-21T04:59:50.212Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62494ef8
2022-04-21T04:59:50.213Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.213Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T04:59:50.216Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fafeaf60-ec80-41d5-9383-6a444171fac0
2022-04-21T04:59:50.221Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fafeaf60-ec80-41d5-9383-6a444171fac0
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-21T04:59:50.238Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.239Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:50.239Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T04:59:50.242Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.242Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:50.243Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T04:59:50.243Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.244Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is not matching search criteria
2022-04-21T04:59:50.244Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T04:59:50.244Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T04:59:50.245Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-21T04:59:50.245Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T04:59:50.246Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T04:59:50.246Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:50.246Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:50.247Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T04:59:50.247Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:50.248Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T04:59:50.248Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:50.248Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3e9a2c64-74d5-44ee-8833-db8155e7b303
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-21T04:59:50.265Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.266Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:50.266Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T04:59:50.267Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.268Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is not matching search criteria
2022-04-21T04:59:50.269Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T04:59:50.270Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T04:59:50.270Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T04:59:50.271Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:50.271Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:50.272Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:50.272Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T04:59:50.272Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-21T04:59:50.273Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T04:59:50.273Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:50.274Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T04:59:50.275Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:50.275Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f61a0d67-4490-4383-a288-73035a58afd5
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-21T04:59:50.282Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.284Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:50.284Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T04:59:50.289Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.290Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is not matching search criteria
2022-04-21T04:59:50.290Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T04:59:50.291Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T04:59:50.291Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T04:59:50.291Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:50.292Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:50.292Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T04:59:50.292Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T04:59:50.293Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T04:59:50.293Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T04:59:50.293Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T04:59:50.294Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T04:59:50.294Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-21T04:59:50.294Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=794ab45b-37fd-45d2-ab9e-7a23ad10c801
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-21T04:59:50.299Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.300Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:50.300Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T04:59:50.301Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.302Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Node template vFW 44b90301-7e5b 0 is matching search criteria
2022-04-21T04:59:50.302Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 44b90301-7e5b 0] matching following query criteria: sdcType=VF, customizationUUID=595c08ca-be47-44e6-b9d9-a5aa08b9a733
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-21T04:59:50.309Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.310Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:50.311Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 59a0f988-cc2c-4c9c-85da-41834eb665ec: vFW 44b90301-7e5b
2022-04-21T04:59:50.312Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.312Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:50.313Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.313Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:50.314Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.314Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:50.314Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.315Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:50.316Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T04:59:50.316Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-55-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T04:59:50.316Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-04-21 04-55-52 
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-21T04:59:51.196Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 44b90301-7e5b ca30254d-b1c6-4db6-831d-041fd3f8c81b 1 ASDC deployResourceStructure
2022-04-21T04:59:51.197Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json ASDC sendASDCNotification
2022-04-21T04:59:51.197Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json
2022-04-21T04:59:51.198Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T04:59:51.198Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:51.201Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:51.201Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517191197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T04:59:51.302Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T04:59:51.304Z||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-21T04:59:51.305Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:51.326Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:51.327Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:52.207Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-21T04:59:52.207Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml
2022-04-21T04:59:52.208Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T04:59:52.209Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:52.213Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:52.213Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517192207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-21T04:59:52.313Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T04:59:52.314Z||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-21T04:59:52.315Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:52.330Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:52.331Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:53.215Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-21T04:59:53.215Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env
2022-04-21T04:59:53.215Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T04:59:53.216Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:53.218Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:53.218Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517193214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-21T04:59:53.319Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T04:59:53.321Z||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-21T04:59:53.321Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:53.339Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:53.340Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T04:59:54.220Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar ASDC sendASDCNotification
2022-04-21T04:59:54.230Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar
2022-04-21T04:59:54.230Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T04:59:54.231Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T04:59:54.234Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T04:59:54.234Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517194220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T04:59:54.335Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T04:59:54.337Z||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-21T04:59:54.337Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T04:59:54.351Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T04:59:54.352Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-21T04:59:55.239Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 299a3da5-87a9-4e5a-8f76-570c78ee91b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T04:59:55.283Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 299a3da5-87a9-4e5a-8f76-570c78ee91b7
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-21T04:59:55.298Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T04:59:55.298Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-21T04:59:55.298Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-21T04:59:55.299Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-21T04:59:55.299Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T04:59:55.299Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T04:59:55.299Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T04:59:55.299Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T04:59:55.299Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T04:59:55.300Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|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-21T04:59:55.335Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-21T05:00:25.340Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 299a3da5-87a9-4e5a-8f76-570c78ee91b7 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-21T05:00:25.365Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 299a3da5-87a9-4e5a-8f76-570c78ee91b7 and serviceModelVersionId: 59a0f988-cc2c-4c9c-85da-41834eb665ec
2022-04-21T05:00:25.366Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 741e5539-b8a0-4859-9e7f-96f734c133e3
2022-04-21T05:00:27.558Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:00:27.559Z||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-21T05:00:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:00:27.619Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:00:27.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T05:00:27.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517167187,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:00:27.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:00:55.768Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/741e5539-b8a0-4859-9e7f-96f734c133e3/model-vers/model-ver/59a0f988-cc2c-4c9c-85da-41834eb665ec?depth=0
2022-04-21T05:00:56.076Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-21T05:00:57.452Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|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/741e5539-b8a0-4859-9e7f-96f734c133e3/model-vers/model-ver/59a0f988-cc2c-4c9c-85da-41834eb665ec?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-21T05:00:57.464Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/741e5539-b8a0-4859-9e7f-96f734c133e3/model-vers/model-ver/59a0f988-cc2c-4c9c-85da-41834eb665ec?depth=0|INFO|500||Invoke
2022-04-21T05:00:57.836Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/741e5539-b8a0-4859-9e7f-96f734c133e3/model-vers/model-ver/59a0f988-cc2c-4c9c-85da-41834eb665ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-21T05:00:58.170Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/741e5539-b8a0-4859-9e7f-96f734c133e3/model-vers/model-ver/59a0f988-cc2c-4c9c-85da-41834eb665ec?depth=0|INFO|500||InvokeReturn
2022-04-21T05:00:58.171Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|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/741e5539-b8a0-4859-9e7f-96f734c133e3/model-vers/model-ver/59a0f988-cc2c-4c9c-85da-41834eb665ec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220421-05:00:57:960-36283], vertex-id=[348176], Content-Length=[0], Date=[Thu, 21 Apr 2022 05:00:57 GMT], Content-Type=[application/json]}
2022-04-21T05:00:58.173Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-04-21T05:00:58.186Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-21T05:00:58.187Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|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-21T05:00:58.199Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|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-21T05:00:58.201Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 299a3da5-87a9-4e5a-8f76-570c78ee91b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-21T05:00:58.203Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-21T05:00:58.204Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:00:58.208Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:00:58.209Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517258201,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:00:58.308Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T05:00:58.310Z||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-21T05:00:58.311Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:00:58.381Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:00:58.382Z||pool-18-thread-1|||||INFO|500||cambria reply ok (73 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-21T05:00:59.230Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-21T05:00:59.231Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ba90886-6ed6-41be-a247-e00680448cb7","serviceName":"basic_onboard_iMGOSR","serviceVersion":"1.0","serviceUUID":"529b55f1-7671-4c74-9e7a-fe40805021f0","serviceDescription":"service","serviceInvariantUUID":"905b92a6-a40b-48ad-b284-05ebf6c134d3","resources":[{"resourceInstanceName":"basic_onboard_iMGOSR 0","resourceName":"basic_onboard_iMGOSR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fc87fa9-dab3-4816-8b5e-ddb4cdb3bf26","resourceInvariantUUID":"465847b1-148d-4544-8798-9a518e4376fd","resourceCustomizationUUID":"ec905f6e-3cbe-4871-9626-3da2584504d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml","artifactChecksum":"NDgzMjMyYmIxYzFlYTMwMzkyY2MyMDRkMDQyOTljMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"57f29da4-c789-44b5-92f6-ce5758fd88c3","artifactVersion":"1"},{"artifactName":"basic_onboard_imgosr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json","artifactChecksum":"NTU5ZmM0YWY4OWRmOWM3NWY4ZWQ2NmM1YTE0NDc0OGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2d064bd9-e034-4091-bd94-0bc99e45a71f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f7138f04-4ccc-4136-bea8-3f97baa37c41","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"86e21f73-2cbb-4865-a852-2fe6d1dd9fb1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"49d16b18-2c97-448e-9e95-6cf210880807","artifactVersion":"2","generatedFromUUID":"f7138f04-4ccc-4136-bea8-3f97baa37c41"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardImgosr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml","artifactChecksum":"Nzg0YTc3ZThiYTlhMGViMWM5MmVkODZlZWY2YzU3YTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6692e199-a6f4-4712-8ad1-2967362fe905","artifactVersion":"1"},{"artifactName":"service-BasicOnboardImgosr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar","artifactChecksum":"NWUwMzUzODM5NGI0YjZmNmUyMjE5OWRiOWRhMjE2NTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b992d9ec-938d-4075-8533-c51a2d046dc6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-21T05:00:59.233Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:00:59.234Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:00:59.241Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:00:59.242Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:00:59.340Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T05:00:59.342Z||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-21T05:00:59.342Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:00:59.404Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:00:59.405Z||pool-19-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:01:00.243Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:01:00.256Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:00.263Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:00.264Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:01:00.363Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:01:00.365Z||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-21T05:01:00.365Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:00.384Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:01:00.385Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:01.265Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:01:01.266Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:01.281Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:01.281Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:01:01.382Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:01:01.383Z||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-21T05:01:01.384Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:01.425Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:01:01.426Z||pool-21-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:02.283Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:01:02.284Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:02.289Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:02.289Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:01:02.390Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T05:01:02.391Z||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-21T05:01:02.391Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:02.407Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:01:02.408Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:03.291Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:01:03.292Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:03.306Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:03.306Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-21T05:01:03.406Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:01:03.407Z||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-21T05:01:03.408Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:03.427Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:01:03.428Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:04.315Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:01:04.316Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:04.319Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:04.320Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:01:04.420Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:01:04.423Z||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-21T05:01:04.431Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:04.450Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:01:04.451Z||pool-24-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:05.320Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:01:05.322Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:05.326Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:05.326Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:01:05.426Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:01:05.428Z||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-21T05:01:05.429Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:05.448Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:01:05.449Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:06.328Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "serviceName": "basic_onboard_iMGOSR",
  "serviceVersion": "1.0",
  "serviceUUID": "529b55f1-7671-4c74-9e7a-fe40805021f0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "905b92a6-a40b-48ad-b284-05ebf6c134d3",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_iMGOSR 0",
      "resourceCustomizationUUID": "ec905f6e-3cbe-4871-9626-3da2584504d5",
      "resourceName": "basic_onboard_iMGOSR",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3fc87fa9-dab3-4816-8b5e-ddb4cdb3bf26",
      "resourceInvariantUUID": "465847b1-148d-4544-8798-9a518e4376fd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_imgosr0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
          "artifactChecksum": "NTU5ZmM0YWY4OWRmOWM3NWY4ZWQ2NmM1YTE0NDc0OGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2d064bd9-e034-4091-bd94-0bc99e45a71f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f7138f04-4ccc-4136-bea8-3f97baa37c41",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "49d16b18-2c97-448e-9e95-6cf210880807",
            "generatedFromUUID": "f7138f04-4ccc-4136-bea8-3f97baa37c41"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "49d16b18-2c97-448e-9e95-6cf210880807",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardImgosr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
      "artifactChecksum": "NWUwMzUzODM5NGI0YjZmNmUyMjE5OWRiOWRhMjE2NTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b992d9ec-938d-4075-8533-c51a2d046dc6"
    }
  ],
  "workloadContext": "Production"
}
2022-04-21T05:01:06.329Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-21T05:01:06.329Z|299a3da5-87a9-4e5a-8f76-570c78ee91b7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 529b55f1-7671-4c74-9e7a-fe40805021f0 ASDC
2022-04-21T05:01:06.330Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:0ba90886-6ed6-41be-a247-e00680448cb7
ServiceName:basic_onboard_iMGOSR
ServiceVersion:1.0
ServiceUUID:529b55f1-7671-4c74-9e7a-fe40805021f0
ServiceInvariantUUID:905b92a6-a40b-48ad-b284-05ebf6c134d3
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardImgosr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar
ArtifactUUID:b992d9ec-938d-4075-8533-c51a2d046dc6
ArtifactChecksum:NWUwMzUzODM5NGI0YjZmNmUyMjE5OWRiOWRhMjE2NTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_iMGOSR 0
ResourceCustomizationUUID:ec905f6e-3cbe-4871-9626-3da2584504d5
ResourceInvariantUUID:465847b1-148d-4544-8798-9a518e4376fd
ResourceName:basic_onboard_iMGOSR
ResourceType:VF
ResourceUUID:3fc87fa9-dab3-4816-8b5e-ddb4cdb3bf26
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_imgosr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json
ArtifactUUID:2d064bd9-e034-4091-bd94-0bc99e45a71f
ArtifactChecksum:NTU5ZmM0YWY4OWRmOWM3NWY4ZWQ2NmM1YTE0NDc0OGI=
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/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f7138f04-4ccc-4136-bea8-3f97baa37c41
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/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env
ArtifactUUID:49d16b18-2c97-448e-9e95-6cf210880807
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/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env
ArtifactUUID:49d16b18-2c97-448e-9e95-6cf210880807
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-21T05:01:06.330Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 529b55f1-7671-4c74-9e7a-fe40805021f0 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-21T05:01:06.407Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:01:06.408Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T05:01:06.409Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T05:01:06.410Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b992d9ec-938d-4075-8533-c51a2d046dc6 from URL: /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:06.410Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T05:01:06.411Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:06.709Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T05:01:06.715Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar b992d9ec-938d-4075-8533-c51a2d046dc6 71552
2022-04-21T05:01:06.718Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar ASDC sendASDCNotification
2022-04-21T05:01:06.718Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:06.718Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:01:06.719Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:06.722Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:06.723Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517266717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:01:06.824Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T05:01:06.826Z||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-21T05:01:06.826Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:06.854Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:01:06.855Z||pool-26-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:07.726Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:01:07.728Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T05:01:07.728Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b992d9ec-938d-4075-8533-c51a2d046dc6, URL: /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar to file: /app/ASDC/1/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:07.731Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:07.733Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:07.733Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:08.085Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17493973372223972083/Definitions/service-BasicOnboardImgosr-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-21T05:01:11.402Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-21T05:01:11.403Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-21T05:01:11.404Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.404Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-21T05:01:11.404Z|0ba90886-6ed6-41be-a247-e00680448cb7|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-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.404Z|0ba90886-6ed6-41be-a247-e00680448cb7|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-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.404Z|0ba90886-6ed6-41be-a247-e00680448cb7|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-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.404Z|0ba90886-6ed6-41be-a247-e00680448cb7|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-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.405Z|0ba90886-6ed6-41be-a247-e00680448cb7|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-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.405Z|0ba90886-6ed6-41be-a247-e00680448cb7|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-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.405Z|0ba90886-6ed6-41be-a247-e00680448cb7|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-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.405Z|0ba90886-6ed6-41be-a247-e00680448cb7|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-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.405Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_iMGOSR 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-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:11.405Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-21T05:01:11.405Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:11.406Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:11.406Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:11.406Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-21T05:01:11.406Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:01:11.407Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:11.407Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:11.407Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:11.408Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-21T05:01:11.408Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:01:11.408Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:11.409Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:11.409Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:11.409Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is not matching search criteria
2022-04-21T05:01:11.410Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-21T05:01:11.410Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-21T05:01:11.410Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-21T05:01:11.410Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-21T05:01:11.411Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-21T05:01:11.411Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:11.411Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T05:01:11.412Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:11.412Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:11.412Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:01:11.413Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:11.413Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:11.413Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:01:11.414Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:11.414Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:11.414Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:01:11.414Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:11.415Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is not matching search criteria
2022-04-21T05:01:11.415Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-21T05:01:11.415Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-21T05:01:11.416Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b6a415e-954d-45fc-a856-454a0ab99b8f
2022-04-21T05:01:11.416Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:11.416Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:11.417Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:11.418Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:11.419Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:11.419Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:11.419Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:11.419Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:11.420Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_iMGOSR
Description:service
Model UUID:529b55f1-7671-4c74-9e7a-fe40805021f0
Model Version:NULL
Model InvariantUuid:905b92a6-a40b-48ad-b284-05ebf6c134d3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_iMGOSR
Model UUID:7fdceeae-8115-4367-abe1-7d61f2621e0e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:465847b1-148d-4544-8798-9a518e4376fd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ec905f6e-3cbe-4871-9626-3da2584504d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:24db855c-d91f-4dae-a55f-21e0acb0f0aa
ModelName:BasicOnboardImgosr..base_ubuntu18..module-0
ModelUuid:d4db26cc-0daa-425b-aaaa-84c80caef7a0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0b6a415e-954d-45fc-a856-454a0ab99b8f
ModelInvariantUuid:9309a680-d184-4e36-98bb-6ac0c6c99f1d
ModelName:basic_onboard_iMGOSR-nodes.ubuntu18Cvfc
ModelUuid:3cbcff3e-5779-4431-be19-c94ef5bbab9a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:b0ce15f3-324a-4997-8f65-e3d3669862b6
ModelInvariantUuid:04c0dc71-6067-4211-8c70-23859966f20a
ModelName:BasicOnboardImgosr.compute.nodes.heat.ubuntu18
ModelUuid:336b40ff-6f9a-4709-ac5f-527e8e5a3255
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-21T05:01:11.478Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3fc87fa9-dab3-4816-8b5e-ddb4cdb3bf26
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-21T05:01:11.483Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||basic_onboard_iMGOSR 0
2022-04-21T05:01:11.484Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3fc87fa9-dab3-4816-8b5e-ddb4cdb3bf26
2022-04-21T05:01:11.485Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2d064bd9-e034-4091-bd94-0bc99e45a71f from URL: /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json
2022-04-21T05:01:11.485Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T05:01:11.486Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json
2022-04-21T05:01:11.538Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T05:01:11.539Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json 2d064bd9-e034-4091-bd94-0bc99e45a71f 798
2022-04-21T05:01:11.540Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json ASDC sendASDCNotification
2022-04-21T05:01:11.541Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json
2022-04-21T05:01:11.542Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:01:11.543Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:11.552Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:11.554Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517271540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:01:11.653Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:01:11.654Z||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-21T05:01:11.655Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:11.681Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:01:11.682Z||pool-27-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:01:12.556Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardImgosr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "24db855c-d91f-4dae-a55f-21e0acb0f0aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d4db26cc-0daa-425b-aaaa-84c80caef7a0",
    "vfModuleModelCustomizationUUID": "e9890f02-6aae-4c38-a358-6a9a8734b163",
    "isBase": true,
    "artifacts": [
      "f7138f04-4ccc-4136-bea8-3f97baa37c41",
      "49d16b18-2c97-448e-9e95-6cf210880807"
    ],
    "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-21T05:01:12.564Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardImgosr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4db26cc-0daa-425b-aaaa-84c80caef7a0
VfModuleModelInvariantUUID:24db855c-d91f-4dae-a55f-21e0acb0f0aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7138f04-4ccc-4136-bea8-3f97baa37c41
,
49d16b18-2c97-448e-9e95-6cf210880807

}
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-21T05:01:12.568Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardImgosr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "24db855c-d91f-4dae-a55f-21e0acb0f0aa",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d4db26cc-0daa-425b-aaaa-84c80caef7a0",
    "vfModuleModelCustomizationUUID": "e9890f02-6aae-4c38-a358-6a9a8734b163",
    "isBase": true,
    "artifacts": [
      "f7138f04-4ccc-4136-bea8-3f97baa37c41",
      "49d16b18-2c97-448e-9e95-6cf210880807"
    ],
    "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-21T05:01:12.568Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardImgosr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d4db26cc-0daa-425b-aaaa-84c80caef7a0
VfModuleModelInvariantUUID:24db855c-d91f-4dae-a55f-21e0acb0f0aa
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7138f04-4ccc-4136-bea8-3f97baa37c41
,
49d16b18-2c97-448e-9e95-6cf210880807

}
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-21T05:01:12.569Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f7138f04-4ccc-4136-bea8-3f97baa37c41 from URL: /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml
2022-04-21T05:01:12.569Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T05:01:12.569Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml
2022-04-21T05:01:12.619Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T05:01:12.620Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml f7138f04-4ccc-4136-bea8-3f97baa37c41 5033
2022-04-21T05:01:12.620Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-21T05:01:12.621Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml
2022-04-21T05:01:12.621Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:01:12.622Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:12.629Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:12.634Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517272620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:01:12.730Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-21T05:01:12.731Z||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-21T05:01:12.733Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:12.781Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:01:12.782Z||pool-28-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:13.635Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 49d16b18-2c97-448e-9e95-6cf210880807 from URL: /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env
2022-04-21T05:01:13.639Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T05:01:13.641Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env
2022-04-21T05:01:13.691Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T05:01:13.692Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env 49d16b18-2c97-448e-9e95-6cf210880807 909
2022-04-21T05:01:13.693Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-21T05:01:13.693Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env
2022-04-21T05:01:13.693Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:01:13.694Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:13.699Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:13.700Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517273693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:01:13.798Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-21T05:01:13.799Z||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-21T05:01:13.800Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:13.814Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:01:13.815Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:14.708Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 529b55f1-7671-4c74-9e7a-fe40805021f0
2022-04-21T05:01:14.708Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_iMGOSR 0 3fc87fa9-dab3-4816-8b5e-ddb4cdb3bf26 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-21T05:01:14.879Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e4667d8, org.onap.sdc.toscaparser.api.parameters.Input@71c1469a, org.onap.sdc.toscaparser.api.parameters.Input@2a75f09e, org.onap.sdc.toscaparser.api.parameters.Input@36ef0f10, org.onap.sdc.toscaparser.api.parameters.Input@1bbad6b2]
2022-04-21T05:01:14.881Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:14.882Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:14.882Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-04-21T05:01:14.882Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ec905f6e-3cbe-4871-9626-3da2584504d5
2022-04-21T05:01:14.883Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ec905f6e-3cbe-4871-9626-3da2584504d5 matches Tosca VF Customization UUID: ec905f6e-3cbe-4871-9626-3da2584504d5
2022-04-21T05:01:14.883Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ec905f6e-3cbe-4871-9626-3da2584504d5  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-21T05:01:14.890Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:14.891Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:14.893Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ec905f6e-3cbe-4871-9626-3da2584504d5: {\"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-21T05:01:14.894Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b994f66
2022-04-21T05:01:14.894Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:14.896Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T05:01:14.896Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e9890f02-6aae-4c38-a358-6a9a8734b163
2022-04-21T05:01:14.897Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e9890f02-6aae-4c38-a358-6a9a8734b163
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-21T05:01:14.917Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:14.918Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:14.918Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:01:14.919Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:14.919Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:14.919Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:01:14.920Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:14.920Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is not matching search criteria
2022-04-21T05:01:14.920Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-21T05:01:14.921Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-21T05:01:14.921Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b6a415e-954d-45fc-a856-454a0ab99b8f
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-21T05:01:14.951Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:14.952Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:14.952Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:01:14.953Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:14.953Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_iMGOSR 0 is matching search criteria
2022-04-21T05:01:14.953Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_iMGOSR 0] matching following query criteria: sdcType=VF, customizationUUID=ec905f6e-3cbe-4871-9626-3da2584504d5
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-21T05:01:14.973Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:14.974Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:14.974Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 529b55f1-7671-4c74-9e7a-fe40805021f0: basic_onboard_iMGOSR
2022-04-21T05:01:14.975Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:14.975Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:14.975Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:14.975Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:14.976Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:14.976Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:14.976Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:14.976Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:14.977Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:01:14.977Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_iMGOSR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:01:14.977Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_iMGOSR 
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-21T05:01:15.727Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_iMGOSR 3fc87fa9-dab3-4816-8b5e-ddb4cdb3bf26 1 ASDC deployResourceStructure
2022-04-21T05:01:15.728Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json ASDC sendASDCNotification
2022-04-21T05:01:15.728Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json
2022-04-21T05:01:15.729Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:01:15.729Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:15.735Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:15.736Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517275728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:01:15.835Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T05:01:15.836Z||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-21T05:01:15.837Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:15.851Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:01:15.852Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:16.738Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-21T05:01:16.739Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml
2022-04-21T05:01:16.739Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:01:16.740Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:16.744Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:16.744Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517276738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-21T05:01:16.844Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:01:16.846Z||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-21T05:01:16.846Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:16.864Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:01:16.865Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:17.748Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-21T05:01:17.749Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env
2022-04-21T05:01:17.749Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:01:17.750Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:17.761Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:17.762Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517277748,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-21T05:01:17.855Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-21T05:01:17.857Z||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-21T05:01:17.857Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:17.881Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:01:17.882Z||pool-32-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:01:18.764Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar ASDC sendASDCNotification
2022-04-21T05:01:18.764Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar
2022-04-21T05:01:18.764Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:01:18.765Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:01:18.770Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:01:18.770Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517278764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:01:18.870Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:01:18.872Z||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-21T05:01:18.872Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:18.888Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:01:18.889Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:01:19.771Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:01:19.799Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7
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-21T05:01:19.809Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:01:19.810Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-21T05:01:19.810Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-21T05:01:27.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:01:27.562Z||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-21T05:01:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:01:27.594Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:01:27.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-21T05:01:27.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "aai-ml",
  "timestamp": 1650517167192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:01:27.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:01:49.811Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:01:49.831Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7
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-21T05:01:49.838Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:01:49.838Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-21T05:01:49.838Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-21T05:02:19.839Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:02:19.874Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7
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-21T05:02:19.881Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:02:19.881Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-21T05:02:19.882Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-21T05:02:27.558Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:02:27.560Z||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-21T05:02:27.561Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:02:27.611Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:02:27.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:02:27.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:02:27.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "aai-ml",
  "timestamp": 1650517168197,
  "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-21T05:02:27.670Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ba90886-6ed6-41be-a247-e00680448cb7
2022-04-21T05:02:27.670Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ba90886-6ed6-41be-a247-e00680448cb7 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-21T05:02:27.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:02:27.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:02:27.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:02:27.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:02:27.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517169631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:02:27.717Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:27.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:02:27.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:02:27.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517170639,
  "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-21T05:02:27.730Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ba90886-6ed6-41be-a247-e00680448cb7
2022-04-21T05:02:27.730Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ba90886-6ed6-41be-a247-e00680448cb7 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-21T05:02:27.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.763Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-21T05:02:27.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:02:27.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:02:27.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:02:27.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:02:27.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:02:27.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517176290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:02:27.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:27.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517186583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:02:27.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:27.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517187877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:02:27.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:27.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517189087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:02:27.767Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:27.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517191197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/vfw44b903017e5b0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:02:27.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:27.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517192207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-21T05:02:27.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:27.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517193214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/resourceInstances/vfw44b903017e5b0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-21T05:02:27.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:27.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-21T05:02:27.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517194220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045552/1.0/artifacts/service-Vfw20220421045552-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:02:27.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:02:49.882Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:02:49.925Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7
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-21T05:02:49.949Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:02:49.950Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-21T05:02:49.950Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-21T05:02:49.951Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-21T05:02:49.951Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:02:49.951Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:02:49.952Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:02:49.952Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:02:49.952Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:02:49.953Z|0ba90886-6ed6-41be-a247-e00680448cb7|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-21T05:02:49.964Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-21T05:03:19.966Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ba90886-6ed6-41be-a247-e00680448cb7 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-21T05:03:19.984Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ba90886-6ed6-41be-a247-e00680448cb7 and serviceModelVersionId: 529b55f1-7671-4c74-9e7a-fe40805021f0
2022-04-21T05:03:19.985Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 905b92a6-a40b-48ad-b284-05ebf6c134d3
2022-04-21T05:03:19.988Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?depth=0
2022-04-21T05:03:20.005Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-21T05:03:20.172Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?depth=0|INFO|500||Invoke
2022-04-21T05:03:20.174Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0ba90886-6ed6-41be-a247-e00680448cb7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[44a988f0-8104-4b1f-a486-dc13e5a2c35b], X-ECOMP-RequestID=[0ba90886-6ed6-41be-a247-e00680448cb7], X-TransactionId=[], X-ONAP-RequestID=[0ba90886-6ed6-41be-a247-e00680448cb7], Content-Type=[application/merge-patch+json]}
2022-04-21T05:03:20.278Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-21T05:03:20.678Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?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/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220421-05:03:20:388-99809], vertex-id=[372752], Content-Length=[0], Date=[Thu, 21 Apr 2022 05:03:20 GMT], Content-Type=[application/json]}
2022-04-21T05:03:20.679Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-21T05:03:20.681Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/905b92a6-a40b-48ad-b284-05ebf6c134d3/model-vers/model-ver/529b55f1-7671-4c74-9e7a-fe40805021f0?depth=0|INFO|500||InvokeReturn
2022-04-21T05:03:20.687Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-21T05:03:20.688Z|0ba90886-6ed6-41be-a247-e00680448cb7|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-21T05:03:20.711Z|0ba90886-6ed6-41be-a247-e00680448cb7|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-21T05:03:20.721Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ba90886-6ed6-41be-a247-e00680448cb7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-21T05:03:20.722Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-21T05:03:20.722Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:20.734Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:20.734Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517400721,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:03:20.826Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-04-21T05:03:20.828Z||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-21T05:03:20.830Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:20.870Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:20.872Z||pool-34-thread-1|||||INFO|500||cambria reply ok (45 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-21T05:03:21.779Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:03:21.781Z|0ba90886-6ed6-41be-a247-e00680448cb7|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-21T05:03:21.781Z|0ba90886-6ed6-41be-a247-e00680448cb7|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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:26.171Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:26.173Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-21T05:03:26.173Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"136de43e-a4aa-4317-9f06-493b1fac53b9","serviceName":"vFW 2022-04-21 04-58-36","serviceVersion":"1.0","serviceUUID":"8d6a75ce-e8a0-4359-9e53-9209fb1da857","serviceDescription":"catalog service description","serviceInvariantUUID":"035250c7-f8f3-4c74-93f0-50e19537822d","resources":[{"resourceInstanceName":"vFW 6b70e905-1b98 0","resourceName":"vFW 6b70e905-1b98","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fc6a94eb-0c14-4c1e-b0a9-36f9ca74de85","resourceInvariantUUID":"da53af13-df27-497e-839e-48e388678341","resourceCustomizationUUID":"fce11119-2a8c-4ad7-b1ba-8221a0259d6b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml","artifactChecksum":"NWZhMjg1MzE1MGI0MTQyNDMyMjVmYjRlODU5YWE5Njg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"78e82b14-d243-4594-a7b8-2f9618c2ebc4","artifactVersion":"1"},{"artifactName":"vfw6b70e9051b980_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json","artifactChecksum":"OWY4MThhODQ5YTRhNjM5NDZjN2FkYzljOTZmNDhlMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b488e2e-2406-492f-9ca5-308ea10a60c0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c06fba6-f6a1-4d9c-b3d7-e363276c7313","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml","artifactChecksum":"M2UwOGQ4YWVjZDM2OTFiMDFlNWQ0MmVjM2M3YTM3YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70cf6c85-d364-4289-a9a0-f320e524c3d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"019d1ae3-8968-43be-afc2-330b4a1aafd8","artifactVersion":"2","generatedFromUUID":"2c06fba6-f6a1-4d9c-b3d7-e363276c7313"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220421045836-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml","artifactChecksum":"OGYyZmQwOGE5Zjk2NWJjN2U3MjE5Nzg2MDc5ZTNmOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c3a3116e-a8cf-4ca7-a6a7-403ef7b98f61","artifactVersion":"1"},{"artifactName":"service-Vfw20220421045836-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar","artifactChecksum":"ZjNlYTA0ZjA4MGJiZjYxMDI3ZThkNGEzZjM5YjMyNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e59eca8-03b5-458f-b2ed-ba6ccb45273f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-21T05:03:26.184Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:03:26.185Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:26.192Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:26.193Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517401779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:26.292Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:03:26.294Z||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-21T05:03:26.294Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:26.318Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:26.319Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:27.194Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:03:27.195Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:27.203Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:27.203Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517401779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:03:27.307Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-21T05:03:27.308Z||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-21T05:03:27.308Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:27.327Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:27.328Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:03:27.560Z||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-21T05:03:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:27.611Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:27.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.619Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "299a3da5-87a9-4e5a-8f76-570c78ee91b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517258201,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:03:27.620Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.621Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:03:27.623Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:03:27.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.624Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.624Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.624Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.625Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-21T05:03:27.625Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.626Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517167552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:03:27.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517266717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517262780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "dcae-sch",
  "timestamp": 1650517267564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.629Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517262780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.630Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "dcae-sch",
  "timestamp": 1650517267564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "cds",
  "timestamp": 1650517268554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "aai-ml",
  "timestamp": 1650517268752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517262780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "dcae-sch",
  "timestamp": 1650517267564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "cds",
  "timestamp": 1650517268554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "aai-ml",
  "timestamp": 1650517268752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517271540,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.639Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517262780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "dcae-sch",
  "timestamp": 1650517267564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.640Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "cds",
  "timestamp": 1650517268554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.640Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "aai-ml",
  "timestamp": 1650517268752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.641Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517272620,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.641Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.641Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.641Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517262780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "dcae-sch",
  "timestamp": 1650517267564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.642Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "cds",
  "timestamp": 1650517268554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.643Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "aai-ml",
  "timestamp": 1650517268752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517273693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.644Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517262780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "dcae-sch",
  "timestamp": 1650517267564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "cds",
  "timestamp": 1650517268554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "aai-ml",
  "timestamp": 1650517268752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "dcae-sch",
  "timestamp": 1650517267564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "cds",
  "timestamp": 1650517268554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517262780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "policy-id",
  "timestamp": 1650517274410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "aai-ml",
  "timestamp": 1650517268752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517275728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/basic_onboard_imgosr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:03:27.651Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517275211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "cds",
  "timestamp": 1650517268554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:03:27.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "policy-id",
  "timestamp": 1650517274410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "aai-ml",
  "timestamp": 1650517268752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:03:27.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517276738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-21T05:03:27.654Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517275211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:03:27.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "policy-id",
  "timestamp": 1650517274410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:03:27.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "cds",
  "timestamp": 1650517276550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.656Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "aai-ml",
  "timestamp": 1650517276744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517277748,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/resourceInstances/basic_onboard_imgosr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-21T05:03:27.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517275211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:03:27.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "policy-id",
  "timestamp": 1650517274410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "cds",
  "timestamp": 1650517277556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-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-21T05:03:27.731Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 136de43e-a4aa-4317-9f06-493b1fac53b9
2022-04-21T05:03:27.731Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 136de43e-a4aa-4317-9f06-493b1fac53b9 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-21T05:03:27.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517278764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardImgosr/1.0/artifacts/service-BasicOnboardImgosr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:03:27.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.783Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517275211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.784Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.784Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "policy-id",
  "timestamp": 1650517274410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517275211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-21T05:03:27.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "policy-id",
  "timestamp": 1650517274410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517279344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.786Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.786Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517275211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "policy-id",
  "timestamp": 1650517274410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:03:27.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517279344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517275211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:03:27.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "policy-id",
  "timestamp": 1650517282639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517279344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517283405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "policy-id",
  "timestamp": 1650517283655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:03:27.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517279344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517284615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "policy-id",
  "timestamp": 1650517284674,
  "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-21T05:03:27.827Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 136de43e-a4aa-4317-9f06-493b1fac53b9
2022-04-21T05:03:27.828Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 136de43e-a4aa-4317-9f06-493b1fac53b9 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-21T05:03:27.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517279344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517285829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:03:27.881Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:03:27.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517279344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:27.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:27.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517286915,
  "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-21T05:03:27.892Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 136de43e-a4aa-4317-9f06-493b1fac53b9
2022-04-21T05:03:27.892Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 136de43e-a4aa-4317-9f06-493b1fac53b9 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-21T05:03:27.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:03:27.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517279344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:03:27.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:03:28.204Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:03:28.206Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:28.213Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:28.214Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517401779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:03:28.314Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:03:28.315Z||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-21T05:03:28.316Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:28.331Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:28.333Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:29.214Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:03:29.215Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:29.220Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:29.220Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517401779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:29.326Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-21T05:03:29.327Z||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-21T05:03:29.327Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:29.344Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:29.345Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:30.221Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:03:30.226Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:30.234Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:30.234Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517401779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-21T05:03:30.332Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-21T05:03:30.334Z||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-21T05:03:30.334Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:30.356Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:30.357Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:31.236Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:03:31.238Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:31.242Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:31.242Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517401779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:03:31.342Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:03:31.344Z||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-21T05:03:31.344Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:31.358Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:31.359Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:32.243Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:03:32.244Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:32.249Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:32.250Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517401779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:03:32.358Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-04-21T05:03:32.360Z||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-21T05:03:32.360Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:32.376Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:32.378Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:33.252Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "serviceName": "vFW 2022-04-21 04-58-36",
  "serviceVersion": "1.0",
  "serviceUUID": "8d6a75ce-e8a0-4359-9e53-9209fb1da857",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "035250c7-f8f3-4c74-93f0-50e19537822d",
  "resources": [
    {
      "resourceInstanceName": "vFW 6b70e905-1b98 0",
      "resourceCustomizationUUID": "fce11119-2a8c-4ad7-b1ba-8221a0259d6b",
      "resourceName": "vFW 6b70e905-1b98",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fc6a94eb-0c14-4c1e-b0a9-36f9ca74de85",
      "resourceInvariantUUID": "da53af13-df27-497e-839e-48e388678341",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6b70e9051b980_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
          "artifactChecksum": "OWY4MThhODQ5YTRhNjM5NDZjN2FkYzljOTZmNDhlMmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2b488e2e-2406-492f-9ca5-308ea10a60c0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2c06fba6-f6a1-4d9c-b3d7-e363276c7313",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "019d1ae3-8968-43be-afc2-330b4a1aafd8",
            "generatedFromUUID": "2c06fba6-f6a1-4d9c-b3d7-e363276c7313"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "019d1ae3-8968-43be-afc2-330b4a1aafd8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220421045836-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
      "artifactChecksum": "ZjNlYTA0ZjA4MGJiZjYxMDI3ZThkNGEzZjM5YjMyNjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8e59eca8-03b5-458f-b2ed-ba6ccb45273f"
    }
  ],
  "workloadContext": "Production"
}
2022-04-21T05:03:33.253Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-21T05:03:33.253Z|0ba90886-6ed6-41be-a247-e00680448cb7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8d6a75ce-e8a0-4359-9e53-9209fb1da857 ASDC
2022-04-21T05:03:33.254Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:136de43e-a4aa-4317-9f06-493b1fac53b9
ServiceName:vFW 2022-04-21 04-58-36
ServiceVersion:1.0
ServiceUUID:8d6a75ce-e8a0-4359-9e53-9209fb1da857
ServiceInvariantUUID:035250c7-f8f3-4c74-93f0-50e19537822d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220421045836-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar
ArtifactUUID:8e59eca8-03b5-458f-b2ed-ba6ccb45273f
ArtifactChecksum:ZjNlYTA0ZjA4MGJiZjYxMDI3ZThkNGEzZjM5YjMyNjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6b70e905-1b98 0
ResourceCustomizationUUID:fce11119-2a8c-4ad7-b1ba-8221a0259d6b
ResourceInvariantUUID:da53af13-df27-497e-839e-48e388678341
ResourceName:vFW 6b70e905-1b98
ResourceType:VF
ResourceUUID:fc6a94eb-0c14-4c1e-b0a9-36f9ca74de85
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6b70e9051b980_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json
ArtifactUUID:2b488e2e-2406-492f-9ca5-308ea10a60c0
ArtifactChecksum:OWY4MThhODQ5YTRhNjM5NDZjN2FkYzljOTZmNDhlMmM=
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/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml
ArtifactUUID:2c06fba6-f6a1-4d9c-b3d7-e363276c7313
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/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env
ArtifactUUID:019d1ae3-8968-43be-afc2-330b4a1aafd8
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/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env
ArtifactUUID:019d1ae3-8968-43be-afc2-330b4a1aafd8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-21T05:03:33.254Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d6a75ce-e8a0-4359-9e53-9209fb1da857 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-21T05:03:33.370Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:03:33.371Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T05:03:33.371Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T05:03:33.372Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8e59eca8-03b5-458f-b2ed-ba6ccb45273f from URL: /sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:33.372Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T05:03:33.372Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:33.634Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T05:03:33.643Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar 8e59eca8-03b5-458f-b2ed-ba6ccb45273f 98916
2022-04-21T05:03:33.644Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar ASDC sendASDCNotification
2022-04-21T05:03:33.644Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:33.644Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:03:33.644Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:33.649Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:33.650Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517413643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:03:33.749Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T05:03:33.751Z||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-21T05:03:33.751Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:33.768Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:33.772Z||pool-42-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:34.651Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:03:34.652Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-21T05:03:34.652Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8e59eca8-03b5-458f-b2ed-ba6ccb45273f, URL: /sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar to file: /app/ASDC/1/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:34.653Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220421045836-csar.csar
2022-04-21T05:03:34.654Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:34.654Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:35.124Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9415674469248565040/Definitions/service-Vfw20220421045836-template.yml
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
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-21T05:03:39.911Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-21T05:03:39.912Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-21T05:03:39.913Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.913Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-21T05:03:39.913Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.913Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.913Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6b70e905-1b98 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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.914Z|136de43e-a4aa-4317-9f06-493b1fac53b9|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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.914Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.914Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.914Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.914Z|136de43e-a4aa-4317-9f06-493b1fac53b9|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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.914Z|136de43e-a4aa-4317-9f06-493b1fac53b9|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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.914Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.914Z|136de43e-a4aa-4317-9f06-493b1fac53b9|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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.915Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.915Z|136de43e-a4aa-4317-9f06-493b1fac53b9|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-Vfw20220421045836-csar.csar
2022-04-21T05:03:39.915Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-21T05:03:39.915Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:39.915Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:39.916Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:39.916Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-21T05:03:39.917Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:03:39.917Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:39.918Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:39.918Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:39.918Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-21T05:03:39.918Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:03:39.919Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:39.919Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:39.919Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:39.919Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is not matching search criteria
2022-04-21T05:03:39.920Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T05:03:39.920Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T05:03:39.920Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.920Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.920Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.920Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T05:03:39.920Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T05:03:39.921Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T05:03:39.921Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T05:03:39.921Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.921Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.921Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T05:03:39.921Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.921Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T05:03:39.922Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.922Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-21T05:03:39.922Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:39.922Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T05:03:39.922Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:39.923Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:39.923Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:03:39.923Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:39.923Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:39.924Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:03:39.924Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:39.924Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:39.924Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:03:39.924Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:39.925Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is not matching search criteria
2022-04-21T05:03:39.925Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T05:03:39.926Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-21T05:03:39.926Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T05:03:39.926Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T05:03:39.926Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T05:03:39.927Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.927Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.927Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T05:03:39.927Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.928Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T05:03:39.928Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.928Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6418bd08-d049-41d6-9f29-472c23df5098
2022-04-21T05:03:39.929Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:39.929Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is not matching search criteria
2022-04-21T05:03:39.929Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T05:03:39.929Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T05:03:39.930Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.930Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.930Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.930Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T05:03:39.930Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T05:03:39.931Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-21T05:03:39.931Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T05:03:39.931Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.931Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T05:03:39.931Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.932Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=91962b14-f95c-44b7-83c1-94da04bfa797
2022-04-21T05:03:39.932Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:39.932Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is not matching search criteria
2022-04-21T05:03:39.932Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T05:03:39.933Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T05:03:39.933Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.933Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.933Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.933Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T05:03:39.934Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T05:03:39.934Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T05:03:39.934Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T05:03:39.934Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T05:03:39.934Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:39.934Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-21T05:03:39.934Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4ef705a8-2fed-4b23-9a98-04ca8c5db97b
2022-04-21T05:03:39.935Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:39.935Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:39.935Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:39.935Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:39.935Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:39.936Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:39.936Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:39.936Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:39.936Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-21 04-58-36
Description:catalog service description
Model UUID:8d6a75ce-e8a0-4359-9e53-9209fb1da857
Model Version:NULL
Model InvariantUuid:035250c7-f8f3-4c74-93f0-50e19537822d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6b70e905-1b98
Model UUID:6dedeb07-f87a-418e-b98e-05bc28925098
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:da53af13-df27-497e-839e-48e388678341
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fce11119-2a8c-4ad7-b1ba-8221a0259d6b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:130bada0-a979-4193-8a8f-eebfcf055cb7
ModelName:Vfw6b70e9051b98..base_vfw..module-0
ModelUuid:e586e990-5d34-43ad-bf0e-2d07b71a3251
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6418bd08-d049-41d6-9f29-472c23df5098
ModelInvariantUuid:d53ab6d7-d9fd-42e5-a8b5-c7ec0bee51d0
ModelName:vFW 6b70e905-1b98-nodes.vfwCvfc
ModelUuid:a9e35523-7245-4ba7-a651-922432a97f64
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:01d61f9a-1a13-4801-bfda-cc9b7854a2fa
ModelInvariantUuid:d2f49b9d-f6b3-4731-967b-6d2d5ce61214
ModelName:Vfw6b70e9051b98.compute.nodes.heat.vfw
ModelUuid:edc13729-687d-4c83-96b7-a4f638a66dd6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:91962b14-f95c-44b7-83c1-94da04bfa797
ModelInvariantUuid:58131897-82b0-4871-97f6-d58f0ed088a4
ModelName:vFW 6b70e905-1b98-nodes.vsnCvfc
ModelUuid:5d811971-7232-4408-b312-66bd9c8f551e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1079bc97-df3f-4777-a670-b3517611ecc6
ModelInvariantUuid:379035e5-cb32-49a4-84d8-9faae0dbde30
ModelName:Vfw6b70e9051b98.compute.nodes.heat.vsn
ModelUuid:558a22d9-ba73-4953-bbe0-175284b4c480
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4ef705a8-2fed-4b23-9a98-04ca8c5db97b
ModelInvariantUuid:c90820e8-305a-4d74-86ea-b80f1ff6f606
ModelName:vFW 6b70e905-1b98-nodes.vpgCvfc
ModelUuid:ea842f65-f0b0-4079-a0e9-97f79370fa84
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6c1e79cb-2e40-43d4-9ae3-a33245efccc2
ModelInvariantUuid:12de129b-acac-4eeb-88a2-60500c73e513
ModelName:Vfw6b70e9051b98.compute.nodes.heat.vpg
ModelUuid:1ef7430d-0bf8-4b96-b9d1-81a1559abacb
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-21T05:03:39.949Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: fc6a94eb-0c14-4c1e-b0a9-36f9ca74de85
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-21T05:03:39.955Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||vFW 6b70e905-1b98 0
2022-04-21T05:03:39.955Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fc6a94eb-0c14-4c1e-b0a9-36f9ca74de85
2022-04-21T05:03:39.956Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2b488e2e-2406-492f-9ca5-308ea10a60c0 from URL: /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json
2022-04-21T05:03:39.956Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T05:03:39.956Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json
2022-04-21T05:03:40.015Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T05:03:40.016Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json 2b488e2e-2406-492f-9ca5-308ea10a60c0 785
2022-04-21T05:03:40.016Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json ASDC sendASDCNotification
2022-04-21T05:03:40.016Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json
2022-04-21T05:03:40.017Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:03:40.022Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:40.034Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:40.035Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517420016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:03:40.131Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-21T05:03:40.136Z||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-21T05:03:40.137Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:40.155Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:40.156Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:41.037Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6b70e9051b98..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "130bada0-a979-4193-8a8f-eebfcf055cb7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e586e990-5d34-43ad-bf0e-2d07b71a3251",
    "vfModuleModelCustomizationUUID": "67346b30-cb15-4a43-b44e-9458907db306",
    "isBase": true,
    "artifacts": [
      "2c06fba6-f6a1-4d9c-b3d7-e363276c7313",
      "019d1ae3-8968-43be-afc2-330b4a1aafd8"
    ],
    "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-21T05:03:41.044Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b70e9051b98..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e586e990-5d34-43ad-bf0e-2d07b71a3251
VfModuleModelInvariantUUID:130bada0-a979-4193-8a8f-eebfcf055cb7
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c06fba6-f6a1-4d9c-b3d7-e363276c7313
,
019d1ae3-8968-43be-afc2-330b4a1aafd8

}
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-21T05:03:41.048Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6b70e9051b98..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "130bada0-a979-4193-8a8f-eebfcf055cb7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e586e990-5d34-43ad-bf0e-2d07b71a3251",
    "vfModuleModelCustomizationUUID": "67346b30-cb15-4a43-b44e-9458907db306",
    "isBase": true,
    "artifacts": [
      "2c06fba6-f6a1-4d9c-b3d7-e363276c7313",
      "019d1ae3-8968-43be-afc2-330b4a1aafd8"
    ],
    "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-21T05:03:41.048Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b70e9051b98..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e586e990-5d34-43ad-bf0e-2d07b71a3251
VfModuleModelInvariantUUID:130bada0-a979-4193-8a8f-eebfcf055cb7
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c06fba6-f6a1-4d9c-b3d7-e363276c7313
,
019d1ae3-8968-43be-afc2-330b4a1aafd8

}
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-21T05:03:41.048Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2c06fba6-f6a1-4d9c-b3d7-e363276c7313 from URL: /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml
2022-04-21T05:03:41.049Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T05:03:41.049Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml
2022-04-21T05:03:41.113Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T05:03:41.115Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml 2c06fba6-f6a1-4d9c-b3d7-e363276c7313 20368
2022-04-21T05:03:41.115Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-21T05:03:41.116Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml
2022-04-21T05:03:41.116Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:03:41.116Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:41.120Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:41.120Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517421115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:03:41.219Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T05:03:41.221Z||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-21T05:03:41.222Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:41.239Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:41.240Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:42.122Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 019d1ae3-8968-43be-afc2-330b4a1aafd8 from URL: /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env
2022-04-21T05:03:42.123Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-21T05:03:42.124Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env
2022-04-21T05:03:42.248Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-21T05:03:42.248Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env 019d1ae3-8968-43be-afc2-330b4a1aafd8 2098
2022-04-21T05:03:42.249Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-21T05:03:42.249Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env
2022-04-21T05:03:42.249Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:03:42.250Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:42.253Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:42.253Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517422249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:03:42.353Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:03:42.355Z||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-21T05:03:42.355Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:42.371Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:42.374Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:43.255Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8d6a75ce-e8a0-4359-9e53-9209fb1da857
2022-04-21T05:03:43.257Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6b70e905-1b98 0 fc6a94eb-0c14-4c1e-b0a9-36f9ca74de85 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-21T05:03:43.315Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f7ba6d6, org.onap.sdc.toscaparser.api.parameters.Input@6eaf57ee, org.onap.sdc.toscaparser.api.parameters.Input@7609ea92, org.onap.sdc.toscaparser.api.parameters.Input@4cf343c8, org.onap.sdc.toscaparser.api.parameters.Input@e7c0196]
2022-04-21T05:03:43.318Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.319Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:43.319Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-04-21T05:03:43.320Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= fce11119-2a8c-4ad7-b1ba-8221a0259d6b
2022-04-21T05:03:43.320Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fce11119-2a8c-4ad7-b1ba-8221a0259d6b matches Tosca VF Customization UUID: fce11119-2a8c-4ad7-b1ba-8221a0259d6b
2022-04-21T05:03:43.320Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: fce11119-2a8c-4ad7-b1ba-8221a0259d6b  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-21T05:03:43.328Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.329Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:43.330Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id fce11119-2a8c-4ad7-b1ba-8221a0259d6b: {\"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-21T05:03:43.331Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75a7e98f
2022-04-21T05:03:43.331Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.332Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T05:03:43.332Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 67346b30-cb15-4a43-b44e-9458907db306
2022-04-21T05:03:43.333Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 67346b30-cb15-4a43-b44e-9458907db306
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-21T05:03:43.342Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.343Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:43.343Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:03:43.344Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.344Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:43.344Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:03:43.345Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.345Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is not matching search criteria
2022-04-21T05:03:43.346Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T05:03:43.346Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-21T05:03:43.346Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T05:03:43.347Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T05:03:43.347Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T05:03:43.348Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T05:03:43.349Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:43.349Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T05:03:43.350Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:43.350Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T05:03:43.350Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T05:03:43.350Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6418bd08-d049-41d6-9f29-472c23df5098
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-21T05:03:43.357Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.357Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:43.358Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:03:43.358Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.358Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is not matching search criteria
2022-04-21T05:03:43.359Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T05:03:43.359Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T05:03:43.360Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T05:03:43.360Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:43.360Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T05:03:43.360Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T05:03:43.361Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T05:03:43.361Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-21T05:03:43.362Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-21T05:03:43.362Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:43.362Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-21T05:03:43.362Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T05:03:43.363Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=91962b14-f95c-44b7-83c1-94da04bfa797
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-21T05:03:43.368Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.369Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:43.369Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:03:43.371Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.372Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is not matching search criteria
2022-04-21T05:03:43.373Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-21T05:03:43.373Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-21T05:03:43.375Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-21T05:03:43.376Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:43.376Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-21T05:03:43.377Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-21T05:03:43.377Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-21T05:03:43.377Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-21T05:03:43.378Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-21T05:03:43.378Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-21T05:03:43.378Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-21T05:03:43.379Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-21T05:03:43.379Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4ef705a8-2fed-4b23-9a98-04ca8c5db97b
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-21T05:03:43.387Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.388Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:43.389Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:03:43.390Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.390Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Node template vFW 6b70e905-1b98 0 is matching search criteria
2022-04-21T05:03:43.390Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 6b70e905-1b98 0] matching following query criteria: sdcType=VF, customizationUUID=fce11119-2a8c-4ad7-b1ba-8221a0259d6b
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-21T05:03:43.400Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.402Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:43.402Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8d6a75ce-e8a0-4359-9e53-9209fb1da857: vFW 6b70e905-1b98
2022-04-21T05:03:43.403Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.403Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:43.404Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.404Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:43.404Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.405Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:43.405Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.406Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:43.406Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:03:43.407Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-21 04-58-36 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:03:43.407Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-04-21 04-58-36 
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-21T05:03:44.065Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6b70e905-1b98 fc6a94eb-0c14-4c1e-b0a9-36f9ca74de85 1 ASDC deployResourceStructure
2022-04-21T05:03:44.066Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json ASDC sendASDCNotification
2022-04-21T05:03:44.066Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json
2022-04-21T05:03:44.066Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:03:44.066Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:44.071Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:44.071Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517424066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:03:44.171Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:03:44.172Z||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-21T05:03:44.172Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:44.187Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:44.188Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:45.072Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-21T05:03:45.073Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml
2022-04-21T05:03:45.074Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:03:45.074Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:45.078Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:45.078Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517425072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-21T05:03:45.178Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:03:45.181Z||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-21T05:03:45.182Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:45.197Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:45.198Z||pool-47-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:46.079Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-21T05:03:46.079Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env
2022-04-21T05:03:46.080Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:03:46.080Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:46.084Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:46.085Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517426079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-21T05:03:46.185Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:03:46.192Z||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-21T05:03:46.193Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:46.209Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:46.210Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:47.087Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar ASDC sendASDCNotification
2022-04-21T05:03:47.087Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar
2022-04-21T05:03:47.088Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:03:47.088Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:03:47.092Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:03:47.092Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517427087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:03:47.192Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:03:47.194Z||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-21T05:03:47.194Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:03:47.207Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:03:47.208Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:03:48.093Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 136de43e-a4aa-4317-9f06-493b1fac53b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:03:48.125Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 136de43e-a4aa-4317-9f06-493b1fac53b9
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-21T05:03:48.142Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:03:48.143Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-21T05:03:48.143Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-21T05:04:18.144Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 136de43e-a4aa-4317-9f06-493b1fac53b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:04:18.158Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 136de43e-a4aa-4317-9f06-493b1fac53b9
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-21T05:04:18.163Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:04:18.166Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-21T05:04:18.167Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-21T05:04:27.559Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:04:27.560Z||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-21T05:04:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:04:27.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:04:27.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:04:27.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517287927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:04:27.609Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:04:27.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:04:27.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517287382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:04:27.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:04:27.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:04:27.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "aai-ml",
  "timestamp": 1650517289578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:04:27.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:04:27.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:04:27.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "aai-ml",
  "timestamp": 1650517290583,
  "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-21T05:04:27.636Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 136de43e-a4aa-4317-9f06-493b1fac53b9
2022-04-21T05:04:27.637Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 136de43e-a4aa-4317-9f06-493b1fac53b9 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-21T05:04:27.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:04:27.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517291009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:04:27.677Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:04:27.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:04:27.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517292013,
  "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-21T05:04:27.694Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 136de43e-a4aa-4317-9f06-493b1fac53b9
2022-04-21T05:04:27.695Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 136de43e-a4aa-4317-9f06-493b1fac53b9 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-21T05:04:48.168Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 136de43e-a4aa-4317-9f06-493b1fac53b9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:04:48.218Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 136de43e-a4aa-4317-9f06-493b1fac53b9
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-21T05:04:48.238Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:04:48.238Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-21T05:04:48.239Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-21T05:04:48.239Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-21T05:04:48.239Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:04:48.239Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:04:48.239Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:04:48.240Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:04:48.240Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:04:48.240Z|136de43e-a4aa-4317-9f06-493b1fac53b9|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-21T05:04:48.255Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-21T05:05:18.256Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 136de43e-a4aa-4317-9f06-493b1fac53b9 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-21T05:05:18.282Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 136de43e-a4aa-4317-9f06-493b1fac53b9 and serviceModelVersionId: 8d6a75ce-e8a0-4359-9e53-9209fb1da857
2022-04-21T05:05:18.282Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 035250c7-f8f3-4c74-93f0-50e19537822d
2022-04-21T05:05:18.284Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/035250c7-f8f3-4c74-93f0-50e19537822d/model-vers/model-ver/8d6a75ce-e8a0-4359-9e53-9209fb1da857?depth=0
2022-04-21T05:05:18.294Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-21T05:05:18.423Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/035250c7-f8f3-4c74-93f0-50e19537822d/model-vers/model-ver/8d6a75ce-e8a0-4359-9e53-9209fb1da857?depth=0|INFO|500||Invoke
2022-04-21T05:05:18.424Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/035250c7-f8f3-4c74-93f0-50e19537822d/model-vers/model-ver/8d6a75ce-e8a0-4359-9e53-9209fb1da857?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/035250c7-f8f3-4c74-93f0-50e19537822d/model-vers/model-ver/8d6a75ce-e8a0-4359-9e53-9209fb1da857?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[136de43e-a4aa-4317-9f06-493b1fac53b9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d58c8c7-1036-480c-8e67-984685fb975f], X-ECOMP-RequestID=[136de43e-a4aa-4317-9f06-493b1fac53b9], X-TransactionId=[], X-ONAP-RequestID=[136de43e-a4aa-4317-9f06-493b1fac53b9], Content-Type=[application/merge-patch+json]}
2022-04-21T05:05:18.479Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/035250c7-f8f3-4c74-93f0-50e19537822d/model-vers/model-ver/8d6a75ce-e8a0-4359-9e53-9209fb1da857?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-21T05:05:18.812Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/035250c7-f8f3-4c74-93f0-50e19537822d/model-vers/model-ver/8d6a75ce-e8a0-4359-9e53-9209fb1da857?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/035250c7-f8f3-4c74-93f0-50e19537822d/model-vers/model-ver/8d6a75ce-e8a0-4359-9e53-9209fb1da857?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220421-05:05:18:589-27864], vertex-id=[168168], Content-Length=[0], Date=[Thu, 21 Apr 2022 05:05:18 GMT], Content-Type=[application/json]}
2022-04-21T05:05:18.815Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/035250c7-f8f3-4c74-93f0-50e19537822d/model-vers/model-ver/8d6a75ce-e8a0-4359-9e53-9209fb1da857?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-21T05:05:18.816Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/035250c7-f8f3-4c74-93f0-50e19537822d/model-vers/model-ver/8d6a75ce-e8a0-4359-9e53-9209fb1da857?depth=0|INFO|500||InvokeReturn
2022-04-21T05:05:18.816Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-21T05:05:18.817Z|136de43e-a4aa-4317-9f06-493b1fac53b9|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-21T05:05:18.837Z|136de43e-a4aa-4317-9f06-493b1fac53b9|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-21T05:05:18.838Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 136de43e-a4aa-4317-9f06-493b1fac53b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-21T05:05:18.838Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-21T05:05:18.840Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:05:18.844Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:05:18.844Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517518838,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:05:18.944Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:05:18.945Z||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-21T05:05:18.946Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:05:18.971Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:05:18.972Z||pool-50-thread-1|||||INFO|500||cambria reply ok (28 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-21T05:05:19.866Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:05:19.867Z||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-21T05:05:19.867Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:05:27.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:05:27.559Z||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-21T05:05:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:05:27.604Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:05:27.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:05:27.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ba90886-6ed6-41be-a247-e00680448cb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517400721,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:05:27.618Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:05:27.618Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:05:27.618Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517401779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:05:27.619Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:05:27.619Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:05:27.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517401779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:05:27.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:05:29.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:05:29.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:05:29.440Z||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-21T05:05:29.440Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:05:39.014Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:05:39.016Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:05:39.017Z||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-21T05:05:39.017Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:05:48.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:05:48.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:05:48.562Z||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-21T05:05:48.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:05:58.109Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:05:58.110Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:05:58.111Z||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-21T05:05:58.111Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:06:07.667Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:06:27.556Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:06:27.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:06:27.558Z||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-21T05:06:27.558Z||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-21T05:06:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:06:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:06:27.606Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:06:27.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:06:27.608Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517401779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:06:27.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:06:27.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:06:27.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517401779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:06:27.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:06:27.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:06:27.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517401779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-21T05:06:27.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:06:27.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:06:27.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517401779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:06:27.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:06:27.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:06:27.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517401779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:06:27.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:06:27.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:06:27.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517413643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:06:27.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:06:27.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:06:27.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517420016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:06:27.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:06:27.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:06:27.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517421115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:06:27.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:06:27.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:06:27.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517422249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:06:27.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:06:27.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:06:27.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517424066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/vfw6b70e9051b980_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:06:27.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:06:27.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:06:27.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517425072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-21T05:06:27.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:06:27.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:06:27.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517426079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/resourceInstances/vfw6b70e9051b980/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-21T05:06:27.615Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:06:27.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:06:27.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517427087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220421045836/1.0/artifacts/service-Vfw20220421045836-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:06:27.615Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:06:37.138Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:07:27.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:07:27.555Z||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-21T05:07:27.556Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:07:27.558Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:07:27.559Z|136de43e-a4aa-4317-9f06-493b1fac53b9|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-21T05:07:27.559Z|136de43e-a4aa-4317-9f06-493b1fac53b9|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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:07:28.123Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:07:28.124Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-21T05:07:28.124Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "136de43e-a4aa-4317-9f06-493b1fac53b9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517518838,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:07:28.126Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:07:37.142Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:08:27.552Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:08:27.553Z||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-21T05:08:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:08:27.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:08:27.558Z||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-21T05:08:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:08:37.135Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:08:37.138Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:09:27.552Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:09:27.554Z||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-21T05:09:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:09:27.558Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:09:27.559Z||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-21T05:09:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:09:37.147Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:09:37.147Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:10:27.552Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:10:27.553Z||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-21T05:10:27.553Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:10:27.557Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:10:27.559Z|136de43e-a4aa-4317-9f06-493b1fac53b9|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-21T05:10:27.559Z|136de43e-a4aa-4317-9f06-493b1fac53b9|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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:10:37.138Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:10:37.137Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:11:27.552Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:11:27.553Z||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-21T05:11:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:11:27.557Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:11:27.558Z||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-21T05:11:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:11:37.155Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:11:37.155Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:12:27.554Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:12:27.558Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:12:27.559Z||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-21T05:12:27.558Z||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-21T05:12:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:12:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:12:28.231Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:12:28.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3e92843-6c97-4306-ae2e-cff85fd05549","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5e9779b0-d767-47bd-9a4e-a404a94df7b0","serviceDescription":"service","serviceInvariantUUID":"61f9f6ba-83c9-451c-a810-d047fd245d16","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a6e32895-2bd8-425a-b4ed-a78a0b029fd7","resourceInvariantUUID":"6e38f07f-8b46-42c8-95c5-41baaa9262e8","resourceCustomizationUUID":"2c01d3ff-8013-472d-94aa-5f912b7b20e2","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":"OTZiMDIzMjcxYzA1YWRmMTExZTU1MWI4NGM4OWZjNmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75ac32bb-d8f0-4c09-9fb9-1a224cad995f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZjJmM2Y1YTgwYWI0ZGExMmI4OTdhYzZjYWY0MTVjZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3cb60cba-9994-4dab-a274-af08ec3f6fb7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-21T05:12:28.237Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:12:28.238Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:12:28.244Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:12:28.244Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517947554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:12:28.266Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:12:28.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "cds",
  "timestamp": 1650517913554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:12:28.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:12:28.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517915206,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:12:28.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:12:28.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.270Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "policy-id",
  "timestamp": 1650517914411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:12:28.270Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:12:28.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517922780,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:12:28.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:12:28.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "cds",
  "timestamp": 1650517913554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:12:28.271Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:12:28.271Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650517915206,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:12:28.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:12:28.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.272Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "policy-id",
  "timestamp": 1650517914411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:12:28.272Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:12:28.272Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650517922780,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:12:28.273Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:12:28.273Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.273Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "cds",
  "timestamp": 1650517925305,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:12:28.276Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:12:28.277Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.277Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "policy-id",
  "timestamp": 1650517926342,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:12:28.277Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:12:28.278Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.278Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "cds",
  "timestamp": 1650517926314,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:12:28.344Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:12:28.347Z||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-21T05:12:28.347Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:12:28.358Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3e92843-6c97-4306-ae2e-cff85fd05549
2022-04-21T05:12:28.358Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3e92843-6c97-4306-ae2e-cff85fd05549 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=?
2022-04-21T05:12:28.369Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-21T05:12:28.370Z||pool-51-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":3,"count":1}
2022-04-21T05:12:28.382Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.382Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "policy-id",
  "timestamp": 1650517927351,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:12:28.383Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:12:28.383Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.383Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "dcae-sch",
  "timestamp": 1650517927564,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:12:28.383Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:12:28.384Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.384Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "policy-id",
  "timestamp": 1650517928362,
  "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-21T05:12:28.407Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3e92843-6c97-4306-ae2e-cff85fd05549
2022-04-21T05:12:28.408Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3e92843-6c97-4306-ae2e-cff85fd05549 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-21T05:12:28.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "dcae-sch",
  "timestamp": 1650517927564,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:12:28.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:12:28.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "aai-ml",
  "timestamp": 1650517928752,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:12:28.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:12:28.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "aai-ml",
  "timestamp": 1650517928752,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:12:28.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:12:28.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "aai-ml",
  "timestamp": 1650517931702,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:12:28.449Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:12:28.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "aai-ml",
  "timestamp": 1650517937254,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:12:28.450Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:12:28.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "aai-ml",
  "timestamp": 1650517938259,
  "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-21T05:12:28.466Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3e92843-6c97-4306-ae2e-cff85fd05549
2022-04-21T05:12:28.466Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3e92843-6c97-4306-ae2e-cff85fd05549 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-21T05:12:28.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517939345,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:12:28.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:12:28.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517939345,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:12:28.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:12:28.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517942585,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:12:28.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:12:28.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517944327,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:12:28.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:12:28.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:12:28.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650517945332,
  "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-21T05:12:28.512Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3e92843-6c97-4306-ae2e-cff85fd05549
2022-04-21T05:12:28.513Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3e92843-6c97-4306-ae2e-cff85fd05549 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-21T05:12:29.245Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:12:29.246Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:12:29.250Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:12:29.250Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517947554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:12:29.350Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:12:29.351Z||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-21T05:12:29.352Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:12:29.366Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:12:29.367Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:12:30.253Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "5e9779b0-d767-47bd-9a4e-a404a94df7b0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "61f9f6ba-83c9-451c-a810-d047fd245d16",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "2c01d3ff-8013-472d-94aa-5f912b7b20e2",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "a6e32895-2bd8-425a-b4ed-a78a0b029fd7",
      "resourceInvariantUUID": "6e38f07f-8b46-42c8-95c5-41baaa9262e8",
      "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": "ZjJmM2Y1YTgwYWI0ZGExMmI4OTdhYzZjYWY0MTVjZTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3cb60cba-9994-4dab-a274-af08ec3f6fb7"
    }
  ],
  "workloadContext": "Production"
}
2022-04-21T05:12:30.254Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-21T05:12:30.254Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5e9779b0-d767-47bd-9a4e-a404a94df7b0 ASDC
2022-04-21T05:12:30.255Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f3e92843-6c97-4306-ae2e-cff85fd05549
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:5e9779b0-d767-47bd-9a4e-a404a94df7b0
ServiceInvariantUUID:61f9f6ba-83c9-451c-a810-d047fd245d16
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:3cb60cba-9994-4dab-a274-af08ec3f6fb7
ArtifactChecksum:ZjJmM2Y1YTgwYWI0ZGExMmI4OTdhYzZjYWY0MTVjZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:2c01d3ff-8013-472d-94aa-5f912b7b20e2
ResourceInvariantUUID:6e38f07f-8b46-42c8-95c5-41baaa9262e8
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a6e32895-2bd8-425a-b4ed-a78a0b029fd7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-21T05:12:30.255Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5e9779b0-d767-47bd-9a4e-a404a94df7b0 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-21T05:12:30.347Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:12:30.349Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-21T05:12:30.349Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-21T05:12:30.350Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3cb60cba-9994-4dab-a274-af08ec3f6fb7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-21T05:12:30.350Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-21T05:12:30.351Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-21T05:12:30.629Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-21T05:12:30.633Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3cb60cba-9994-4dab-a274-af08ec3f6fb7 52489
2022-04-21T05:12:30.634Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||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-21T05:12:30.634Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||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-21T05:12:30.634Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:12:30.635Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:12:30.639Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:12:30.640Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517950634,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:12:30.741Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T05:12:30.743Z||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-21T05:12:30.743Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:12:30.758Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:12:30.759Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:12:31.642Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:12:31.643Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-21T05:12:31.643Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3cb60cba-9994-4dab-a274-af08ec3f6fb7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-21T05:12:31.644Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-21T05:12:31.645Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-21T05:12:31.645Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-21T05:12:31.871Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5977739350510273643/Definitions/service-BasicNetwork-template.yml
2022-04-21T05:12:33.128Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-21T05:12:33.130Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-21T05:12:33.130Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-21T05:12:33.130Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-21T05:12:33.130Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||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-21T05:12:33.131Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||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-21T05:12:33.131Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||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-21T05:12:33.131Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||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-21T05:12:33.132Z|f3e92843-6c97-4306-ae2e-cff85fd05549|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-BasicNetwork-csar.csar
2022-04-21T05:12:33.132Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||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-21T05:12:33.132Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||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-21T05:12:33.132Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||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-21T05:12:33.132Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-21T05:12:33.133Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:12:33.133Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:12:33.134Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-21T05:12:33.134Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-21T05:12:33.134Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:12:33.135Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:12:33.135Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:12:33.135Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-21T05:12:33.136Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-21T05:12:33.136Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:12:33.136Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:12:33.136Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:12:33.137Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:12:33.137Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:12:33.138Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:12:33.138Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:12:33.139Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:12:33.139Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:12:33.140Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:12:33.140Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:12:33.140Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:5e9779b0-d767-47bd-9a4e-a404a94df7b0
Model Version:NULL
Model InvariantUuid:61f9f6ba-83c9-451c-a810-d047fd245d16
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:6e38f07f-8b46-42c8-95c5-41baaa9262e8
Model UUID:55fb3b82-90e8-44e9-ae0d-069e2e54c692
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:2c01d3ff-8013-472d-94aa-5f912b7b20e2
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-21T05:12:33.177Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: a6e32895-2bd8-425a-b4ed-a78a0b029fd7
2022-04-21T05:12:33.177Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||No resources found for Service: 5e9779b0-d767-47bd-9a4e-a404a94df7b0
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-21T05:12:33.197Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||
2022-04-21T05:12:33.197Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-21T05:12:33.199Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 5e9779b0-d767-47bd-9a4e-a404a94df7b0
2022-04-21T05:12:33.199Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 5e9779b0-d767-47bd-9a4e-a404a94df7b0
2022-04-21T05:12:33.199Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-21T05:12:33.199Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||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-21T05:12:33.218Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2336d725, org.onap.sdc.toscaparser.api.parameters.Input@256980eb, org.onap.sdc.toscaparser.api.parameters.Input@35cd539b, org.onap.sdc.toscaparser.api.parameters.Input@4de17b97, org.onap.sdc.toscaparser.api.parameters.Input@58fb02f1]
2022-04-21T05:12:33.222Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:12:33.222Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:12:33.223Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:12:33.223Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:12:33.223Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 5e9779b0-d767-47bd-9a4e-a404a94df7b0: Generic NeutronNet
2022-04-21T05:12:33.223Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:12:33.223Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:12:33.224Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:12:33.224Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||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-21T05:12:33.373Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:12:33.373Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:12:33.374Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:12:33.374Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:12:33.374Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:12:33.374Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:12:33.375Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||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-21T05:12:33.574Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-21T05:12:33.575Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||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-21T05:12:33.575Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||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-21T05:12:33.576Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:12:33.576Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:12:33.579Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:12:33.580Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517953575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:12:33.680Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:12:33.681Z||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-21T05:12:33.681Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:12:33.694Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:12:33.695Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:12:34.582Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3e92843-6c97-4306-ae2e-cff85fd05549
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:12:34.669Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3e92843-6c97-4306-ae2e-cff85fd05549
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-21T05:12:34.678Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:12:34.679Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-21T05:12:34.679Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-21T05:12:34.679Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-21T05:12:34.679Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:12:34.680Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:12:34.680Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:12:34.680Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:12:34.680Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:12:34.681Z|f3e92843-6c97-4306-ae2e-cff85fd05549|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-21T05:12:34.708Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-21T05:13:04.731Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3e92843-6c97-4306-ae2e-cff85fd05549 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-21T05:13:04.755Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3e92843-6c97-4306-ae2e-cff85fd05549 and serviceModelVersionId: 5e9779b0-d767-47bd-9a4e-a404a94df7b0
2022-04-21T05:13:04.756Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 61f9f6ba-83c9-451c-a810-d047fd245d16
2022-04-21T05:13:04.759Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/61f9f6ba-83c9-451c-a810-d047fd245d16/model-vers/model-ver/5e9779b0-d767-47bd-9a4e-a404a94df7b0?depth=0
2022-04-21T05:13:04.773Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-21T05:13:04.902Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61f9f6ba-83c9-451c-a810-d047fd245d16/model-vers/model-ver/5e9779b0-d767-47bd-9a4e-a404a94df7b0?depth=0|INFO|500||Invoke
2022-04-21T05:13:04.903Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61f9f6ba-83c9-451c-a810-d047fd245d16/model-vers/model-ver/5e9779b0-d767-47bd-9a4e-a404a94df7b0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61f9f6ba-83c9-451c-a810-d047fd245d16/model-vers/model-ver/5e9779b0-d767-47bd-9a4e-a404a94df7b0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f3e92843-6c97-4306-ae2e-cff85fd05549], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bf9de23f-ce79-428f-8a69-ec85d8981a39], X-ECOMP-RequestID=[f3e92843-6c97-4306-ae2e-cff85fd05549], X-TransactionId=[], X-ONAP-RequestID=[f3e92843-6c97-4306-ae2e-cff85fd05549], Content-Type=[application/merge-patch+json]}
2022-04-21T05:13:04.990Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61f9f6ba-83c9-451c-a810-d047fd245d16/model-vers/model-ver/5e9779b0-d767-47bd-9a4e-a404a94df7b0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-21T05:13:05.533Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61f9f6ba-83c9-451c-a810-d047fd245d16/model-vers/model-ver/5e9779b0-d767-47bd-9a4e-a404a94df7b0?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/61f9f6ba-83c9-451c-a810-d047fd245d16/model-vers/model-ver/5e9779b0-d767-47bd-9a4e-a404a94df7b0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220421-05:13:05:100-13010], vertex-id=[401424], Content-Length=[0], Date=[Thu, 21 Apr 2022 05:13:05 GMT], Content-Type=[application/json]}
2022-04-21T05:13:05.534Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61f9f6ba-83c9-451c-a810-d047fd245d16/model-vers/model-ver/5e9779b0-d767-47bd-9a4e-a404a94df7b0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-21T05:13:05.534Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61f9f6ba-83c9-451c-a810-d047fd245d16/model-vers/model-ver/5e9779b0-d767-47bd-9a4e-a404a94df7b0?depth=0|INFO|500||InvokeReturn
2022-04-21T05:13:05.535Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-21T05:13:05.535Z|f3e92843-6c97-4306-ae2e-cff85fd05549|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-21T05:13:05.560Z|f3e92843-6c97-4306-ae2e-cff85fd05549|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-21T05:13:05.560Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3e92843-6c97-4306-ae2e-cff85fd05549 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-21T05:13:05.561Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-21T05:13:05.561Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:13:05.569Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:13:05.570Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517985560,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:13:05.665Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-21T05:13:05.667Z||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-21T05:13:05.667Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:13:05.730Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:13:05.731Z||pool-55-thread-1|||||INFO|500||cambria reply ok (65 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-21T05:13:27.554Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:13:27.555Z|f3e92843-6c97-4306-ae2e-cff85fd05549|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-21T05:13:27.555Z|f3e92843-6c97-4306-ae2e-cff85fd05549|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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:13:27.568Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:13:27.570Z||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-21T05:13:27.570Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:13:27.726Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:13:27.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:13:27.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517947554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:13:27.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:13:37.154Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:14:27.552Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:14:27.553Z|f3e92843-6c97-4306-ae2e-cff85fd05549|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-21T05:14:27.554Z|f3e92843-6c97-4306-ae2e-cff85fd05549|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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:14:27.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:14:27.558Z||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-21T05:14:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:14:27.592Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:14:27.592Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:14:27.592Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517947554,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:14:27.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:14:27.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:14:27.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517950634,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:14:27.594Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:14:27.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:14:27.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517953575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:14:27.595Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:14:27.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-21T05:14:27.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f3e92843-6c97-4306-ae2e-cff85fd05549",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650517985560,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:14:27.595Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:14:28.188Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:14:28.189Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-21T05:14:28.189Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b4168ba-9172-4ffc-b0fa-d31edfd293b4","serviceName":"Demo_pNF_WDZLsgZXnWcZTo5bj4kn","serviceVersion":"1.0","serviceUUID":"d306db64-d30f-4f09-93c8-9cf5910f2aea","serviceDescription":"catalog service description","serviceInvariantUUID":"1e1a5dec-a56d-4c07-8ebe-326be760a908","resources":[{"resourceInstanceName":"pNF 76edc92f-3f66 0","resourceName":"pNF 76edc92f-3f66","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9a71b096-4943-4f46-adf7-5ac1cfc95de7","resourceInvariantUUID":"81f47b34-6d51-4f65-b0da-057476bde24d","resourceCustomizationUUID":"6aadad1e-215b-4cfb-a148-d924d0384e0f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vf-license-model.xml","artifactChecksum":"NWY2MWM2YWJkYzdlYmM2M2ZiNDUwN2MxZDVmMGM1NWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f52f4add-6473-4e82-831e-2bbd30dc2e24","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/pNF.csar","artifactChecksum":"YTkxNTU1MjA0ZDc5NmY4MjI5ZDcyYzM3OTE4M2U4NWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"06d23250-9644-441c-9e65-c2e20c37c9ed","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4fc2ed59-3dad-4815-a289-aefe85eb78a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vendor-license-model.xml","artifactChecksum":"MGY3YzRiNzJmZjYzZjYwYTcyNWIwYWExODAyZjZhYjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"009bdc09-4af7-4d9e-a2da-bcce067356fd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6481e407-a8cc-4440-9c41-bbfc28f1820b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5f57898e-fdf0-4375-82e0-9f90db93dac3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWdzlsgzxnwczto5bj4kn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-template.yml","artifactChecksum":"ZmYxZWM3Njg3YWVmZTEzZTQyMWE3Mjc1NTNkZTAxNDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ac05a262-34e5-4dde-9e5d-5aa362edeecb","artifactVersion":"1"},{"artifactName":"service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar","artifactChecksum":"ZDE3ZTIxNjZmN2Y4OTA0Mjc0ZTk5N2VlNThkNTJlN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c37c8f4-d7fd-409e-8abe-e13452e6a29f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-21T05:14:28.195Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:14:28.196Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:14:28.201Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:14:28.202Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518067552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:14:28.301Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:14:28.303Z||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-21T05:14:28.303Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:14:28.335Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:14:28.336Z||pool-56-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:14:29.203Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:14:29.204Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:14:29.210Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:14:29.210Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518067552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:14:29.309Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:14:29.311Z||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-21T05:14:29.311Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:14:29.328Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:14:29.328Z||pool-57-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:14:30.211Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:14:30.212Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:14:30.216Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:14:30.216Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518067552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:14:30.316Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:14:30.318Z||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-21T05:14:30.318Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:14:30.349Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:14:30.350Z||pool-58-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:14:31.217Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:14:31.218Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:14:31.222Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:14:31.223Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518067552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:14:31.323Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:14:31.324Z||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-21T05:14:31.324Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:14:31.347Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:14:31.347Z||pool-59-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:14:32.223Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:14:32.225Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:14:32.227Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:14:32.227Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518067552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:14:32.328Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T05:14:32.331Z||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-21T05:14:32.331Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:14:32.360Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:14:32.361Z||pool-60-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:14:33.228Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:14:33.229Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:14:33.233Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:14:33.233Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518067552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:14:33.333Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:14:33.335Z||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-21T05:14:33.335Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:14:33.354Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:14:33.355Z||pool-61-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:14:34.234Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:14:34.235Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:14:34.239Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:14:34.239Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518067552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:14:34.339Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:14:34.343Z||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-21T05:14:34.344Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:14:34.376Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:14:34.378Z||pool-62-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:14:35.240Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:14:35.241Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:14:35.244Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:14:35.245Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518067552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:14:35.345Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:14:35.347Z||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-21T05:14:35.348Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:14:35.364Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:14:35.365Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:14:36.246Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "serviceName": "Demo_pNF_WDZLsgZXnWcZTo5bj4kn",
  "serviceVersion": "1.0",
  "serviceUUID": "d306db64-d30f-4f09-93c8-9cf5910f2aea",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1e1a5dec-a56d-4c07-8ebe-326be760a908",
  "resources": [
    {
      "resourceInstanceName": "pNF 76edc92f-3f66 0",
      "resourceCustomizationUUID": "6aadad1e-215b-4cfb-a148-d924d0384e0f",
      "resourceName": "pNF 76edc92f-3f66",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9a71b096-4943-4f46-adf7-5ac1cfc95de7",
      "resourceInvariantUUID": "81f47b34-6d51-4f65-b0da-057476bde24d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
      "artifactChecksum": "ZDE3ZTIxNjZmN2Y4OTA0Mjc0ZTk5N2VlNThkNTJlN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6c37c8f4-d7fd-409e-8abe-e13452e6a29f"
    }
  ],
  "workloadContext": "Production"
}
2022-04-21T05:14:36.247Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-21T05:14:36.247Z|f3e92843-6c97-4306-ae2e-cff85fd05549|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d306db64-d30f-4f09-93c8-9cf5910f2aea ASDC
2022-04-21T05:14:36.247Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3b4168ba-9172-4ffc-b0fa-d31edfd293b4
ServiceName:Demo_pNF_WDZLsgZXnWcZTo5bj4kn
ServiceVersion:1.0
ServiceUUID:d306db64-d30f-4f09-93c8-9cf5910f2aea
ServiceInvariantUUID:1e1a5dec-a56d-4c07-8ebe-326be760a908
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
ArtifactUUID:6c37c8f4-d7fd-409e-8abe-e13452e6a29f
ArtifactChecksum:ZDE3ZTIxNjZmN2Y4OTA0Mjc0ZTk5N2VlNThkNTJlN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 76edc92f-3f66 0
ResourceCustomizationUUID:6aadad1e-215b-4cfb-a148-d924d0384e0f
ResourceInvariantUUID:81f47b34-6d51-4f65-b0da-057476bde24d
ResourceName:pNF 76edc92f-3f66
ResourceType:PNF
ResourceUUID:9a71b096-4943-4f46-adf7-5ac1cfc95de7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-21T05:14:36.248Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d306db64-d30f-4f09-93c8-9cf5910f2aea 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-21T05:14:36.289Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:14:36.291Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-21T05:14:36.291Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-21T05:14:36.291Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6c37c8f4-d7fd-409e-8abe-e13452e6a29f from URL: /sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
2022-04-21T05:14:36.292Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-21T05:14:36.292Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
2022-04-21T05:14:36.632Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-21T05:14:36.638Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar 6c37c8f4-d7fd-409e-8abe-e13452e6a29f 82622
2022-04-21T05:14:36.638Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar ASDC sendASDCNotification
2022-04-21T05:14:36.639Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
2022-04-21T05:14:36.639Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:14:36.639Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:14:36.642Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:14:36.643Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518076638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:14:36.745Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-21T05:14:36.746Z||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-21T05:14:36.746Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:14:36.760Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:14:36.761Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:14:37.644Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:14:37.647Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-21T05:14:37.648Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 6c37c8f4-d7fd-409e-8abe-e13452e6a29f, URL: /sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar to file: /app/ASDC/1/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
2022-04-21T05:14:37.648Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
2022-04-21T05:14:37.649Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
2022-04-21T05:14:37.650Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
2022-04-21T05:14:37.997Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11879711877174026841/Definitions/service-DemoPnfWdzlsgzxnwczto5bj4kn-template.yml
2022-04-21T05:14:39.661Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-21T05:14:39.662Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-21T05:14:39.662Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
2022-04-21T05:14:39.663Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-21T05:14:39.663Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 76edc92f-3f66 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-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
2022-04-21T05:14:39.663Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||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-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
2022-04-21T05:14:39.664Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
2022-04-21T05:14:39.664Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||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-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
2022-04-21T05:14:39.664Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|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-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
2022-04-21T05:14:39.665Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|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-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
2022-04-21T05:14:39.665Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|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-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
2022-04-21T05:14:39.666Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-21T05:14:39.666Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:14:39.666Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WDZLsgZXnWcZTo5bj4kn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:14:39.667Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Node template pNF 76edc92f-3f66 0 is matching search criteria
2022-04-21T05:14:39.668Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-21T05:14:39.668Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 76edc92f-3f66 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:14:39.669Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:14:39.669Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WDZLsgZXnWcZTo5bj4kn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:14:39.670Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Node template pNF 76edc92f-3f66 0 is matching search criteria
2022-04-21T05:14:39.670Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-21T05:14:39.671Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 76edc92f-3f66 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:14:39.671Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:14:39.671Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WDZLsgZXnWcZTo5bj4kn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:14:39.672Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:14:39.672Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WDZLsgZXnWcZTo5bj4kn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:14:39.673Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:14:39.673Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WDZLsgZXnWcZTo5bj4kn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:14:39.674Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:14:39.674Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WDZLsgZXnWcZTo5bj4kn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:14:39.675Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:14:39.675Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WDZLsgZXnWcZTo5bj4kn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:14:39.676Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_WDZLsgZXnWcZTo5bj4kn
Description:catalog service description
Model UUID:d306db64-d30f-4f09-93c8-9cf5910f2aea
Model Version:NULL
Model InvariantUuid:1e1a5dec-a56d-4c07-8ebe-326be760a908
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-21T05:14:39.686Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9a71b096-4943-4f46-adf7-5ac1cfc95de7
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-21T05:14:39.695Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||pNF 76edc92f-3f66 0
2022-04-21T05:14:39.695Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9a71b096-4943-4f46-adf7-5ac1cfc95de7
2022-04-21T05:14:39.696Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||No resources found for Service: d306db64-d30f-4f09-93c8-9cf5910f2aea
2022-04-21T05:14:39.696Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d306db64-d30f-4f09-93c8-9cf5910f2aea
2022-04-21T05:14:39.697Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 76edc92f-3f66 0 9a71b096-4943-4f46-adf7-5ac1cfc95de7 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-21T05:14:39.705Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e6108cc, org.onap.sdc.toscaparser.api.parameters.Input@59ea948e, org.onap.sdc.toscaparser.api.parameters.Input@5bdf0b23, org.onap.sdc.toscaparser.api.parameters.Input@1bd7fe11, org.onap.sdc.toscaparser.api.parameters.Input@4d26a2cf]
2022-04-21T05:14:39.706Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:14:39.707Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WDZLsgZXnWcZTo5bj4kn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:14:39.707Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d306db64-d30f-4f09-93c8-9cf5910f2aea: pNF 76edc92f-3f66
2022-04-21T05:14:39.708Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||Processing PNF resource: 9a71b096-4943-4f46-adf7-5ac1cfc95de7
2022-04-21T05:14:39.708Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:14:39.709Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WDZLsgZXnWcZTo5bj4kn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:14:39.710Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||Resource customization UUID: 6aadad1e-215b-4cfb-a148-d924d0384e0f is the same as notified resource customizationUUID: 6aadad1e-215b-4cfb-a148-d924d0384e0f
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-21T05:14:39.806Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 76edc92f-3f66 9a71b096-4943-4f46-adf7-5ac1cfc95de7 0 ASDC deployResourceStructure
2022-04-21T05:14:39.807Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar ASDC sendASDCNotification
2022-04-21T05:14:39.807Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar
2022-04-21T05:14:39.808Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:14:39.809Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:14:39.812Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:14:39.813Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518079807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:14:39.914Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T05:14:39.915Z||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-21T05:14:39.915Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:14:39.948Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:14:39.948Z||pool-65-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:14:40.815Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:14:40.829Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
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-21T05:14:40.843Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:14:40.844Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-21T05:14:40.844Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-21T05:15:10.845Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:15:10.861Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
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-21T05:15:10.870Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:15:10.871Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-21T05:15:10.871Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-21T05:15:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:15:27.559Z||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-21T05:15:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:15:27.620Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:15:27.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "cds",
  "timestamp": 1650518033554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.625Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.626Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518035205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.627Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.627Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "policy-id",
  "timestamp": 1650518034411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.627Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "cds",
  "timestamp": 1650518033554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.628Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518035205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "policy-id",
  "timestamp": 1650518034411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518042780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "cds",
  "timestamp": 1650518033554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518035205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "policy-id",
  "timestamp": 1650518034411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518042780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "cds",
  "timestamp": 1650518033554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.635Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518035205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "policy-id",
  "timestamp": 1650518034411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.636Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518042780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "cds",
  "timestamp": 1650518033554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "policy-id",
  "timestamp": 1650518034411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518035205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518042780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.640Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "cds",
  "timestamp": 1650518033554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "policy-id",
  "timestamp": 1650518034411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518035205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518042780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "dcae-sch",
  "timestamp": 1650518047564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "cds",
  "timestamp": 1650518033554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "policy-id",
  "timestamp": 1650518034411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518035205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518042780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:15:27.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "dcae-sch",
  "timestamp": 1650518047564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.649Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "cds",
  "timestamp": 1650518033554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:15:27.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "policy-id",
  "timestamp": 1650518034411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:15:27.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518035205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:15:27.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518042780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "aai-ml",
  "timestamp": 1650518048752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "dcae-sch",
  "timestamp": 1650518047564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "cds",
  "timestamp": 1650518049820,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:15:27.656Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:15:27.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "policy-id",
  "timestamp": 1650518050835,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:15:27.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:15:27.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518042780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "aai-ml",
  "timestamp": 1650518048752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "dcae-sch",
  "timestamp": 1650518047564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "cds",
  "timestamp": 1650518050827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-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-21T05:15:27.728Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
2022-04-21T05:15:27.728Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b4168ba-9172-4ffc-b0fa-d31edfd293b4 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-21T05:15:27.866Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "policy-id",
  "timestamp": 1650518051842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:15:27.867Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:15:27.867Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.867Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "aai-ml",
  "timestamp": 1650518048752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "dcae-sch",
  "timestamp": 1650518047564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.868Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.868Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.868Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518052164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:15:27.869Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:15:27.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "policy-id",
  "timestamp": 1650518052847,
  "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-21T05:15:27.906Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
2022-04-21T05:15:27.906Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b4168ba-9172-4ffc-b0fa-d31edfd293b4 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-21T05:15:27.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "aai-ml",
  "timestamp": 1650518048752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "dcae-sch",
  "timestamp": 1650518047564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518053556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-21T05:15:27.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:15:27.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "aai-ml",
  "timestamp": 1650518048752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "dcae-sch",
  "timestamp": 1650518047564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:27.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:27.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:27.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518054572,
  "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-21T05:15:28.069Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
2022-04-21T05:15:28.069Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b4168ba-9172-4ffc-b0fa-d31edfd293b4 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-21T05:15:28.151Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:28.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "aai-ml",
  "timestamp": 1650518048752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:28.152Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:28.152Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:28.152Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "dcae-sch",
  "timestamp": 1650518047564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:28.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:28.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:28.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "aai-ml",
  "timestamp": 1650518048752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:28.153Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:28.153Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:28.153Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "aai-ml",
  "timestamp": 1650518048752,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:15:28.155Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:28.155Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:28.155Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "aai-ml",
  "timestamp": 1650518057753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:15:28.156Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:15:28.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:28.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518059344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:28.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:28.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:28.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518059344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:28.156Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:28.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:28.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518059344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:28.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:28.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:28.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518059344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:28.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:28.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:28.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518059344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:28.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:28.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:28.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518059344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:28.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:28.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:28.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "aai-ml",
  "timestamp": 1650518064941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:15:28.158Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:15:28.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:28.159Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518059344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:15:28.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:15:28.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:15:28.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "aai-ml",
  "timestamp": 1650518065945,
  "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-21T05:15:28.235Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
2022-04-21T05:15:28.235Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b4168ba-9172-4ffc-b0fa-d31edfd293b4 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-21T05:15:40.871Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:15:40.888Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
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-21T05:15:40.893Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:15:40.894Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-21T05:15:40.894Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-21T05:15:40.894Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-21T05:16:10.896Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:16:10.931Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
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-21T05:16:10.953Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:16:10.953Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-21T05:16:10.954Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-21T05:16:10.954Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-21T05:16:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:16:27.559Z||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-21T05:16:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:16:27.609Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:16:27.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:16:27.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518059344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:16:27.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:16:40.958Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:16:41.001Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
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-21T05:16:41.015Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:16:41.015Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-21T05:16:41.015Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-21T05:16:41.015Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-21T05:17:11.018Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
2022-04-21T05:17:11.022Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@3ba19e8a ((conn=3264) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:17:11.043Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
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-21T05:17:11.049Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:17:11.049Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-21T05:17:11.049Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-21T05:17:11.049Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-21T05:17:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:17:27.559Z||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-21T05:17:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:17:27.636Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:17:27.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518067552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518068180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:17:27.668Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:27.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518067552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518067552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518070229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:17:27.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:27.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518067552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518071235,
  "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-21T05:17:27.702Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
2022-04-21T05:17:27.703Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b4168ba-9172-4ffc-b0fa-d31edfd293b4 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-21T05:17:27.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518067552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518067552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/resourceInstances/pnf76edc92f3f660/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518067552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518067552,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:17:27.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518076638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:17:27.722Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:27.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518079807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWdzlsgzxnwczto5bj4kn/1.0/artifacts/service-DemoPnfWdzlsgzxnwczto5bj4kn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:17:27.724Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:27.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "dcae-sch",
  "timestamp": 1650518087564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518089344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518082780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "dcae-sch",
  "timestamp": 1650518087564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518089344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518082780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "dcae-sch",
  "timestamp": 1650518087564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518089344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518082780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "dcae-sch",
  "timestamp": 1650518087564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518082780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518089344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "dcae-sch",
  "timestamp": 1650518087564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518082780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518089344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "cds",
  "timestamp": 1650518093554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "policy-id",
  "timestamp": 1650518094414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518095205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "dcae-sch",
  "timestamp": 1650518087564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518089344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518082780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "policy-id",
  "timestamp": 1650518094414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.743Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "cds",
  "timestamp": 1650518093554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.744Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518095205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-21T05:17:27.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "dcae-sch",
  "timestamp": 1650518087564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518089344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518082780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "cds",
  "timestamp": 1650518093554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "policy-id",
  "timestamp": 1650518094414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.753Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518095205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-21T05:17:27.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "dcae-sch",
  "timestamp": 1650518087564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518089344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518082780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "policy-id",
  "timestamp": 1650518094414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "cds",
  "timestamp": 1650518093554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518095205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:17:27.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "dcae-sch",
  "timestamp": 1650518087564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518089344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:17:27.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518082780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.765Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "cds",
  "timestamp": 1650518093554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "policy-id",
  "timestamp": 1650518094414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:17:27.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518095205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:17:27.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "cds",
  "timestamp": 1650518093554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "policy-id",
  "timestamp": 1650518094414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518099982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:17:27.770Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:27.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518095205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "cds",
  "timestamp": 1650518093554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.772Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "policy-id",
  "timestamp": 1650518094414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.773Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518095205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-21T05:17:27.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "policy-id",
  "timestamp": 1650518094414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "cds",
  "timestamp": 1650518093554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518095205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "cds",
  "timestamp": 1650518093554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:17:27.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "policy-id",
  "timestamp": 1650518094414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:17:27.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518102497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:17:27.780Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:27.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518102780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518095205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:17:27.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518103501,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:17:27.805Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8c16723d-a1a6-4e67-be25-d9964c44479b
2022-04-21T05:17:27.806Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c16723d-a1a6-4e67-be25-d9964c44479b 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-21T05:17:27.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "policy-id",
  "timestamp": 1650518104543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:17:27.824Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:27.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "cds",
  "timestamp": 1650518103687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:17:27.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:27.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518102780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.825Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "cds",
  "timestamp": 1650518104693,
  "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-21T05:17:27.834Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8c16723d-a1a6-4e67-be25-d9964c44479b
2022-04-21T05:17:27.834Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c16723d-a1a6-4e67-be25-d9964c44479b 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-21T05:17:27.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518105623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:17:27.847Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:27.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "policy-id",
  "timestamp": 1650518105551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:17:27.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:27.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518102780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "policy-id",
  "timestamp": 1650518106557,
  "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-21T05:17:27.860Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c16723d-a1a6-4e67-be25-d9964c44479b
2022-04-21T05:17:27.861Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c16723d-a1a6-4e67-be25-d9964c44479b 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-21T05:17:27.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518102780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518107020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:17:27.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:27.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518102780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518108234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:17:27.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:27.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "dcae-sch",
  "timestamp": 1650518107564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:17:27.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518102780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "dcae-sch",
  "timestamp": 1650518107564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518109430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:17:27.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:27.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518102780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "cds",
  "timestamp": 1650518108554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "aai-ml",
  "timestamp": 1650518108752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "dcae-sch",
  "timestamp": 1650518107564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518110515,
  "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-21T05:17:27.908Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8c16723d-a1a6-4e67-be25-d9964c44479b
2022-04-21T05:17:27.909Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c16723d-a1a6-4e67-be25-d9964c44479b 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-21T05:17:27.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518102780,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "cds",
  "timestamp": 1650518108554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "aai-ml",
  "timestamp": 1650518108752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "dcae-sch",
  "timestamp": 1650518107564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518111521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:17:27.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:27.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "cds",
  "timestamp": 1650518108554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "aai-ml",
  "timestamp": 1650518108752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "dcae-sch",
  "timestamp": 1650518107564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.929Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "cds",
  "timestamp": 1650518108554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "aai-ml",
  "timestamp": 1650518108752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "dcae-sch",
  "timestamp": 1650518107564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "cds",
  "timestamp": 1650518108554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.932Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.933Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "aai-ml",
  "timestamp": 1650518108752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.933Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "dcae-sch",
  "timestamp": 1650518107564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "policy-id",
  "timestamp": 1650518114410,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "cds",
  "timestamp": 1650518108554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "aai-ml",
  "timestamp": 1650518108752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "dcae-sch",
  "timestamp": 1650518107564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.938Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.940Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518115208,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.940Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.940Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "policy-id",
  "timestamp": 1650518114410,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "cds",
  "timestamp": 1650518108554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "aai-ml",
  "timestamp": 1650518108752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518115208,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "policy-id",
  "timestamp": 1650518114410,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "cds",
  "timestamp": 1650518108554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:17:27.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "aai-ml",
  "timestamp": 1650518108752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "dcae-sch",
  "timestamp": 1650518117508,
  "artifactURL": "/sdc/v1/catalog/services/c71d7a2d-f845-4526-9444-0af4095fd8c2/resourceInstances/basicclamp0/artifacts/a039d650-89a4-49f0-9e20-8b5bc148158b",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:17:27.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:27.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518115208,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:17:27.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "policy-id",
  "timestamp": 1650518114410,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:17:27.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "aai-ml",
  "timestamp": 1650518108752,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:17:27.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "cds",
  "timestamp": 1650518117457,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:17:27.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:27.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518115208,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:17:27.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "dcae-sch",
  "timestamp": 1650518118862,
  "artifactURL": "/sdc/v1/catalog/services/c71d7a2d-f845-4526-9444-0af4095fd8c2/resourceInstances/basicclamp0/artifacts/a039d650-89a4-49f0-9e20-8b5bc148158b",
  "status": "DEPLOY_OK"
}
2022-04-21T05:17:27.955Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:27.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "policy-id",
  "timestamp": 1650518114410,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:27.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:27.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:27.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "cds",
  "timestamp": 1650518118465,
  "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-21T05:17:27.997Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 85f3b071-abd4-4829-b72f-e84cb9fe74e2
2022-04-21T05:17:27.998Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85f3b071-abd4-4829-b72f-e84cb9fe74e2 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-21T05:17:28.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "aai-ml",
  "timestamp": 1650518118749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:17:28.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:28.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518115208,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.037Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.037Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "dcae-sch",
  "timestamp": 1650518119867,
  "artifactURL": "/sdc/v1/catalog/services/c71d7a2d-f845-4526-9444-0af4095fd8c2/resourceInstances/basicclamp0/artifacts/a039d650-89a4-49f0-9e20-8b5bc148158b",
  "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-21T05:17:28.048Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 85f3b071-abd4-4829-b72f-e84cb9fe74e2
2022-04-21T05:17:28.049Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85f3b071-abd4-4829-b72f-e84cb9fe74e2 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-21T05:17:28.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "policy-id",
  "timestamp": 1650518114410,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518119344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518115208,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-21T05:17:28.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "policy-id",
  "timestamp": 1650518114410,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518119344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518115208,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.073Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "policy-id",
  "timestamp": 1650518114410,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:17:28.074Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.074Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518119344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518115208,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:17:28.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518119344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "policy-id",
  "timestamp": 1650518123775,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:17:28.077Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:28.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518122782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518124617,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:17:28.078Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:28.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518119344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "policy-id",
  "timestamp": 1650518124839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:17:28.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:28.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518122782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "cds",
  "timestamp": 1650518123554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.082Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.082Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518119344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.083Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "policy-id",
  "timestamp": 1650518125847,
  "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-21T05:17:28.093Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85f3b071-abd4-4829-b72f-e84cb9fe74e2
2022-04-21T05:17:28.094Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85f3b071-abd4-4829-b72f-e84cb9fe74e2 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-21T05:17:28.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518125926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:17:28.115Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:28.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518122782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "cds",
  "timestamp": 1650518123554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518119344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518122782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "cds",
  "timestamp": 1650518123554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:17:28.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:17:28.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:17:28.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518127236,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:17:28.120Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:17:41.050Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:17:41.068Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b4168ba-9172-4ffc-b0fa-d31edfd293b4
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-21T05:17:41.074Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:17:41.074Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-21T05:17:41.074Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-21T05:17:41.074Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-21T05:17:41.075Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:17:41.075Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:17:41.075Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:17:41.075Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:17:41.075Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:17:41.075Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:17:41.075Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|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-21T05:17:41.083Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-21T05:18:03.699Z||http-nio-8085-exec-6|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@412a51af ((conn=3256) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-04-21T05:18:11.084Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b4168ba-9172-4ffc-b0fa-d31edfd293b4 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-21T05:18:11.091Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b4168ba-9172-4ffc-b0fa-d31edfd293b4 and serviceModelVersionId: d306db64-d30f-4f09-93c8-9cf5910f2aea
2022-04-21T05:18:11.091Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e1a5dec-a56d-4c07-8ebe-326be760a908
2022-04-21T05:18:11.093Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e1a5dec-a56d-4c07-8ebe-326be760a908/model-vers/model-ver/d306db64-d30f-4f09-93c8-9cf5910f2aea?depth=0
2022-04-21T05:18:11.106Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-21T05:18:11.202Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e1a5dec-a56d-4c07-8ebe-326be760a908/model-vers/model-ver/d306db64-d30f-4f09-93c8-9cf5910f2aea?depth=0|INFO|500||Invoke
2022-04-21T05:18:11.202Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e1a5dec-a56d-4c07-8ebe-326be760a908/model-vers/model-ver/d306db64-d30f-4f09-93c8-9cf5910f2aea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e1a5dec-a56d-4c07-8ebe-326be760a908/model-vers/model-ver/d306db64-d30f-4f09-93c8-9cf5910f2aea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3b4168ba-9172-4ffc-b0fa-d31edfd293b4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b6b691c1-9d41-4532-9448-d352cb7afa70], X-ECOMP-RequestID=[3b4168ba-9172-4ffc-b0fa-d31edfd293b4], X-TransactionId=[], X-ONAP-RequestID=[3b4168ba-9172-4ffc-b0fa-d31edfd293b4], Content-Type=[application/merge-patch+json]}
2022-04-21T05:18:11.264Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e1a5dec-a56d-4c07-8ebe-326be760a908/model-vers/model-ver/d306db64-d30f-4f09-93c8-9cf5910f2aea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-21T05:18:11.399Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e1a5dec-a56d-4c07-8ebe-326be760a908/model-vers/model-ver/d306db64-d30f-4f09-93c8-9cf5910f2aea?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/1e1a5dec-a56d-4c07-8ebe-326be760a908/model-vers/model-ver/d306db64-d30f-4f09-93c8-9cf5910f2aea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220421-05:18:11:382-52235], vertex-id=[233560], Content-Length=[0], Date=[Thu, 21 Apr 2022 05:18:11 GMT], Content-Type=[application/json]}
2022-04-21T05:18:11.399Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e1a5dec-a56d-4c07-8ebe-326be760a908/model-vers/model-ver/d306db64-d30f-4f09-93c8-9cf5910f2aea?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-21T05:18:11.400Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e1a5dec-a56d-4c07-8ebe-326be760a908/model-vers/model-ver/d306db64-d30f-4f09-93c8-9cf5910f2aea?depth=0|INFO|500||InvokeReturn
2022-04-21T05:18:11.402Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-21T05:18:11.402Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|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-21T05:18:11.432Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|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-21T05:18:11.433Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b4168ba-9172-4ffc-b0fa-d31edfd293b4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-21T05:18:11.434Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-21T05:18:11.435Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:11.439Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:11.439Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518291434,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:18:11.539Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:18:11.540Z||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-21T05:18:11.540Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:11.595Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:11.596Z||pool-66-thread-1|||||INFO|500||cambria reply ok (57 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-21T05:18:12.474Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:18:12.475Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T05:18:12.475Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:16.882Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:16.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:18:16.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8c16723d-a1a6-4e67-be25-d9964c44479b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ecd2f938-e05f-4ace-bab5-e94d21e0f6b8","serviceDescription":"service","serviceInvariantUUID":"d8557ae6-cee4-4b65-8b2f-de267d19ee3c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8fd80713-e6f0-4986-b4a7-d683ee588763","resourceInvariantUUID":"af7ca078-df1c-4273-b253-60045b5c27f4","resourceCustomizationUUID":"6c8d577b-89cb-48b2-b285-a00aa83284d3","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":"NTQzNDI0YTViMDJiMWVhZWVmMjhjODBjZDVmNzM0YTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ffd90c23-315d-4f2f-a11c-e0f80373eaf4","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":"0074404e-f722-4f69-8e69-89c30c1ee264","artifactVersion":"2","generatedFromUUID":"845bd0c9-5528-4d36-afb3-a9601b563bb6"},{"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":"845bd0c9-5528-4d36-afb3-a9601b563bb6","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":"YzZkMDgyZWFkOWViMDA3NTI5NDAzNTYxNzQzMzI2MDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e9ceba1c-b667-4a43-b554-c2fa8631de44","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":"7135ed91-04a8-4f11-aff6-1928fbc92fca","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":"0e8a00d1-cbf8-40ca-a463-54a60d4ca7c7","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":"bcc5f662-a340-46af-a3dc-138d6822adbf","artifactVersion":"2","generatedFromUUID":"7135ed91-04a8-4f11-aff6-1928fbc92fca"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWQ4M2RiODkwMDM0NjhmNjRiYmY4ZmZjNGUwYjVjNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3432e657-2d25-45ca-91b1-00107010a103","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWJjOTczM2RjZGI0NWFjMGFkOTE4NTQ3OGY2YzAyMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"460a892f-8114-4953-bf52-0f864cda024a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-21T05:18:16.891Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:18:16.891Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:16.895Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:16.896Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:16.997Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:18:16.998Z||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-21T05:18:16.998Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:17.056Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:17.057Z||pool-67-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:18:17.897Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:18:17.902Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:17.905Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:17.905Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-21T05:18:18.005Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:18:18.007Z||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-21T05:18:18.007Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:18.022Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:18.023Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:18:18.906Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:18:18.911Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:18.920Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:18.920Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-21T05:18:19.019Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:18:19.020Z||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-21T05:18:19.021Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:19.035Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:19.035Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:18:19.924Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:18:19.924Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:19.929Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:19.929Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:18:20.032Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-21T05:18:20.033Z||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-21T05:18:20.034Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:20.054Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:20.055Z||pool-70-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:18:20.930Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:18:20.931Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:20.938Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:20.938Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:18:21.035Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-21T05:18:21.036Z||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-21T05:18:21.037Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:21.050Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:21.051Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:18:21.939Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:18:21.942Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:21.950Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:21.951Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:22.050Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T05:18:22.051Z||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-21T05:18:22.051Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:22.068Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:22.069Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:18:22.951Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:18:22.952Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:22.958Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:22.958Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-21T05:18:23.057Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T05:18:23.058Z||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-21T05:18:23.058Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:23.088Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:23.089Z||pool-73-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:18:23.959Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:18:23.961Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:23.966Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:23.967Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:24.069Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-21T05:18:24.071Z||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-21T05:18:24.071Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:24.085Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:24.086Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:18:24.970Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:18:24.971Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:24.977Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:24.978Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:18:25.086Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-04-21T05:18:25.087Z||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-21T05:18:25.087Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:25.114Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:25.114Z||pool-75-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:18:25.981Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "ecd2f938-e05f-4ace-bab5-e94d21e0f6b8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d8557ae6-cee4-4b65-8b2f-de267d19ee3c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "6c8d577b-89cb-48b2-b285-a00aa83284d3",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8fd80713-e6f0-4986-b4a7-d683ee588763",
      "resourceInvariantUUID": "af7ca078-df1c-4273-b253-60045b5c27f4",
      "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": "0074404e-f722-4f69-8e69-89c30c1ee264",
          "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": "845bd0c9-5528-4d36-afb3-a9601b563bb6",
          "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": "YzZkMDgyZWFkOWViMDA3NTI5NDAzNTYxNzQzMzI2MDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e9ceba1c-b667-4a43-b554-c2fa8631de44",
          "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": "7135ed91-04a8-4f11-aff6-1928fbc92fca",
          "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": "bcc5f662-a340-46af-a3dc-138d6822adbf",
            "generatedFromUUID": "7135ed91-04a8-4f11-aff6-1928fbc92fca"
          },
          "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": "bcc5f662-a340-46af-a3dc-138d6822adbf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NWJjOTczM2RjZGI0NWFjMGFkOTE4NTQ3OGY2YzAyMGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "460a892f-8114-4953-bf52-0f864cda024a"
    }
  ],
  "workloadContext": "Production"
}
2022-04-21T05:18:25.981Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-21T05:18:25.982Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ecd2f938-e05f-4ace-bab5-e94d21e0f6b8 ASDC
2022-04-21T05:18:25.983Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8c16723d-a1a6-4e67-be25-d9964c44479b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:ecd2f938-e05f-4ace-bab5-e94d21e0f6b8
ServiceInvariantUUID:d8557ae6-cee4-4b65-8b2f-de267d19ee3c
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:460a892f-8114-4953-bf52-0f864cda024a
ArtifactChecksum:NWJjOTczM2RjZGI0NWFjMGFkOTE4NTQ3OGY2YzAyMGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:6c8d577b-89cb-48b2-b285-a00aa83284d3
ResourceInvariantUUID:af7ca078-df1c-4273-b253-60045b5c27f4
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:8fd80713-e6f0-4986-b4a7-d683ee588763
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:0074404e-f722-4f69-8e69-89c30c1ee264
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:845bd0c9-5528-4d36-afb3-a9601b563bb6
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:e9ceba1c-b667-4a43-b554-c2fa8631de44
ArtifactChecksum:YzZkMDgyZWFkOWViMDA3NTI5NDAzNTYxNzQzMzI2MDQ=
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:7135ed91-04a8-4f11-aff6-1928fbc92fca
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:bcc5f662-a340-46af-a3dc-138d6822adbf
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:bcc5f662-a340-46af-a3dc-138d6822adbf
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-21T05:18:25.983Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ecd2f938-e05f-4ace-bab5-e94d21e0f6b8 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-21T05:18:26.098Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:18:26.099Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-21T05:18:26.099Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-21T05:18:26.100Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 460a892f-8114-4953-bf52-0f864cda024a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-21T05:18:26.100Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:18:26.101Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-21T05:18:26.735Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:18:26.740Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 460a892f-8114-4953-bf52-0f864cda024a 68939
2022-04-21T05:18:26.740Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-21T05:18:26.741Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-21T05:18:26.741Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:18:26.741Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:26.743Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:26.743Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518306740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:26.844Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:18:26.845Z||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-21T05:18:26.845Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:26.893Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:26.894Z||pool-76-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:18:27.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:18:27.558Z||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-21T05:18:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:27.588Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:27.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518119344,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:18:27.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518122782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "cds",
  "timestamp": 1650518123554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518128371,
  "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-21T05:18:27.625Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85f3b071-abd4-4829-b72f-e84cb9fe74e2
2022-04-21T05:18:27.626Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85f3b071-abd4-4829-b72f-e84cb9fe74e2 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-21T05:18:27.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "dcae-sch",
  "timestamp": 1650518127564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518122782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "cds",
  "timestamp": 1650518123554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518128287,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:27.660Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:27.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "aai-ml",
  "timestamp": 1650518128204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:18:27.661Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:27.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "dcae-sch",
  "timestamp": 1650518127564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518129404,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:18:27.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:27.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518122782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "aai-ml",
  "timestamp": 1650518129207,
  "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-21T05:18:27.680Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8c16723d-a1a6-4e67-be25-d9964c44479b
2022-04-21T05:18:27.681Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8c16723d-a1a6-4e67-be25-d9964c44479b 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-21T05:18:27.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "cds",
  "timestamp": 1650518123554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "dcae-sch",
  "timestamp": 1650518127564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "cds",
  "timestamp": 1650518123554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:18:27.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "aai-ml",
  "timestamp": 1650518108752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "dcae-sch",
  "timestamp": 1650518127564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518130818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:18:27.720Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:27.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "aai-ml",
  "timestamp": 1650518108752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "dcae-sch",
  "timestamp": 1650518127564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518131822,
  "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-21T05:18:27.742Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 85f3b071-abd4-4829-b72f-e84cb9fe74e2
2022-04-21T05:18:27.743Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85f3b071-abd4-4829-b72f-e84cb9fe74e2 and ComponentName SDNC
2022-04-21T05:18:27.758Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_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-21T05:18:27.759Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-21T05:18:27.759Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 460a892f-8114-4953-bf52-0f864cda024a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-21T05:18:27.760Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-21T05:18:27.760Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-21T05:18:27.761Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-21T05:18:27.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "cds",
  "timestamp": 1650518131912,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:27.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:27.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "aai-ml",
  "timestamp": 1650518108752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "dcae-sch",
  "timestamp": 1650518127564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "cds",
  "timestamp": 1650518132921,
  "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-21T05:18:27.810Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee2b6c22-ecd2-4433-a034-0d2676269183
2022-04-21T05:18:27.810Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee2b6c22-ecd2-4433-a034-0d2676269183 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-21T05:18:27.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "aai-ml",
  "timestamp": 1650518108752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "dcae-sch",
  "timestamp": 1650518127564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "policy-id",
  "timestamp": 1650518134414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "aai-ml",
  "timestamp": 1650518108752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "dcae-sch",
  "timestamp": 1650518127564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518135205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "policy-id",
  "timestamp": 1650518134414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "aai-ml",
  "timestamp": 1650518108752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "dcae-sch",
  "timestamp": 1650518127564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518135205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:18:27.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "policy-id",
  "timestamp": 1650518134414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:18:27.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "aai-ml",
  "timestamp": 1650518108752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "dcae-sch",
  "timestamp": 1650518127564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518135205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:18:27.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "policy-id",
  "timestamp": 1650518134414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "aai-ml",
  "timestamp": 1650518108752,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:18:27.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "dcae-sch",
  "timestamp": 1650518127564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518135205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "policy-id",
  "timestamp": 1650518134414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "aai-ml",
  "timestamp": 1650518138417,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:27.880Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:27.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "dcae-sch",
  "timestamp": 1650518127564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518135205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-21T05:18:27.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "cds",
  "timestamp": 1650518138554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "policy-id",
  "timestamp": 1650518134414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "dcae-sch",
  "timestamp": 1650518127564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518135205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "cds",
  "timestamp": 1650518138554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "policy-id",
  "timestamp": 1650518134414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:18:27.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "dcae-sch",
  "timestamp": 1650518127564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518135205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:18:27.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "cds",
  "timestamp": 1650518138554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "policy-id",
  "timestamp": 1650518142211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:27.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:27.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "dcae-sch",
  "timestamp": 1650518127564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518142973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:27.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:27.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "cds",
  "timestamp": 1650518138554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "policy-id",
  "timestamp": 1650518143218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:18:27.885Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:27.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518142782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518144058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:27.886Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:27.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "cds",
  "timestamp": 1650518138554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "policy-id",
  "timestamp": 1650518144225,
  "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-21T05:18:27.906Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee2b6c22-ecd2-4433-a034-0d2676269183
2022-04-21T05:18:27.907Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee2b6c22-ecd2-4433-a034-0d2676269183 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-21T05:18:27.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518142782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.934Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "cds",
  "timestamp": 1650518138554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "policy-id",
  "timestamp": 1650518134414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518145279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:27.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:27.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518142782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "cds",
  "timestamp": 1650518138554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "policy-id",
  "timestamp": 1650518134414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.937Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518146338,
  "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-21T05:18:27.965Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee2b6c22-ecd2-4433-a034-0d2676269183
2022-04-21T05:18:27.965Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee2b6c22-ecd2-4433-a034-0d2676269183 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-21T05:18:27.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518142782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:27.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "cds",
  "timestamp": 1650518138554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:18:27.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:27.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:27.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "policy-id",
  "timestamp": 1650518134414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:18:28.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518147344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:18:28.002Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:28.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518142782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "policy-id",
  "timestamp": 1650518134414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518135205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "cds",
  "timestamp": 1650518147846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:28.005Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:28.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518142782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "policy-id",
  "timestamp": 1650518134414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518135205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:18:28.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518142782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "aai-ml",
  "timestamp": 1650518149141,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:18:28.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:28.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "policy-id",
  "timestamp": 1650518134414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518149347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518135205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:18:28.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518142782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "aai-ml",
  "timestamp": 1650518150144,
  "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-21T05:18:28.041Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 85f3b071-abd4-4829-b72f-e84cb9fe74e2
2022-04-21T05:18:28.041Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85f3b071-abd4-4829-b72f-e84cb9fe74e2 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=?
2022-04-21T05:18:28.051Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17682291891283308272/Definitions/service-BasicCnf-template.yml
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-21T05:18:28.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "cds",
  "timestamp": 1650518150153,
  "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-21T05:18:28.205Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4292117b-6025-45ed-973f-1c94fbedee49
2022-04-21T05:18:28.205Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4292117b-6025-45ed-973f-1c94fbedee49 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-21T05:18:28.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "policy-id",
  "timestamp": 1650518134414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518149347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518135205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "policy-id",
  "timestamp": 1650518134414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:18:28.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518149347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518135205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-21T05:18:28.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "aai-ml",
  "timestamp": 1650518151148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518149347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518135205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "policy-id",
  "timestamp": 1650518153528,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:28.242Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:28.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "aai-ml",
  "timestamp": 1650518151148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518149347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518135205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "policy-id",
  "timestamp": 1650518154534,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:18:28.242Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:28.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "aai-ml",
  "timestamp": 1650518151148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518149347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518135205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:18:28.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "policy-id",
  "timestamp": 1650518155541,
  "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-21T05:18:28.249Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4292117b-6025-45ed-973f-1c94fbedee49
2022-04-21T05:18:28.250Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4292117b-6025-45ed-973f-1c94fbedee49 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-21T05:18:28.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "aai-ml",
  "timestamp": 1650518151148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518149347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:18:28.266Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518156633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:28.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:28.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "aai-ml",
  "timestamp": 1650518151148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "aai-ml",
  "timestamp": 1650518151148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518156890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:28.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:28.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518158016,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:28.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:28.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "aai-ml",
  "timestamp": 1650518151148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:18:28.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518159136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:28.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:28.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "aai-ml",
  "timestamp": 1650518159115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:28.268Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:28.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518160184,
  "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-21T05:18:28.277Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4292117b-6025-45ed-973f-1c94fbedee49
2022-04-21T05:18:28.277Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4292117b-6025-45ed-973f-1c94fbedee49 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-21T05:18:28.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518159374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:18:28.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:28.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518161192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:18:28.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:28.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518160384,
  "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-21T05:18:28.309Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ee2b6c22-ecd2-4433-a034-0d2676269183
2022-04-21T05:18:28.310Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee2b6c22-ecd2-4433-a034-0d2676269183 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-21T05:18:28.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "aai-ml",
  "timestamp": 1650518168806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:18:28.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:28.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "aai-ml",
  "timestamp": 1650518169810,
  "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-21T05:18:28.339Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee2b6c22-ecd2-4433-a034-0d2676269183
2022-04-21T05:18:28.340Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee2b6c22-ecd2-4433-a034-0d2676269183 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-21T05:18:28.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "aai-ml",
  "timestamp": 1650518151148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "aai-ml",
  "timestamp": 1650518151148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "aai-ml",
  "timestamp": 1650518151148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "aai-ml",
  "timestamp": 1650518151148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "aai-ml",
  "timestamp": 1650518151148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "aai-ml",
  "timestamp": 1650518151148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "aai-ml",
  "timestamp": 1650518151148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "aai-ml",
  "timestamp": 1650518151148,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:18:28.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "aai-ml",
  "timestamp": 1650518179053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:28.369Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:18:28.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "policy-id",
  "timestamp": 1650518174410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518175206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518179344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518175206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "policy-id",
  "timestamp": 1650518174410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518179344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "policy-id",
  "timestamp": 1650518174410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518175206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518179344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "policy-id",
  "timestamp": 1650518174410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518175206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518179344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518182796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "policy-id",
  "timestamp": 1650518174410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518175206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.373Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518179344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518182796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "policy-id",
  "timestamp": 1650518174410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "cds",
  "timestamp": 1650518183554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518175206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518179344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518182796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "policy-id",
  "timestamp": 1650518174410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "cds",
  "timestamp": 1650518183554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518175206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518179344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518182796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "policy-id",
  "timestamp": 1650518174410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "cds",
  "timestamp": 1650518183554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518175206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:18:28.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:28.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:18:28.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518179344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:18:28.378Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:18:30.315Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-21T05:18:30.315Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-21T05:18:30.316Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-21T05:18:30.316Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-21T05:18:30.316Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-21T05:18:30.316Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-21T05:18:30.316Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-21T05:18:30.316Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-21T05:18:30.316Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-21T05:18:30.316Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:30.317Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:18:30.317Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-21T05:18:30.317Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-21T05:18:30.318Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:18:30.318Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:30.318Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:18:30.319Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-21T05:18:30.319Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-21T05:18:30.319Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:18:30.320Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:30.320Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:18:30.320Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:30.320Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-21T05:18:30.320Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-21T05:18:30.320Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-21T05:18:30.321Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-21T05:18:30.321Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:30.321Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T05:18:30.321Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:30.322Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-21T05:18:30.322Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:18:30.322Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:30.322Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-21T05:18:30.322Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:18:30.323Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:30.323Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-21T05:18:30.323Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:18:30.323Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:30.323Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-21T05:18:30.324Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-21T05:18:30.324Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=34333024-8a6f-4280-9fbc-7d784db90c3d
2022-04-21T05:18:30.324Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:30.324Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:18:30.324Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:30.324Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:18:30.324Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:30.325Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:18:30.325Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:30.325Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:18:30.325Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:ecd2f938-e05f-4ace-bab5-e94d21e0f6b8
Model Version:NULL
Model InvariantUuid:d8557ae6-cee4-4b65-8b2f-de267d19ee3c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:8caf06a9-8a93-4ed6-9816-e673370a5ae0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:af7ca078-df1c-4273-b253-60045b5c27f4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6c8d577b-89cb-48b2-b285-a00aa83284d3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6ab0ad23-b242-408c-b4b0-c9e396ac7543
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:dbb0d49f-23f0-4020-ab6e-236c2abaeadf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:34333024-8a6f-4280-9fbc-7d784db90c3d
ModelInvariantUuid:7a7926b4-a594-4148-9bd5-34b1f40768d3
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:41355bf8-f1da-424c-a980-9e2a246f473a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:75a48358-532b-4a23-b351-08f187adbd58
ModelInvariantUuid:d8f780bc-8881-4f98-8d9e-0e23119b4763
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:8b034a08-1e65-4d2b-a48e-522281c59e16
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-21T05:18:30.346Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 8fd80713-e6f0-4986-b4a7-d683ee588763
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-21T05:18:30.353Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-04-21T05:18:30.354Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8fd80713-e6f0-4986-b4a7-d683ee588763
2022-04-21T05:18:30.354Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0074404e-f722-4f69-8e69-89c30c1ee264 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-21T05:18:30.354Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:18:30.355Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-21T05:18:30.637Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:18:30.638Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0074404e-f722-4f69-8e69-89c30c1ee264 12
2022-04-21T05:18:30.638Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-21T05:18:30.638Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-21T05:18:30.639Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:18:30.639Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:30.643Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:30.643Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518310638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:30.744Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:18:30.747Z||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-21T05:18:30.748Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:30.765Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:30.766Z||pool-77-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:18:31.644Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 845bd0c9-5528-4d36-afb3-a9601b563bb6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-21T05:18:31.645Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:18:31.646Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-21T05:18:31.928Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:18:31.928Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 845bd0c9-5528-4d36-afb3-a9601b563bb6 2688
2022-04-21T05:18:31.929Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-21T05:18:31.929Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-21T05:18:31.930Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:18:31.931Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:31.934Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:31.934Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518311929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:32.035Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:18:32.036Z||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-21T05:18:32.036Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:32.055Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:32.056Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:18:32.937Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e9ceba1c-b667-4a43-b554-c2fa8631de44 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-21T05:18:32.938Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:18:32.938Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-21T05:18:33.235Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:18:33.236Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e9ceba1c-b667-4a43-b554-c2fa8631de44 828
2022-04-21T05:18:33.236Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-21T05:18:33.236Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-21T05:18:33.236Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:18:33.237Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:33.241Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:33.241Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518313236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:33.341Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:18:33.343Z||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-21T05:18:33.343Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:33.363Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:33.364Z||pool-79-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:18:34.242Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6ab0ad23-b242-408c-b4b0-c9e396ac7543",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dbb0d49f-23f0-4020-ab6e-236c2abaeadf",
    "vfModuleModelCustomizationUUID": "56c2d028-2690-42bd-8a52-b4eeadbd8417",
    "isBase": true,
    "artifacts": [
      "845bd0c9-5528-4d36-afb3-a9601b563bb6",
      "7135ed91-04a8-4f11-aff6-1928fbc92fca",
      "bcc5f662-a340-46af-a3dc-138d6822adbf"
    ],
    "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-21T05:18:34.250Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dbb0d49f-23f0-4020-ab6e-236c2abaeadf
VfModuleModelInvariantUUID:6ab0ad23-b242-408c-b4b0-c9e396ac7543
VfModuleModelDescription:NULL
Artifacts UUID List:{
845bd0c9-5528-4d36-afb3-a9601b563bb6
,
7135ed91-04a8-4f11-aff6-1928fbc92fca
,
bcc5f662-a340-46af-a3dc-138d6822adbf

}
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-21T05:18:34.254Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "6ab0ad23-b242-408c-b4b0-c9e396ac7543",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dbb0d49f-23f0-4020-ab6e-236c2abaeadf",
    "vfModuleModelCustomizationUUID": "56c2d028-2690-42bd-8a52-b4eeadbd8417",
    "isBase": true,
    "artifacts": [
      "845bd0c9-5528-4d36-afb3-a9601b563bb6",
      "7135ed91-04a8-4f11-aff6-1928fbc92fca",
      "bcc5f662-a340-46af-a3dc-138d6822adbf"
    ],
    "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-21T05:18:34.254Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dbb0d49f-23f0-4020-ab6e-236c2abaeadf
VfModuleModelInvariantUUID:6ab0ad23-b242-408c-b4b0-c9e396ac7543
VfModuleModelDescription:NULL
Artifacts UUID List:{
845bd0c9-5528-4d36-afb3-a9601b563bb6
,
7135ed91-04a8-4f11-aff6-1928fbc92fca
,
bcc5f662-a340-46af-a3dc-138d6822adbf

}
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-21T05:18:34.255Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7135ed91-04a8-4f11-aff6-1928fbc92fca from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-21T05:18:34.255Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:18:34.255Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-21T05:18:34.362Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:18:34.362Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7135ed91-04a8-4f11-aff6-1928fbc92fca 1164
2022-04-21T05:18:34.363Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-21T05:18:34.363Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-21T05:18:34.363Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:18:34.364Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:34.369Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:34.369Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518314363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:34.468Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:18:34.469Z||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-21T05:18:34.470Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:34.494Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:34.495Z||pool-80-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:18:35.370Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bcc5f662-a340-46af-a3dc-138d6822adbf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-21T05:18:35.371Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:18:35.371Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-21T05:18:35.634Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:18:35.634Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env bcc5f662-a340-46af-a3dc-138d6822adbf 200
2022-04-21T05:18:35.635Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-21T05:18:35.635Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-21T05:18:35.635Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:18:35.636Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:35.639Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:35.639Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518315635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:18:35.743Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-21T05:18:35.745Z||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-21T05:18:35.745Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:35.771Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:35.772Z||pool-81-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:18:36.640Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ecd2f938-e05f-4ace-bab5-e94d21e0f6b8
2022-04-21T05:18:36.640Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 8fd80713-e6f0-4986-b4a7-d683ee588763 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-04-21T05:18:36.666Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-21T05:18:36.678Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@bcd242f, org.onap.sdc.toscaparser.api.parameters.Input@2d94c8ec, org.onap.sdc.toscaparser.api.parameters.Input@4dfe138a, org.onap.sdc.toscaparser.api.parameters.Input@3b5a07a1, org.onap.sdc.toscaparser.api.parameters.Input@5954b0b9]
2022-04-21T05:18:36.681Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:36.681Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:18:36.681Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-04-21T05:18:36.682Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 6c8d577b-89cb-48b2-b285-a00aa83284d3
2022-04-21T05:18:36.682Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6c8d577b-89cb-48b2-b285-a00aa83284d3 matches Tosca VF Customization UUID: 6c8d577b-89cb-48b2-b285-a00aa83284d3
2022-04-21T05:18:36.682Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 6c8d577b-89cb-48b2-b285-a00aa83284d3  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-21T05:18:36.695Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:36.695Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:18:36.697Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 6c8d577b-89cb-48b2-b285-a00aa83284d3: {\"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-21T05:18:36.697Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4df9e1b
2022-04-21T05:18:36.697Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:36.698Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T05:18:36.698Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 56c2d028-2690-42bd-8a52-b4eeadbd8417
2022-04-21T05:18:36.698Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 56c2d028-2690-42bd-8a52-b4eeadbd8417
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-21T05:18:36.703Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:36.704Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-21T05:18:36.704Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:18:36.704Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:36.705Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-21T05:18:36.705Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:18:36.705Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:36.706Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-21T05:18:36.706Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-21T05:18:36.706Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=34333024-8a6f-4280-9fbc-7d784db90c3d
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-21T05:18:36.711Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:36.711Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-21T05:18:36.712Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:18:36.712Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:36.712Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-21T05:18:36.713Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6c8d577b-89cb-48b2-b285-a00aa83284d3
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-21T05:18:36.718Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:36.719Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:18:36.719Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ecd2f938-e05f-4ace-bab5-e94d21e0f6b8: basic_cnf
2022-04-21T05:18:36.719Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:36.720Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:18:36.721Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:36.721Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:18:36.721Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:36.721Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:18:36.721Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:36.722Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:18:36.722Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:18:36.722Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:18:36.722Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-21T05:18:36.878Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 8fd80713-e6f0-4986-b4a7-d683ee588763 1 ASDC deployResourceStructure
2022-04-21T05:18:36.879Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-21T05:18:36.879Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-04-21T05:18:36.880Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-21T05:18:36.880Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:36.883Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:36.884Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518316878,
  "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-21T05:18:36.984Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:18:36.985Z||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-21T05:18:36.986Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:37.002Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:37.003Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:18:37.886Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-21T05:18:37.886Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-21T05:18:37.886Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-21T05:18:37.887Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:37.898Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:37.899Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518317886,
  "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-21T05:18:37.993Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-21T05:18:37.994Z||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-21T05:18:37.995Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:38.009Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:38.010Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:18:38.904Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-21T05:18:38.904Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-21T05:18:38.905Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:18:38.905Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:38.908Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:38.909Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518318904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:18:39.011Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-21T05:18:39.012Z||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-21T05:18:39.013Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:39.032Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:39.033Z||pool-84-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:18:39.910Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-21T05:18:39.911Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-21T05:18:39.911Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:18:39.912Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:39.914Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:39.915Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518319909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-21T05:18:40.017Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-21T05:18:40.018Z||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-21T05:18:40.018Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:40.032Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:40.033Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:18:40.916Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-21T05:18:40.917Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-21T05:18:40.917Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:18:40.918Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:40.924Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:40.925Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518320916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-21T05:18:41.024Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:18:41.026Z||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-21T05:18:41.026Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:41.038Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:41.039Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:18:41.926Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-21T05:18:41.926Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-21T05:18:41.927Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:18:41.927Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:18:41.935Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:18:41.936Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518321926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:18:42.032Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-21T05:18:42.033Z||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-21T05:18:42.033Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:18:42.056Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:18:42.057Z||pool-87-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:18:42.938Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8c16723d-a1a6-4e67-be25-d9964c44479b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:18:42.955Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8c16723d-a1a6-4e67-be25-d9964c44479b
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-21T05:18:42.960Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:18:42.961Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-21T05:18:42.961Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-21T05:18:42.961Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-21T05:18:42.961Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:18:42.962Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:18:42.962Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:18:42.962Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:18:42.962Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:18:42.962Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-21T05:18:42.975Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-21T05:19:12.978Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8c16723d-a1a6-4e67-be25-d9964c44479b 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-21T05:19:12.990Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8c16723d-a1a6-4e67-be25-d9964c44479b and serviceModelVersionId: ecd2f938-e05f-4ace-bab5-e94d21e0f6b8
2022-04-21T05:19:12.991Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d8557ae6-cee4-4b65-8b2f-de267d19ee3c
2022-04-21T05:19:12.992Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d8557ae6-cee4-4b65-8b2f-de267d19ee3c/model-vers/model-ver/ecd2f938-e05f-4ace-bab5-e94d21e0f6b8?depth=0
2022-04-21T05:19:13.001Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-21T05:19:13.096Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8557ae6-cee4-4b65-8b2f-de267d19ee3c/model-vers/model-ver/ecd2f938-e05f-4ace-bab5-e94d21e0f6b8?depth=0|INFO|500||Invoke
2022-04-21T05:19:13.097Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8557ae6-cee4-4b65-8b2f-de267d19ee3c/model-vers/model-ver/ecd2f938-e05f-4ace-bab5-e94d21e0f6b8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8557ae6-cee4-4b65-8b2f-de267d19ee3c/model-vers/model-ver/ecd2f938-e05f-4ace-bab5-e94d21e0f6b8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8c16723d-a1a6-4e67-be25-d9964c44479b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[feaa4b2f-e1a0-4bb9-b6e8-9a2600c8c3bf], X-ECOMP-RequestID=[8c16723d-a1a6-4e67-be25-d9964c44479b], X-TransactionId=[], X-ONAP-RequestID=[8c16723d-a1a6-4e67-be25-d9964c44479b], Content-Type=[application/merge-patch+json]}
2022-04-21T05:19:13.152Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8557ae6-cee4-4b65-8b2f-de267d19ee3c/model-vers/model-ver/ecd2f938-e05f-4ace-bab5-e94d21e0f6b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-21T05:19:13.280Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8557ae6-cee4-4b65-8b2f-de267d19ee3c/model-vers/model-ver/ecd2f938-e05f-4ace-bab5-e94d21e0f6b8?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/d8557ae6-cee4-4b65-8b2f-de267d19ee3c/model-vers/model-ver/ecd2f938-e05f-4ace-bab5-e94d21e0f6b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220421-05:19:13:252-72308], vertex-id=[249944], Content-Length=[0], Date=[Thu, 21 Apr 2022 05:19:13 GMT], Content-Type=[application/json]}
2022-04-21T05:19:13.281Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8557ae6-cee4-4b65-8b2f-de267d19ee3c/model-vers/model-ver/ecd2f938-e05f-4ace-bab5-e94d21e0f6b8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-21T05:19:13.282Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d8557ae6-cee4-4b65-8b2f-de267d19ee3c/model-vers/model-ver/ecd2f938-e05f-4ace-bab5-e94d21e0f6b8?depth=0|INFO|500||InvokeReturn
2022-04-21T05:19:13.284Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-21T05:19:13.286Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-21T05:19:13.308Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-21T05:19:13.309Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8c16723d-a1a6-4e67-be25-d9964c44479b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-21T05:19:13.309Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-21T05:19:13.310Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:19:13.313Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:19:13.314Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518353309,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:19:13.414Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:19:13.416Z||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-21T05:19:13.416Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:13.437Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:13.438Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 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-21T05:19:14.375Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:19:14.376Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"85f3b071-abd4-4829-b72f-e84cb9fe74e2","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"c71d7a2d-f845-4526-9444-0af4095fd8c2","serviceDescription":"service","serviceInvariantUUID":"081dc3c4-4540-408d-a94f-9c0339aace34","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e4148a6-9821-4a96-8384-1d67a50c824f","resourceInvariantUUID":"578a1046-770f-4371-a740-e66ea43ebe3d","resourceCustomizationUUID":"f383d240-e0e8-4efa-9943-89d3b42251b6","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":"a039d650-89a4-49f0-9e20-8b5bc148158b","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":"MmI2Yjc0ZWNjMjlkNDI2M2U3ZjZiYjMzNWNlNzJiY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"90831a77-ed91-4fae-a6d9-97877d6c818e","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":"OTE4ZDIwNTE3YzgwNDRiM2U2MTVmMmQyNTQwNzRiNzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4c378912-d12d-4ab8-820e-635cea42bfa7","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":"ff9e0bde-8d2e-4680-8dde-032d59d3adfc","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":"5916f8d5-7b21-4dfe-b964-451b218d1b27","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":"754626d1-97b0-4b4f-8c25-58d92b4155fa","artifactVersion":"2","generatedFromUUID":"ff9e0bde-8d2e-4680-8dde-032d59d3adfc"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YTc2ZmU5YjIwNDAwMGVmZjQ5ZGE1NjFlYjllZTQ5NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d66b6ae0-7a6c-4f0c-bcf3-db9a377c2438","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MDg2NmIxZGJiYTUxZmRlNGU2N2JjZmQ2ODYzMzA0YmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02fce5ab-ce57-43ee-9aee-1c05a93b752d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-21T05:19:14.377Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:19:14.378Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:19:14.381Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:19:14.382Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:14.483Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:19:14.484Z||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-21T05:19:14.484Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:14.497Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:14.498Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:19:15.384Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:19:15.388Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:19:15.392Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:19:15.392Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:15.491Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:19:15.493Z||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-21T05:19:15.493Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:15.524Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:15.525Z||pool-90-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:19:16.395Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:19:16.398Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:19:16.401Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:19:16.401Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:19:16.502Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:19:16.503Z||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-21T05:19:16.503Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:16.526Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:16.527Z||pool-91-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:19:17.402Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:19:17.406Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:19:17.413Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:19:17.413Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:19:17.511Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-21T05:19:17.513Z||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-21T05:19:17.513Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:17.535Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:17.536Z||pool-92-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:19:18.415Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:19:18.415Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:19:18.425Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:19:18.425Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:18.525Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:19:18.526Z||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-21T05:19:18.527Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:18.543Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:18.544Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:19:19.427Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:19:19.428Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:19:19.433Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:19:19.433Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-21T05:19:19.538Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-21T05:19:19.539Z||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-21T05:19:19.539Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:19.565Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:19.566Z||pool-94-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:19:20.434Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:19:20.438Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:19:20.441Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:19:20.442Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:20.542Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:19:20.544Z||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-21T05:19:20.544Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:20.559Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:20.560Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:19:21.442Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:19:21.443Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:19:21.446Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:19:21.446Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:19:21.547Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T05:19:21.549Z||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-21T05:19:21.549Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:21.573Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:21.574Z||pool-96-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:19:22.450Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "c71d7a2d-f845-4526-9444-0af4095fd8c2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "081dc3c4-4540-408d-a94f-9c0339aace34",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "f383d240-e0e8-4efa-9943-89d3b42251b6",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4e4148a6-9821-4a96-8384-1d67a50c824f",
      "resourceInvariantUUID": "578a1046-770f-4371-a740-e66ea43ebe3d",
      "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": "OTE4ZDIwNTE3YzgwNDRiM2U2MTVmMmQyNTQwNzRiNzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4c378912-d12d-4ab8-820e-635cea42bfa7",
          "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": "ff9e0bde-8d2e-4680-8dde-032d59d3adfc",
          "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": "754626d1-97b0-4b4f-8c25-58d92b4155fa",
            "generatedFromUUID": "ff9e0bde-8d2e-4680-8dde-032d59d3adfc"
          },
          "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": "754626d1-97b0-4b4f-8c25-58d92b4155fa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MDg2NmIxZGJiYTUxZmRlNGU2N2JjZmQ2ODYzMzA0YmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "02fce5ab-ce57-43ee-9aee-1c05a93b752d"
    }
  ],
  "workloadContext": "Production"
}
2022-04-21T05:19:22.452Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-21T05:19:22.452Z|8c16723d-a1a6-4e67-be25-d9964c44479b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c71d7a2d-f845-4526-9444-0af4095fd8c2 ASDC
2022-04-21T05:19:22.453Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:85f3b071-abd4-4829-b72f-e84cb9fe74e2
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:c71d7a2d-f845-4526-9444-0af4095fd8c2
ServiceInvariantUUID:081dc3c4-4540-408d-a94f-9c0339aace34
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:02fce5ab-ce57-43ee-9aee-1c05a93b752d
ArtifactChecksum:MDg2NmIxZGJiYTUxZmRlNGU2N2JjZmQ2ODYzMzA0YmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:f383d240-e0e8-4efa-9943-89d3b42251b6
ResourceInvariantUUID:578a1046-770f-4371-a740-e66ea43ebe3d
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:4e4148a6-9821-4a96-8384-1d67a50c824f
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:4c378912-d12d-4ab8-820e-635cea42bfa7
ArtifactChecksum:OTE4ZDIwNTE3YzgwNDRiM2U2MTVmMmQyNTQwNzRiNzM=
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:ff9e0bde-8d2e-4680-8dde-032d59d3adfc
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:754626d1-97b0-4b4f-8c25-58d92b4155fa
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:754626d1-97b0-4b4f-8c25-58d92b4155fa
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-21T05:19:22.454Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c71d7a2d-f845-4526-9444-0af4095fd8c2 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-21T05:19:22.538Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:19:22.539Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-21T05:19:22.539Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-21T05:19:22.539Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 02fce5ab-ce57-43ee-9aee-1c05a93b752d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-21T05:19:22.540Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:19:22.541Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-21T05:19:23.240Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:19:23.246Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 02fce5ab-ce57-43ee-9aee-1c05a93b752d 73647
2022-04-21T05:19:23.247Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-21T05:19:23.247Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-21T05:19:23.247Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:19:23.248Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:19:23.252Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:19:23.252Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518363247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:19:23.352Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:19:23.353Z||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-21T05:19:23.354Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:23.370Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:23.371Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:19:24.271Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:19:24.272Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-21T05:19:24.273Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 02fce5ab-ce57-43ee-9aee-1c05a93b752d, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-21T05:19:24.273Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-04-21T05:19:24.274Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-21T05:19:24.274Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-21T05:19:24.509Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7501679263036689105/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-21T05:19:26.898Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-21T05:19:26.899Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-21T05:19:26.899Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-21T05:19:26.899Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-21T05:19:26.899Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-21T05:19:26.900Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-21T05:19:26.900Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-21T05:19:26.900Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-21T05:19:26.900Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-21T05:19:26.900Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-21T05:19:26.900Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-21T05:19:26.900Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-21T05:19:26.900Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-21T05:19:26.901Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-21T05:19:26.901Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:26.901Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:19:26.901Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-21T05:19:26.901Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-21T05:19:26.902Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:19:26.902Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:26.902Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:19:26.902Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-21T05:19:26.903Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-21T05:19:26.903Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:19:26.903Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:26.903Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:19:26.904Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:26.904Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-21T05:19:26.904Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-21T05:19:26.904Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-21T05:19:26.904Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-21T05:19:26.905Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-21T05:19:26.905Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-21T05:19:26.905Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:26.905Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T05:19:26.905Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:26.905Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-21T05:19:26.906Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:19:26.906Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:26.906Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-21T05:19:26.906Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:19:26.907Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:26.907Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-21T05:19:26.907Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:19:26.907Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:26.907Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-21T05:19:26.907Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-21T05:19:26.908Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-21T05:19:26.908Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7598bd41-6309-4302-84c2-88c9c46e91a6
2022-04-21T05:19:26.908Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:26.908Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:19:26.908Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:26.908Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:19:26.908Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:26.909Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:19:26.909Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:26.909Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:19:26.909Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:c71d7a2d-f845-4526-9444-0af4095fd8c2
Model Version:NULL
Model InvariantUuid:081dc3c4-4540-408d-a94f-9c0339aace34
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:c28b5534-7618-4f06-ac46-540cc29e056e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:578a1046-770f-4371-a740-e66ea43ebe3d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f383d240-e0e8-4efa-9943-89d3b42251b6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d4964837-9504-4101-bd5d-768a88dcf772
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:3029541e-4fff-4d4b-a7ea-7e50b2dee40c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7598bd41-6309-4302-84c2-88c9c46e91a6
ModelInvariantUuid:17d14b3d-b648-408c-b103-a6970449749f
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:14fa9eb0-b0ea-4b31-a5eb-d1e0d59a49b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:a7ab343e-c18c-45ab-a335-15f020b9e3e3
ModelInvariantUuid:180ed9a6-f0d9-444b-8077-e04ae2fbf20f
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:5d73f582-2215-4b69-8911-fc8dfbfba2a2
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-21T05:19:26.919Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4e4148a6-9821-4a96-8384-1d67a50c824f
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-21T05:19:26.923Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||basicclamp 0
2022-04-21T05:19:26.924Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4e4148a6-9821-4a96-8384-1d67a50c824f
2022-04-21T05:19:26.924Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4c378912-d12d-4ab8-820e-635cea42bfa7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-21T05:19:26.924Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:19:26.924Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-21T05:19:27.128Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:19:27.128Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 4c378912-d12d-4ab8-820e-635cea42bfa7 790
2022-04-21T05:19:27.129Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-04-21T05:19:27.129Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-21T05:19:27.129Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:19:27.130Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:19:27.133Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:19:27.135Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518367129,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:19:27.233Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T05:19:27.235Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-21T05:19:27.235Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:27.258Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:27.259Z||pool-98-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:19:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:19:27.559Z||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-21T05:19:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:27.586Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:27.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518182796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "cds",
  "timestamp": 1650518183554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "policy-id",
  "timestamp": 1650518174410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:19:27.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650518175206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:19:27.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "dcae-sch",
  "timestamp": 1650518187568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518187695,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:19:27.593Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:19:27.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518182796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "cds",
  "timestamp": 1650518183554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "dcae-sch",
  "timestamp": 1650518187568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "policy-id",
  "timestamp": 1650518189558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:19:27.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:19:27.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518182796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:19:27.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "cds",
  "timestamp": 1650518183554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "dcae-sch",
  "timestamp": 1650518187568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "policy-id",
  "timestamp": 1650518190567,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:19:27.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:19:27.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518190123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:19:27.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:19:27.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518182796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "cds",
  "timestamp": 1650518183554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "aai-ml",
  "timestamp": 1650518190389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:19:27.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:19:27.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "dcae-sch",
  "timestamp": 1650518187568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "policy-id",
  "timestamp": 1650518191579,
  "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-21T05:19:27.647Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a11a6cd5-e40a-44f6-aad5-9a5960ec75d0
2022-04-21T05:19:27.648Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a11a6cd5-e40a-44f6-aad5-9a5960ec75d0 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-21T05:19:27.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518191127,
  "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-21T05:19:27.674Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4292117b-6025-45ed-973f-1c94fbedee49
2022-04-21T05:19:27.674Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4292117b-6025-45ed-973f-1c94fbedee49 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-21T05:19:27.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518182796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "cds",
  "timestamp": 1650518183554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "aai-ml",
  "timestamp": 1650518191393,
  "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-21T05:19:27.719Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4292117b-6025-45ed-973f-1c94fbedee49
2022-04-21T05:19:27.720Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4292117b-6025-45ed-973f-1c94fbedee49 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-21T05:19:27.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "dcae-sch",
  "timestamp": 1650518187568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "cds",
  "timestamp": 1650518183554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:19:27.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518192889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:19:27.747Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:19:27.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "dcae-sch",
  "timestamp": 1650518187568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "aai-ml",
  "timestamp": 1650518192397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "cds",
  "timestamp": 1650518193401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:19:27.749Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:19:27.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "dcae-sch",
  "timestamp": 1650518187568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518193994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-21T05:19:27.750Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:19:27.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "aai-ml",
  "timestamp": 1650518192397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "dcae-sch",
  "timestamp": 1650518187568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650518195008,
  "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-21T05:19:27.766Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a11a6cd5-e40a-44f6-aad5-9a5960ec75d0
2022-04-21T05:19:27.767Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a11a6cd5-e40a-44f6-aad5-9a5960ec75d0 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-21T05:19:27.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "cds",
  "timestamp": 1650518194632,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-21T05:19:27.808Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a11a6cd5-e40a-44f6-aad5-9a5960ec75d0
2022-04-21T05:19:27.808Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a11a6cd5-e40a-44f6-aad5-9a5960ec75d0 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-21T05:19:27.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "aai-ml",
  "timestamp": 1650518192397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "dcae-sch",
  "timestamp": 1650518187568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "aai-ml",
  "timestamp": 1650518192397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "aai-ml",
  "timestamp": 1650518192397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "aai-ml",
  "timestamp": 1650518192397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "aai-ml",
  "timestamp": 1650518192397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "aai-ml",
  "timestamp": 1650518192397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "aai-ml",
  "timestamp": 1650518192397,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:19:27.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "aai-ml",
  "timestamp": 1650518202127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:19:27.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:19:27.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "aai-ml",
  "timestamp": 1650518207940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:19:27.832Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:19:27.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "aai-ml",
  "timestamp": 1650518208944,
  "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-21T05:19:27.841Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a11a6cd5-e40a-44f6-aad5-9a5960ec75d0
2022-04-21T05:19:27.841Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a11a6cd5-e40a-44f6-aad5-9a5960ec75d0 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-21T05:19:27.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518209344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518209344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518209344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518209344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518209344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518209344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518209344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518209344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:19:27.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518209344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:19:27.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:19:27.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518219283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:19:27.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:19:27.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518221316,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:19:27.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:19:27.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:19:27.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650518222321,
  "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-21T05:19:27.897Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a11a6cd5-e40a-44f6-aad5-9a5960ec75d0
2022-04-21T05:19:27.898Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a11a6cd5-e40a-44f6-aad5-9a5960ec75d0 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-21T05:19:28.138Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d4964837-9504-4101-bd5d-768a88dcf772",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3029541e-4fff-4d4b-a7ea-7e50b2dee40c",
    "vfModuleModelCustomizationUUID": "6840fccd-7833-4cd3-8f76-2850f09ed002",
    "isBase": true,
    "artifacts": [
      "ff9e0bde-8d2e-4680-8dde-032d59d3adfc",
      "754626d1-97b0-4b4f-8c25-58d92b4155fa"
    ],
    "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-21T05:19:28.163Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3029541e-4fff-4d4b-a7ea-7e50b2dee40c
VfModuleModelInvariantUUID:d4964837-9504-4101-bd5d-768a88dcf772
VfModuleModelDescription:NULL
Artifacts UUID List:{
ff9e0bde-8d2e-4680-8dde-032d59d3adfc
,
754626d1-97b0-4b4f-8c25-58d92b4155fa

}
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-21T05:19:28.172Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d4964837-9504-4101-bd5d-768a88dcf772",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3029541e-4fff-4d4b-a7ea-7e50b2dee40c",
    "vfModuleModelCustomizationUUID": "6840fccd-7833-4cd3-8f76-2850f09ed002",
    "isBase": true,
    "artifacts": [
      "ff9e0bde-8d2e-4680-8dde-032d59d3adfc",
      "754626d1-97b0-4b4f-8c25-58d92b4155fa"
    ],
    "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-21T05:19:28.173Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3029541e-4fff-4d4b-a7ea-7e50b2dee40c
VfModuleModelInvariantUUID:d4964837-9504-4101-bd5d-768a88dcf772
VfModuleModelDescription:NULL
Artifacts UUID List:{
ff9e0bde-8d2e-4680-8dde-032d59d3adfc
,
754626d1-97b0-4b4f-8c25-58d92b4155fa

}
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-21T05:19:28.173Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ff9e0bde-8d2e-4680-8dde-032d59d3adfc from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-21T05:19:28.173Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:19:28.174Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-21T05:19:28.326Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:19:28.327Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ff9e0bde-8d2e-4680-8dde-032d59d3adfc 5033
2022-04-21T05:19:28.327Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-21T05:19:28.327Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-21T05:19:28.327Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:19:28.328Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:19:28.331Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:19:28.331Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518368327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:19:28.432Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T05:19:28.433Z||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-21T05:19:28.433Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:28.449Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:28.450Z||pool-99-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:19:29.333Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 754626d1-97b0-4b4f-8c25-58d92b4155fa from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-21T05:19:29.333Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:19:29.333Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-21T05:19:29.730Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:19:29.730Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 754626d1-97b0-4b4f-8c25-58d92b4155fa 909
2022-04-21T05:19:29.731Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-21T05:19:29.731Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-21T05:19:29.731Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:19:29.731Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:19:29.735Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:19:29.735Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518369731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:19:29.838Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T05:19:29.839Z||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-21T05:19:29.839Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:29.861Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:29.862Z||pool-100-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:19:30.736Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c71d7a2d-f845-4526-9444-0af4095fd8c2
2022-04-21T05:19:30.737Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 4e4148a6-9821-4a96-8384-1d67a50c824f 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-21T05:19:30.764Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2338cdc6, org.onap.sdc.toscaparser.api.parameters.Input@49a903db, org.onap.sdc.toscaparser.api.parameters.Input@7cb050c, org.onap.sdc.toscaparser.api.parameters.Input@f400425, org.onap.sdc.toscaparser.api.parameters.Input@6a73aef6]
2022-04-21T05:19:30.766Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:30.767Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:19:30.767Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-04-21T05:19:30.767Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f383d240-e0e8-4efa-9943-89d3b42251b6
2022-04-21T05:19:30.767Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f383d240-e0e8-4efa-9943-89d3b42251b6 matches Tosca VF Customization UUID: f383d240-e0e8-4efa-9943-89d3b42251b6
2022-04-21T05:19:30.767Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f383d240-e0e8-4efa-9943-89d3b42251b6  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-21T05:19:30.770Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:30.770Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:19:30.771Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f383d240-e0e8-4efa-9943-89d3b42251b6: {\"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-21T05:19:30.771Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b171f3f
2022-04-21T05:19:30.772Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:30.772Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T05:19:30.772Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6840fccd-7833-4cd3-8f76-2850f09ed002
2022-04-21T05:19:30.773Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6840fccd-7833-4cd3-8f76-2850f09ed002
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-21T05:19:30.775Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:30.776Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-21T05:19:30.776Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:19:30.776Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:30.777Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-21T05:19:30.777Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:19:30.777Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:30.777Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-21T05:19:30.778Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-21T05:19:30.778Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-21T05:19:30.778Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7598bd41-6309-4302-84c2-88c9c46e91a6
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-21T05:19:30.782Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:30.782Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-21T05:19:30.782Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:19:30.782Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:30.783Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-21T05:19:30.783Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=f383d240-e0e8-4efa-9943-89d3b42251b6
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-21T05:19:30.785Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:30.786Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:19:30.786Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c71d7a2d-f845-4526-9444-0af4095fd8c2: basicclamp
2022-04-21T05:19:30.786Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:30.786Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:19:30.787Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:30.787Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:19:30.787Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:30.787Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:19:30.787Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:30.788Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:19:30.788Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:19:30.788Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:19:30.788Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-21T05:19:30.963Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 4e4148a6-9821-4a96-8384-1d67a50c824f 1 ASDC deployResourceStructure
2022-04-21T05:19:30.964Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-04-21T05:19:30.964Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-21T05:19:30.964Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:19:30.964Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:19:30.968Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:19:30.968Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518370964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:19:31.067Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:19:31.069Z||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-21T05:19:31.069Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:31.092Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:31.093Z||pool-101-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:19:31.970Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-21T05:19:31.970Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-21T05:19:31.970Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:19:31.970Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:19:31.973Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:19:31.973Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518371969,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-21T05:19:32.074Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:19:32.075Z||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-21T05:19:32.075Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:32.094Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:32.095Z||pool-102-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:19:32.975Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-21T05:19:32.975Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-21T05:19:32.975Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:19:32.976Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:19:32.979Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:19:32.979Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518372975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-21T05:19:33.079Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:19:33.081Z||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-21T05:19:33.081Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:33.097Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:33.098Z||pool-103-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:19:33.982Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-21T05:19:33.982Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-21T05:19:33.982Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:19:33.983Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:19:33.986Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:19:33.986Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518373982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:19:34.086Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:19:34.088Z||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-21T05:19:34.088Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:19:34.114Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:19:34.115Z||pool-104-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:19:34.987Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85f3b071-abd4-4829-b72f-e84cb9fe74e2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:19:35.022Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85f3b071-abd4-4829-b72f-e84cb9fe74e2
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-21T05:19:35.028Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:19:35.028Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-21T05:19:35.029Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-21T05:19:35.029Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-21T05:19:35.029Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:19:35.029Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:19:35.030Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:19:35.030Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:19:35.030Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:19:35.033Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:19:35.034Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-21T05:19:35.044Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-21T05:20:05.045Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 85f3b071-abd4-4829-b72f-e84cb9fe74e2 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-21T05:20:05.055Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 85f3b071-abd4-4829-b72f-e84cb9fe74e2 and serviceModelVersionId: c71d7a2d-f845-4526-9444-0af4095fd8c2
2022-04-21T05:20:05.056Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 081dc3c4-4540-408d-a94f-9c0339aace34
2022-04-21T05:20:05.062Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/081dc3c4-4540-408d-a94f-9c0339aace34/model-vers/model-ver/c71d7a2d-f845-4526-9444-0af4095fd8c2?depth=0
2022-04-21T05:20:05.072Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-21T05:20:05.172Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/081dc3c4-4540-408d-a94f-9c0339aace34/model-vers/model-ver/c71d7a2d-f845-4526-9444-0af4095fd8c2?depth=0|INFO|500||Invoke
2022-04-21T05:20:05.173Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/081dc3c4-4540-408d-a94f-9c0339aace34/model-vers/model-ver/c71d7a2d-f845-4526-9444-0af4095fd8c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/081dc3c4-4540-408d-a94f-9c0339aace34/model-vers/model-ver/c71d7a2d-f845-4526-9444-0af4095fd8c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[85f3b071-abd4-4829-b72f-e84cb9fe74e2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7454cce2-8ca4-4569-84f8-7b57c4c15cd7], X-ECOMP-RequestID=[85f3b071-abd4-4829-b72f-e84cb9fe74e2], X-TransactionId=[], X-ONAP-RequestID=[85f3b071-abd4-4829-b72f-e84cb9fe74e2], Content-Type=[application/merge-patch+json]}
2022-04-21T05:20:05.233Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/081dc3c4-4540-408d-a94f-9c0339aace34/model-vers/model-ver/c71d7a2d-f845-4526-9444-0af4095fd8c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-21T05:20:05.464Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/081dc3c4-4540-408d-a94f-9c0339aace34/model-vers/model-ver/c71d7a2d-f845-4526-9444-0af4095fd8c2?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/081dc3c4-4540-408d-a94f-9c0339aace34/model-vers/model-ver/c71d7a2d-f845-4526-9444-0af4095fd8c2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220421-05:20:05:327-5664], vertex-id=[250032], Content-Length=[0], Date=[Thu, 21 Apr 2022 05:20:05 GMT], Content-Type=[application/json]}
2022-04-21T05:20:05.465Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/081dc3c4-4540-408d-a94f-9c0339aace34/model-vers/model-ver/c71d7a2d-f845-4526-9444-0af4095fd8c2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-21T05:20:05.466Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/081dc3c4-4540-408d-a94f-9c0339aace34/model-vers/model-ver/c71d7a2d-f845-4526-9444-0af4095fd8c2?depth=0|INFO|500||InvokeReturn
2022-04-21T05:20:05.466Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-21T05:20:05.467Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-21T05:20:05.475Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-21T05:20:05.476Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 85f3b071-abd4-4829-b72f-e84cb9fe74e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-21T05:20:05.476Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-21T05:20:05.477Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:05.483Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:05.483Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518405476,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:20:05.581Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T05:20:05.583Z||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-21T05:20:05.584Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:05.605Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:05.606Z||pool-105-thread-1|||||INFO|500||cambria reply ok (24 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-21T05:20:06.501Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:20:06.501Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ee2b6c22-ecd2-4433-a034-0d2676269183","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"44b6083a-f72e-4632-8a9e-816d69ce0376","serviceDescription":"service","serviceInvariantUUID":"e35be953-86ce-4fcd-96ef-762fc537e587","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"15c40bb0-d387-41c5-916e-2d7c5177665c","resourceInvariantUUID":"a9929ca6-0ae9-4bb2-8ed5-2263b8c37129","resourceCustomizationUUID":"15bfa2ad-a65d-4233-a00e-170cac31d3d6","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":"ZDZmMGM5OTg2MzY5Mzk0MTI4OWE3NzBlYjM4Y2ZjY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f8ff0107-9cc6-4c2b-af33-5f0a416c1603","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":"Zjg0YTgzMDg0MDE4YmQxZmUxMTA5ZDI5MGFjOTc1OWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"20cf4b28-51bd-4d75-a558-a8eea08dee20","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":"592a7511-78cd-45dd-8ac4-cf3849fed16a","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":"6e3a0ef6-0d2c-4d45-864c-a7bce2fbbac6","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":"a9f541bd-8ed9-43d4-91a5-85b42d27514b","artifactVersion":"2","generatedFromUUID":"592a7511-78cd-45dd-8ac4-cf3849fed16a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTY1MGVmNTI0ZjFhODZjMTlhYmVmNjM5ZDRiMTRjMjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c70a58d-f4db-4de9-b793-235fe6804748","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjQ4YjUxNTFmZDA3NmM2MGNjNzdhZWYzMTE1NDg1N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"65fcc1e8-3cde-4cee-8778-894debef9559","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-21T05:20:06.504Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:20:06.504Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:06.508Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:06.508Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:20:06.609Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T05:20:06.611Z||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-21T05:20:06.612Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:06.628Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:06.630Z||pool-106-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:20:07.509Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:20:07.509Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:07.531Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:07.531Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:20:07.620Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-04-21T05:20:07.621Z||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-21T05:20:07.621Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:07.646Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:07.647Z||pool-107-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:20:08.533Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:20:08.535Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:08.540Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:08.541Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:20:08.640Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:20:08.641Z||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-21T05:20:08.642Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:08.657Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:08.658Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:20:09.542Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:20:09.544Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:09.549Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:09.549Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:20:09.648Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:20:09.649Z||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-21T05:20:09.650Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:09.664Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:09.665Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:20:10.550Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:20:10.551Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:10.553Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:10.554Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-21T05:20:10.654Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:20:10.656Z||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-21T05:20:10.656Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:10.668Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:10.669Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:20:11.554Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:20:11.556Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:11.560Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:11.560Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:20:11.660Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:20:11.661Z||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-21T05:20:11.661Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:11.674Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:11.676Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:20:12.561Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:20:12.561Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:12.565Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:12.565Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:20:12.665Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:20:12.666Z||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-21T05:20:12.666Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:12.679Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:12.680Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:20:13.567Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "44b6083a-f72e-4632-8a9e-816d69ce0376",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e35be953-86ce-4fcd-96ef-762fc537e587",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "15bfa2ad-a65d-4233-a00e-170cac31d3d6",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "15c40bb0-d387-41c5-916e-2d7c5177665c",
      "resourceInvariantUUID": "a9929ca6-0ae9-4bb2-8ed5-2263b8c37129",
      "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": "Zjg0YTgzMDg0MDE4YmQxZmUxMTA5ZDI5MGFjOTc1OWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "20cf4b28-51bd-4d75-a558-a8eea08dee20",
          "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": "592a7511-78cd-45dd-8ac4-cf3849fed16a",
          "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": "a9f541bd-8ed9-43d4-91a5-85b42d27514b",
            "generatedFromUUID": "592a7511-78cd-45dd-8ac4-cf3849fed16a"
          },
          "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": "a9f541bd-8ed9-43d4-91a5-85b42d27514b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZjQ4YjUxNTFmZDA3NmM2MGNjNzdhZWYzMTE1NDg1N2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "65fcc1e8-3cde-4cee-8778-894debef9559"
    }
  ],
  "workloadContext": "Production"
}
2022-04-21T05:20:13.567Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-21T05:20:13.567Z|85f3b071-abd4-4829-b72f-e84cb9fe74e2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 44b6083a-f72e-4632-8a9e-816d69ce0376 ASDC
2022-04-21T05:20:13.568Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ee2b6c22-ecd2-4433-a034-0d2676269183
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:44b6083a-f72e-4632-8a9e-816d69ce0376
ServiceInvariantUUID:e35be953-86ce-4fcd-96ef-762fc537e587
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:65fcc1e8-3cde-4cee-8778-894debef9559
ArtifactChecksum:ZjQ4YjUxNTFmZDA3NmM2MGNjNzdhZWYzMTE1NDg1N2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:15bfa2ad-a65d-4233-a00e-170cac31d3d6
ResourceInvariantUUID:a9929ca6-0ae9-4bb2-8ed5-2263b8c37129
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:15c40bb0-d387-41c5-916e-2d7c5177665c
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:20cf4b28-51bd-4d75-a558-a8eea08dee20
ArtifactChecksum:Zjg0YTgzMDg0MDE4YmQxZmUxMTA5ZDI5MGFjOTc1OWM=
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:592a7511-78cd-45dd-8ac4-cf3849fed16a
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:a9f541bd-8ed9-43d4-91a5-85b42d27514b
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:a9f541bd-8ed9-43d4-91a5-85b42d27514b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-21T05:20:13.568Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44b6083a-f72e-4632-8a9e-816d69ce0376 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-21T05:20:13.629Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:20:13.630Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-21T05:20:13.630Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-21T05:20:13.631Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 65fcc1e8-3cde-4cee-8778-894debef9559 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-21T05:20:13.631Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:20:13.631Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-21T05:20:13.769Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:20:13.779Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 65fcc1e8-3cde-4cee-8778-894debef9559 71035
2022-04-21T05:20:13.780Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-21T05:20:13.780Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-21T05:20:13.780Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:20:13.781Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:13.785Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:13.785Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518413780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:20:13.886Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:20:13.888Z||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-21T05:20:13.888Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:13.901Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:13.903Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:20:14.787Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:20:14.789Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-21T05:20:14.790Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 65fcc1e8-3cde-4cee-8778-894debef9559, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-21T05:20:14.790Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-21T05:20:14.791Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-21T05:20:14.791Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-21T05:20:14.991Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15641096059987700850/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-21T05:20:17.306Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-21T05:20:17.307Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-21T05:20:17.307Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-21T05:20:17.307Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-21T05:20:17.307Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-21T05:20:17.307Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-21T05:20:17.307Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-21T05:20:17.308Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-21T05:20:17.308Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-21T05:20:17.308Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-21T05:20:17.308Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-21T05:20:17.308Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-21T05:20:17.308Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-21T05:20:17.308Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-21T05:20:17.308Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:17.309Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:20:17.309Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-21T05:20:17.309Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-21T05:20:17.310Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:20:17.310Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:17.310Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:20:17.310Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-21T05:20:17.310Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-21T05:20:17.311Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:20:17.311Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:17.311Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:20:17.311Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:17.312Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-21T05:20:17.312Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-21T05:20:17.312Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-21T05:20:17.312Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-21T05:20:17.312Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-21T05:20:17.313Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-21T05:20:17.313Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:17.313Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T05:20:17.314Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:17.314Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-21T05:20:17.314Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:20:17.314Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:17.315Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-21T05:20:17.315Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:20:17.315Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:17.315Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-21T05:20:17.315Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:20:17.316Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:17.316Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-21T05:20:17.316Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-21T05:20:17.316Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-21T05:20:17.319Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fb0f60e0-bef8-491f-a3cb-8c880bec64d0
2022-04-21T05:20:17.323Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:17.324Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:20:17.325Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:17.325Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:20:17.326Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:17.326Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:20:17.326Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:17.326Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:20:17.327Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:44b6083a-f72e-4632-8a9e-816d69ce0376
Model Version:NULL
Model InvariantUuid:e35be953-86ce-4fcd-96ef-762fc537e587
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:ca0f47e1-ee5e-412f-90cf-555983d3d677
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a9929ca6-0ae9-4bb2-8ed5-2263b8c37129
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:15bfa2ad-a65d-4233-a00e-170cac31d3d6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8c10788a-46ac-46e3-b190-10ba9296b20f
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:8c14b50b-a1bf-4606-b867-17476da99b30
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fb0f60e0-bef8-491f-a3cb-8c880bec64d0
ModelInvariantUuid:b9004d58-dd1d-4f66-aa83-1441d1439f71
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:8e6b5989-a862-4174-af4e-9102ca12d77b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:13dcda82-2247-4922-9f99-7d42d3738f02
ModelInvariantUuid:43fba57a-bd83-4eb1-904d-043a5de6ce08
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:7eb434c5-a9ef-4784-ad51-1489170ca126
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-21T05:20:17.343Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 15c40bb0-d387-41c5-916e-2d7c5177665c
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-21T05:20:17.349Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-04-21T05:20:17.350Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 15c40bb0-d387-41c5-916e-2d7c5177665c
2022-04-21T05:20:17.350Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 20cf4b28-51bd-4d75-a558-a8eea08dee20 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-21T05:20:17.350Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:20:17.350Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-21T05:20:17.661Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:20:17.662Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 20cf4b28-51bd-4d75-a558-a8eea08dee20 787
2022-04-21T05:20:17.662Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-21T05:20:17.663Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-21T05:20:17.663Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:20:17.663Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:17.673Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:17.674Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518417662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:20:17.769Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-21T05:20:17.771Z||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-21T05:20:17.771Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:17.788Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:17.789Z||pool-114-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:20:18.674Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8c10788a-46ac-46e3-b190-10ba9296b20f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c14b50b-a1bf-4606-b867-17476da99b30",
    "vfModuleModelCustomizationUUID": "0647bd1f-37cf-4fa7-9bbf-38e48d272a2c",
    "isBase": true,
    "artifacts": [
      "592a7511-78cd-45dd-8ac4-cf3849fed16a",
      "a9f541bd-8ed9-43d4-91a5-85b42d27514b"
    ],
    "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-21T05:20:18.681Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c14b50b-a1bf-4606-b867-17476da99b30
VfModuleModelInvariantUUID:8c10788a-46ac-46e3-b190-10ba9296b20f
VfModuleModelDescription:NULL
Artifacts UUID List:{
592a7511-78cd-45dd-8ac4-cf3849fed16a
,
a9f541bd-8ed9-43d4-91a5-85b42d27514b

}
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-21T05:20:18.692Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8c10788a-46ac-46e3-b190-10ba9296b20f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8c14b50b-a1bf-4606-b867-17476da99b30",
    "vfModuleModelCustomizationUUID": "0647bd1f-37cf-4fa7-9bbf-38e48d272a2c",
    "isBase": true,
    "artifacts": [
      "592a7511-78cd-45dd-8ac4-cf3849fed16a",
      "a9f541bd-8ed9-43d4-91a5-85b42d27514b"
    ],
    "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-21T05:20:18.692Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8c14b50b-a1bf-4606-b867-17476da99b30
VfModuleModelInvariantUUID:8c10788a-46ac-46e3-b190-10ba9296b20f
VfModuleModelDescription:NULL
Artifacts UUID List:{
592a7511-78cd-45dd-8ac4-cf3849fed16a
,
a9f541bd-8ed9-43d4-91a5-85b42d27514b

}
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-21T05:20:18.692Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 592a7511-78cd-45dd-8ac4-cf3849fed16a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-21T05:20:18.692Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:20:18.693Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-21T05:20:18.969Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:20:18.969Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 592a7511-78cd-45dd-8ac4-cf3849fed16a 5033
2022-04-21T05:20:18.970Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-21T05:20:18.970Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-21T05:20:18.970Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:20:18.970Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:18.973Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:18.973Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518418970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:20:19.075Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-21T05:20:19.077Z||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-21T05:20:19.077Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:19.089Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:19.090Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:20:19.974Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a9f541bd-8ed9-43d4-91a5-85b42d27514b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-21T05:20:19.976Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:20:19.976Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-21T05:20:20.079Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:20:20.080Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a9f541bd-8ed9-43d4-91a5-85b42d27514b 903
2022-04-21T05:20:20.080Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-21T05:20:20.080Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-21T05:20:20.080Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:20:20.081Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:20.084Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:20.085Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518420080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:20:20.184Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T05:20:20.185Z||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-21T05:20:20.186Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:20.198Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:20.198Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:20:21.088Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 44b6083a-f72e-4632-8a9e-816d69ce0376
2022-04-21T05:20:21.088Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 15c40bb0-d387-41c5-916e-2d7c5177665c 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-21T05:20:21.128Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b42985a, org.onap.sdc.toscaparser.api.parameters.Input@581a5988, org.onap.sdc.toscaparser.api.parameters.Input@761281e7, org.onap.sdc.toscaparser.api.parameters.Input@773a6880, org.onap.sdc.toscaparser.api.parameters.Input@18d5ae75]
2022-04-21T05:20:21.132Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:21.132Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:20:21.133Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-04-21T05:20:21.133Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 15bfa2ad-a65d-4233-a00e-170cac31d3d6
2022-04-21T05:20:21.133Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 15bfa2ad-a65d-4233-a00e-170cac31d3d6 matches Tosca VF Customization UUID: 15bfa2ad-a65d-4233-a00e-170cac31d3d6
2022-04-21T05:20:21.133Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 15bfa2ad-a65d-4233-a00e-170cac31d3d6  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-21T05:20:21.138Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:21.140Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:20:21.144Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 15bfa2ad-a65d-4233-a00e-170cac31d3d6: {\"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-21T05:20:21.146Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@542cdc07
2022-04-21T05:20:21.146Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:21.146Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T05:20:21.147Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0647bd1f-37cf-4fa7-9bbf-38e48d272a2c
2022-04-21T05:20:21.147Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0647bd1f-37cf-4fa7-9bbf-38e48d272a2c
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-21T05:20:21.152Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:21.153Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-21T05:20:21.153Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:20:21.154Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:21.154Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-21T05:20:21.154Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:20:21.155Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:21.155Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-21T05:20:21.155Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-21T05:20:21.155Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-21T05:20:21.156Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fb0f60e0-bef8-491f-a3cb-8c880bec64d0
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-21T05:20:21.160Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:21.160Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-21T05:20:21.161Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:20:21.161Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:21.162Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-21T05:20:21.162Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=15bfa2ad-a65d-4233-a00e-170cac31d3d6
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-21T05:20:21.166Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:21.167Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:20:21.167Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 44b6083a-f72e-4632-8a9e-816d69ce0376: basic_vm
2022-04-21T05:20:21.167Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:21.167Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:20:21.168Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:21.168Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:20:21.168Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:21.169Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:20:21.169Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:21.169Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:20:21.169Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:20:21.170Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:20:21.170Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-21T05:20:21.322Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 15c40bb0-d387-41c5-916e-2d7c5177665c 1 ASDC deployResourceStructure
2022-04-21T05:20:21.323Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-21T05:20:21.323Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-21T05:20:21.323Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:20:21.323Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:21.327Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:21.328Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518421323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:20:21.428Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:20:21.429Z||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-21T05:20:21.429Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:21.443Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:21.444Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:20:22.330Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-21T05:20:22.330Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-21T05:20:22.330Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:20:22.331Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:22.335Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:22.335Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518422329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-21T05:20:22.435Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:20:22.436Z||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-21T05:20:22.436Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:22.450Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:22.451Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:20:23.337Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-21T05:20:23.337Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-21T05:20:23.337Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:20:23.337Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:23.340Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:23.341Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518423336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-21T05:20:23.440Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:20:23.442Z||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-21T05:20:23.443Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:23.459Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:23.460Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:20:24.341Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-21T05:20:24.342Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-21T05:20:24.342Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:20:24.343Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:24.347Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:24.348Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518424341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:20:24.448Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:20:24.450Z||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-21T05:20:24.450Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:24.462Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:24.463Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:20:25.351Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee2b6c22-ecd2-4433-a034-0d2676269183
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:20:25.378Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee2b6c22-ecd2-4433-a034-0d2676269183
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-21T05:20:25.383Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:20:25.383Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-21T05:20:25.383Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-21T05:20:25.383Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-21T05:20:25.383Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:20:25.383Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:20:25.384Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:20:25.384Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:20:25.384Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:20:25.384Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-21T05:20:25.393Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-21T05:20:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:20:27.559Z||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-21T05:20:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:27.582Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:27.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:20:27.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b4168ba-9172-4ffc-b0fa-d31edfd293b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518291434,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:20:27.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:20:27.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:20:27.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:20:27.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:20:27.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:20:27.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-21T05:20:27.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:20:27.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:20:27.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-21T05:20:27.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:20:27.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:20:27.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:20:27.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:20:27.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:20:27.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:20:27.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:20:27.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:20:27.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:20:27.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:20:27.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:20:27.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-21T05:20:27.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:20:27.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:20:27.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:20:27.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:20:27.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:20:27.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:20:27.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:20:27.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:20:27.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518306740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:20:27.588Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:20:55.400Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ee2b6c22-ecd2-4433-a034-0d2676269183 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-21T05:20:55.422Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ee2b6c22-ecd2-4433-a034-0d2676269183 and serviceModelVersionId: 44b6083a-f72e-4632-8a9e-816d69ce0376
2022-04-21T05:20:55.422Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e35be953-86ce-4fcd-96ef-762fc537e587
2022-04-21T05:20:55.424Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e35be953-86ce-4fcd-96ef-762fc537e587/model-vers/model-ver/44b6083a-f72e-4632-8a9e-816d69ce0376?depth=0
2022-04-21T05:20:55.440Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-21T05:20:55.534Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35be953-86ce-4fcd-96ef-762fc537e587/model-vers/model-ver/44b6083a-f72e-4632-8a9e-816d69ce0376?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-21T05:20:55.539Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35be953-86ce-4fcd-96ef-762fc537e587/model-vers/model-ver/44b6083a-f72e-4632-8a9e-816d69ce0376?depth=0|INFO|500||Invoke
2022-04-21T05:20:55.599Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35be953-86ce-4fcd-96ef-762fc537e587/model-vers/model-ver/44b6083a-f72e-4632-8a9e-816d69ce0376?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-21T05:20:55.935Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35be953-86ce-4fcd-96ef-762fc537e587/model-vers/model-ver/44b6083a-f72e-4632-8a9e-816d69ce0376?depth=0|INFO|500||InvokeReturn
2022-04-21T05:20:55.935Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e35be953-86ce-4fcd-96ef-762fc537e587/model-vers/model-ver/44b6083a-f72e-4632-8a9e-816d69ce0376?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220421-05:20:55:743-62105], vertex-id=[454672], Content-Length=[0], Date=[Thu, 21 Apr 2022 05:20:55 GMT], Content-Type=[application/json]}
2022-04-21T05:20:55.936Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-04-21T05:20:55.937Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-21T05:20:55.937Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-21T05:20:55.954Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-21T05:20:55.955Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ee2b6c22-ecd2-4433-a034-0d2676269183 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-21T05:20:55.956Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-21T05:20:55.956Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:55.960Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:55.961Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518455955,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:20:56.061Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:20:56.063Z||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-21T05:20:56.063Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:56.171Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:56.172Z||pool-121-thread-1|||||INFO|500||cambria reply ok (110 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-21T05:20:57.020Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:20:57.021Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4292117b-6025-45ed-973f-1c94fbedee49","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e222be7d-ec6a-4287-bca1-6097467f1c31","serviceDescription":"service","serviceInvariantUUID":"e0b22135-2256-4c4f-b60d-5a0ea337c878","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0654ae89-c4b3-4f5f-8ff5-62c0c9255d36","resourceInvariantUUID":"dc2f7f79-ea89-472f-a513-258de11b4352","resourceCustomizationUUID":"6dde3284-128c-475e-bf95-7522b1ee2490","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":"ZjA3MDNiMzYzMzZlZGFmZGU2NTAwN2VkMDY3NzYyNGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb0f3c4d-fd27-4c67-94bb-6a20b0a523f9","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":"Y2VhZTgwOWU2YzRlYTQxMGQ3ZDVjNzhjYTc4ZTYxYjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"21aabfb5-8e51-4680-a5ed-57a9f60ebc02","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":"5e30000b-27fd-487e-b9f8-88606b56f70e","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":"0e24f24f-d752-4283-a45c-629368f41e71","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":"39fad2b8-fb30-49f7-b7fe-ee35f71d27a2","artifactVersion":"2","generatedFromUUID":"5e30000b-27fd-487e-b9f8-88606b56f70e"},{"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":"ZjFmNjc5NzU3YmFkY2NhMDQxNDMyNmFmZmNlYjIzYjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c8c7f1c5-183d-4086-90f9-14874d145784","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":"MmY2NDc5YTFkYTc2MDg1YWQ5MDFlYzI2MzEzMWE4YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e3136b01-b724-4f46-aec4-96026f275a6f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTFkM2Q3NTk2YjViN2MwYWU3NTMxYzllOTM2YWUwMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ba14ffd1-501a-4daa-a57c-c1d275ed4d77","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-21T05:20:57.022Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:20:57.022Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:57.027Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:57.027Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:20:57.129Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-21T05:20:57.131Z||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-21T05:20:57.131Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:57.145Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:57.153Z||pool-122-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:20:58.028Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:20:58.029Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:58.033Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:58.033Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:20:58.133Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:20:58.134Z||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-21T05:20:58.134Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:58.148Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:58.150Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:20:59.035Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:20:59.036Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:20:59.050Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:20:59.050Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:20:59.150Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:20:59.151Z||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-21T05:20:59.151Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:20:59.167Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:20:59.168Z||pool-124-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:21:00.051Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:21:00.052Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:00.056Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:00.057Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:21:00.158Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T05:21:00.159Z||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-21T05:21:00.159Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:00.178Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:00.179Z||pool-125-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:01.058Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:21:01.059Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:01.063Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:01.063Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-21T05:21:01.163Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:21:01.164Z||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-21T05:21:01.164Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:01.182Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:01.183Z||pool-126-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:02.063Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:21:02.064Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:02.069Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:02.069Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:21:02.168Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:21:02.169Z||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-21T05:21:02.170Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:02.182Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:02.183Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:03.070Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:21:03.071Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:03.083Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:03.083Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:21:03.182Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T05:21:03.183Z||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-21T05:21:03.184Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:03.202Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:03.203Z||pool-128-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:04.084Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:21:04.086Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:04.090Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:04.090Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:21:04.190Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:21:04.192Z||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-21T05:21:04.192Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:04.209Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:04.210Z||pool-129-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:05.098Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e222be7d-ec6a-4287-bca1-6097467f1c31",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e0b22135-2256-4c4f-b60d-5a0ea337c878",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "6dde3284-128c-475e-bf95-7522b1ee2490",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0654ae89-c4b3-4f5f-8ff5-62c0c9255d36",
      "resourceInvariantUUID": "dc2f7f79-ea89-472f-a513-258de11b4352",
      "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": "Y2VhZTgwOWU2YzRlYTQxMGQ3ZDVjNzhjYTc4ZTYxYjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "21aabfb5-8e51-4680-a5ed-57a9f60ebc02",
          "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": "5e30000b-27fd-487e-b9f8-88606b56f70e",
          "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": "39fad2b8-fb30-49f7-b7fe-ee35f71d27a2",
            "generatedFromUUID": "5e30000b-27fd-487e-b9f8-88606b56f70e"
          },
          "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": "39fad2b8-fb30-49f7-b7fe-ee35f71d27a2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MTFkM2Q3NTk2YjViN2MwYWU3NTMxYzllOTM2YWUwMDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ba14ffd1-501a-4daa-a57c-c1d275ed4d77"
    }
  ],
  "workloadContext": "Production"
}
2022-04-21T05:21:05.099Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-21T05:21:05.099Z|ee2b6c22-ecd2-4433-a034-0d2676269183|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e222be7d-ec6a-4287-bca1-6097467f1c31 ASDC
2022-04-21T05:21:05.100Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4292117b-6025-45ed-973f-1c94fbedee49
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e222be7d-ec6a-4287-bca1-6097467f1c31
ServiceInvariantUUID:e0b22135-2256-4c4f-b60d-5a0ea337c878
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:ba14ffd1-501a-4daa-a57c-c1d275ed4d77
ArtifactChecksum:MTFkM2Q3NTk2YjViN2MwYWU3NTMxYzllOTM2YWUwMDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:6dde3284-128c-475e-bf95-7522b1ee2490
ResourceInvariantUUID:dc2f7f79-ea89-472f-a513-258de11b4352
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:0654ae89-c4b3-4f5f-8ff5-62c0c9255d36
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:21aabfb5-8e51-4680-a5ed-57a9f60ebc02
ArtifactChecksum:Y2VhZTgwOWU2YzRlYTQxMGQ3ZDVjNzhjYTc4ZTYxYjA=
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:5e30000b-27fd-487e-b9f8-88606b56f70e
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:39fad2b8-fb30-49f7-b7fe-ee35f71d27a2
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:39fad2b8-fb30-49f7-b7fe-ee35f71d27a2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-21T05:21:05.100Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e222be7d-ec6a-4287-bca1-6097467f1c31 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-21T05:21:05.178Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:21:05.179Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-21T05:21:05.179Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-21T05:21:05.180Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ba14ffd1-501a-4daa-a57c-c1d275ed4d77 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-21T05:21:05.180Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:21:05.180Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-21T05:21:05.548Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:21:05.556Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ba14ffd1-501a-4daa-a57c-c1d275ed4d77 78793
2022-04-21T05:21:05.556Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:05.557Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:05.557Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:21:05.558Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:05.561Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:05.561Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518465556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:21:05.662Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:21:05.664Z||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-21T05:21:05.664Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:05.678Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:05.679Z||pool-130-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:06.562Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:21:06.564Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-21T05:21:06.564Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ba14ffd1-501a-4daa-a57c-c1d275ed4d77, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-21T05:21:06.565Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-21T05:21:06.566Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-21T05:21:06.566Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-21T05:21:06.884Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7045125225047553228/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-21T05:21:09.381Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-21T05:21:09.382Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-21T05:21:09.382Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-21T05:21:09.382Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-21T05:21:09.382Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:09.383Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-21T05:21:09.383Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-21T05:21:09.383Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-21T05:21:09.383Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-21T05:21:09.383Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-21T05:21:09.383Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-21T05:21:09.383Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-21T05:21:09.383Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-21T05:21:09.384Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-21T05:21:09.384Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:09.384Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:21:09.385Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-21T05:21:09.385Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-21T05:21:09.385Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:21:09.386Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:09.386Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:21:09.386Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-21T05:21:09.386Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-21T05:21:09.387Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:21:09.387Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:09.387Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:21:09.387Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:09.388Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-21T05:21:09.388Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-21T05:21:09.388Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-21T05:21:09.388Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-21T05:21:09.389Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-21T05:21:09.389Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-21T05:21:09.389Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:09.389Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T05:21:09.390Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:09.390Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-21T05:21:09.390Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:21:09.390Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:09.391Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-21T05:21:09.391Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:21:09.391Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:09.391Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-21T05:21:09.392Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:21:09.392Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:09.392Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-21T05:21:09.392Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-21T05:21:09.393Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-21T05:21:09.393Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=20fd16cf-b0e7-41f8-90bf-2df36158c958
2022-04-21T05:21:09.393Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:09.393Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:21:09.394Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:09.394Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:21:09.394Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:09.394Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:21:09.394Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:09.395Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:21:09.395Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e222be7d-ec6a-4287-bca1-6097467f1c31
Model Version:NULL
Model InvariantUuid:e0b22135-2256-4c4f-b60d-5a0ea337c878
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c83b6029-ae86-4f8c-991a-a1b7f2e98300
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dc2f7f79-ea89-472f-a513-258de11b4352
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6dde3284-128c-475e-bf95-7522b1ee2490
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:97d736f2-6aa9-4a88-8744-a4b5c346548b
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:169beeb2-c033-4b80-8e39-05d9ca8340f9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:20fd16cf-b0e7-41f8-90bf-2df36158c958
ModelInvariantUuid:b3a8ec34-5ad6-4e69-bdf0-5543e31e8d7f
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:df5a6492-38a5-454e-8f17-57a483840e80
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c6707996-075d-4e23-b017-939547142918
ModelInvariantUuid:af467ace-ad29-4c67-b37c-5f22279467ea
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:956e086d-ef58-45f0-be97-7182a094a0e0
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-21T05:21:09.410Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 0654ae89-c4b3-4f5f-8ff5-62c0c9255d36
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-21T05:21:09.415Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-04-21T05:21:09.415Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0654ae89-c4b3-4f5f-8ff5-62c0c9255d36
2022-04-21T05:21:09.415Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 21aabfb5-8e51-4680-a5ed-57a9f60ebc02 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-21T05:21:09.415Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:21:09.416Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:09.731Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:21:09.732Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 21aabfb5-8e51-4680-a5ed-57a9f60ebc02 792
2022-04-21T05:21:09.732Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:09.732Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:09.733Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:21:09.734Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:09.737Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:09.738Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518469732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:21:09.838Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:21:09.839Z||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-21T05:21:09.839Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:09.854Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:09.855Z||pool-131-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:10.739Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "97d736f2-6aa9-4a88-8744-a4b5c346548b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "169beeb2-c033-4b80-8e39-05d9ca8340f9",
    "vfModuleModelCustomizationUUID": "b983d901-3245-4ed3-b362-f3ce7fe0d8c5",
    "isBase": true,
    "artifacts": [
      "5e30000b-27fd-487e-b9f8-88606b56f70e",
      "39fad2b8-fb30-49f7-b7fe-ee35f71d27a2"
    ],
    "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-21T05:21:10.751Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:169beeb2-c033-4b80-8e39-05d9ca8340f9
VfModuleModelInvariantUUID:97d736f2-6aa9-4a88-8744-a4b5c346548b
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e30000b-27fd-487e-b9f8-88606b56f70e
,
39fad2b8-fb30-49f7-b7fe-ee35f71d27a2

}
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-21T05:21:10.754Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "97d736f2-6aa9-4a88-8744-a4b5c346548b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "169beeb2-c033-4b80-8e39-05d9ca8340f9",
    "vfModuleModelCustomizationUUID": "b983d901-3245-4ed3-b362-f3ce7fe0d8c5",
    "isBase": true,
    "artifacts": [
      "5e30000b-27fd-487e-b9f8-88606b56f70e",
      "39fad2b8-fb30-49f7-b7fe-ee35f71d27a2"
    ],
    "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-21T05:21:10.755Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:169beeb2-c033-4b80-8e39-05d9ca8340f9
VfModuleModelInvariantUUID:97d736f2-6aa9-4a88-8744-a4b5c346548b
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e30000b-27fd-487e-b9f8-88606b56f70e
,
39fad2b8-fb30-49f7-b7fe-ee35f71d27a2

}
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-21T05:21:10.757Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5e30000b-27fd-487e-b9f8-88606b56f70e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-21T05:21:10.757Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:21:10.757Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:10.828Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:21:10.829Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 5e30000b-27fd-487e-b9f8-88606b56f70e 5033
2022-04-21T05:21:10.830Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:10.830Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:10.831Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:21:10.831Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:10.836Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:10.837Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518470830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:21:10.944Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-21T05:21:10.945Z||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-21T05:21:10.945Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:10.959Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:10.960Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:11.838Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 39fad2b8-fb30-49f7-b7fe-ee35f71d27a2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-21T05:21:11.839Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:21:11.839Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:11.888Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:21:11.889Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 39fad2b8-fb30-49f7-b7fe-ee35f71d27a2 903
2022-04-21T05:21:11.889Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:11.890Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:11.890Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:21:11.890Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:11.894Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:11.894Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518471889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:21:11.996Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T05:21:11.997Z||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-21T05:21:11.998Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:12.037Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:12.039Z||pool-133-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:21:12.900Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e222be7d-ec6a-4287-bca1-6097467f1c31
2022-04-21T05:21:12.901Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0654ae89-c4b3-4f5f-8ff5-62c0c9255d36 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-21T05:21:12.939Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ca80e7e, org.onap.sdc.toscaparser.api.parameters.Input@5f3bf547, org.onap.sdc.toscaparser.api.parameters.Input@5d7cdb88, org.onap.sdc.toscaparser.api.parameters.Input@58d6b44c, org.onap.sdc.toscaparser.api.parameters.Input@34e18ad6]
2022-04-21T05:21:12.946Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:12.947Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:21:12.947Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-04-21T05:21:12.948Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 6dde3284-128c-475e-bf95-7522b1ee2490
2022-04-21T05:21:12.948Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6dde3284-128c-475e-bf95-7522b1ee2490 matches Tosca VF Customization UUID: 6dde3284-128c-475e-bf95-7522b1ee2490
2022-04-21T05:21:12.948Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 6dde3284-128c-475e-bf95-7522b1ee2490  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-21T05:21:12.957Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:12.957Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:21:12.958Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 6dde3284-128c-475e-bf95-7522b1ee2490: {\"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-21T05:21:12.959Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62725c28
2022-04-21T05:21:12.959Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:12.959Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-21T05:21:12.959Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b983d901-3245-4ed3-b362-f3ce7fe0d8c5
2022-04-21T05:21:12.959Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b983d901-3245-4ed3-b362-f3ce7fe0d8c5
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-21T05:21:12.966Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:12.967Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-21T05:21:12.967Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:21:12.968Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:12.968Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-21T05:21:12.968Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:21:12.968Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:12.969Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-21T05:21:12.973Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-21T05:21:12.974Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-21T05:21:12.975Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=20fd16cf-b0e7-41f8-90bf-2df36158c958
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-21T05:21:12.982Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:12.983Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-21T05:21:12.983Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-21T05:21:12.984Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:12.984Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-21T05:21:12.984Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6dde3284-128c-475e-bf95-7522b1ee2490
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-21T05:21:12.988Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:12.989Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:21:12.989Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e222be7d-ec6a-4287-bca1-6097467f1c31: basic_vm_macro
2022-04-21T05:21:12.990Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:12.990Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:21:12.990Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:12.990Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:21:12.991Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:12.991Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:21:12.991Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:12.991Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:21:12.992Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:21:12.992Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:21:12.992Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:13.157Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0654ae89-c4b3-4f5f-8ff5-62c0c9255d36 1 ASDC deployResourceStructure
2022-04-21T05:21:13.157Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:13.158Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:13.158Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:21:13.158Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:13.160Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:13.168Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518473157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:21:13.261Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-04-21T05:21:13.262Z||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-21T05:21:13.263Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:13.282Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:13.283Z||pool-134-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:14.170Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:14.170Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:14.170Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:21:14.171Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:14.173Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:14.174Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518474169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-21T05:21:14.274Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:21:14.275Z||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-21T05:21:14.275Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:14.304Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:14.306Z||pool-135-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:15.174Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:15.176Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:15.176Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:21:15.176Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:15.179Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:15.180Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518475174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-21T05:21:15.280Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:21:15.281Z||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-21T05:21:15.281Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:15.294Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:15.295Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:16.180Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:16.181Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||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-21T05:21:16.181Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:21:16.182Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:16.184Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:16.185Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518476180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:21:16.285Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:21:16.286Z||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-21T05:21:16.286Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:16.299Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:16.300Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:17.187Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4292117b-6025-45ed-973f-1c94fbedee49
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:21:17.223Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4292117b-6025-45ed-973f-1c94fbedee49
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-21T05:21:17.230Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:21:17.230Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-21T05:21:17.230Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-21T05:21:17.231Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-21T05:21:17.231Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:21:17.231Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:21:17.231Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:21:17.232Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:21:17.232Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:21:17.232Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-21T05:21:17.256Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-21T05:21:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:21:27.559Z||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-21T05:21:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:27.639Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:27.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518310638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:21:27.643Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:21:27.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518311929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:21:27.643Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:21:27.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518313236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:21:27.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:21:27.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518314363,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:21:27.645Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:21:27.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518315635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:21:27.645Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:21:27.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518316878,
  "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-21T05:21:27.646Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:21:27.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518317886,
  "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-21T05:21:27.647Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:21:27.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518318904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:21:27.647Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:21:27.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518319909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-21T05:21:27.648Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:21:27.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518320916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-21T05:21:27.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:21:27.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518321926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:21:27.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:21:27.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8c16723d-a1a6-4e67-be25-d9964c44479b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518353309,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:21:27.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:21:27.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:21:27.652Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:21:27.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:21:27.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:21:27.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:21:27.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:21:27.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:21:27.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:21:27.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:21:27.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:21:27.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-21T05:21:27.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:21:27.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:21:27.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:21:27.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:21:27.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:21:27.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518363247,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:21:27.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:21:27.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:21:27.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518367129,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:21:27.659Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:21:47.257Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4292117b-6025-45ed-973f-1c94fbedee49 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-21T05:21:47.265Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4292117b-6025-45ed-973f-1c94fbedee49 and serviceModelVersionId: e222be7d-ec6a-4287-bca1-6097467f1c31
2022-04-21T05:21:47.266Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e0b22135-2256-4c4f-b60d-5a0ea337c878
2022-04-21T05:21:47.268Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e0b22135-2256-4c4f-b60d-5a0ea337c878/model-vers/model-ver/e222be7d-ec6a-4287-bca1-6097467f1c31?depth=0
2022-04-21T05:21:47.278Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-21T05:21:47.390Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0b22135-2256-4c4f-b60d-5a0ea337c878/model-vers/model-ver/e222be7d-ec6a-4287-bca1-6097467f1c31?depth=0|INFO|500||Invoke
2022-04-21T05:21:47.391Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0b22135-2256-4c4f-b60d-5a0ea337c878/model-vers/model-ver/e222be7d-ec6a-4287-bca1-6097467f1c31?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0b22135-2256-4c4f-b60d-5a0ea337c878/model-vers/model-ver/e222be7d-ec6a-4287-bca1-6097467f1c31?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4292117b-6025-45ed-973f-1c94fbedee49], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[52cb9c73-37b1-431f-9a99-e17d7f253a2d], X-ECOMP-RequestID=[4292117b-6025-45ed-973f-1c94fbedee49], X-TransactionId=[], X-ONAP-RequestID=[4292117b-6025-45ed-973f-1c94fbedee49], Content-Type=[application/merge-patch+json]}
2022-04-21T05:21:47.457Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0b22135-2256-4c4f-b60d-5a0ea337c878/model-vers/model-ver/e222be7d-ec6a-4287-bca1-6097467f1c31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-21T05:21:47.889Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0b22135-2256-4c4f-b60d-5a0ea337c878/model-vers/model-ver/e222be7d-ec6a-4287-bca1-6097467f1c31?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/e0b22135-2256-4c4f-b60d-5a0ea337c878/model-vers/model-ver/e222be7d-ec6a-4287-bca1-6097467f1c31?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220421-05:21:47:582-30841], vertex-id=[205032], Content-Length=[0], Date=[Thu, 21 Apr 2022 05:21:47 GMT], Content-Type=[application/json]}
2022-04-21T05:21:47.890Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0b22135-2256-4c4f-b60d-5a0ea337c878/model-vers/model-ver/e222be7d-ec6a-4287-bca1-6097467f1c31?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-21T05:21:47.891Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0b22135-2256-4c4f-b60d-5a0ea337c878/model-vers/model-ver/e222be7d-ec6a-4287-bca1-6097467f1c31?depth=0|INFO|500||InvokeReturn
2022-04-21T05:21:47.894Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-21T05:21:47.894Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-21T05:21:47.919Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-21T05:21:47.920Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4292117b-6025-45ed-973f-1c94fbedee49 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-21T05:21:47.920Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-21T05:21:47.921Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:47.924Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:47.925Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518507920,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:21:48.025Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:21:48.026Z||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-21T05:21:48.026Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:48.042Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:48.043Z||pool-138-thread-1|||||INFO|500||cambria reply ok (17 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-21T05:21:48.957Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:21:48.957Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a11a6cd5-e40a-44f6-aad5-9a5960ec75d0","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"194d5ec0-f4b3-45ec-acac-c0f50ae336ec","serviceDescription":"service","serviceInvariantUUID":"af5b6607-4417-4c5f-91bd-2644bd3fdb4e","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"95c1046d-63b0-4966-98e1-ca492a7d921b","resourceInvariantUUID":"815e9a0e-899b-45ef-a1f9-956b66c79e2c","resourceCustomizationUUID":"4ce6b63c-c142-4dc7-b2e0-5a864e0c28fa","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":"YTFkNjRiZjlkYzg4ZGJmMTJkZmQ3NTdlZTZkM2I0YWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"470abe9d-7110-4298-a656-8b68a5f9bbe4","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":"5b1c38ed-b419-4670-b24c-2fb3a1d230eb","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":"c3205c4b-30cf-472c-8873-fb7f00a1f225","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":"NjkzZjFkYTFhNmY2OGJhMDU3YjkzYjJkZjc3NTg3MTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a3b9f619-206f-4d31-bef5-6490f7c241f6","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":"248707fd-c540-4410-8c10-6b5167526301","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":"c1f7c640-55e0-4e79-a715-c1bc99148034","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":"840fb6a9-b8a6-4ed9-b7a3-97a764ce2923","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":"YjFlNzYxNDJiMTA4MzUwODI0MzA1M2M3OGE4MjdhYmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"27a6574e-6131-4245-adf2-475f517bb6ab","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjEzMmYxYWNlN2UxYzMzZTJhYTAyMjNjOTA0NGI3MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f00c3812-592c-4087-8cb2-38d001841062","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-21T05:21:48.958Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:21:48.961Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:48.965Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:48.966Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:21:49.065Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-21T05:21:49.066Z||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-21T05:21:49.067Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:49.082Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:49.082Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:49.971Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:21:49.973Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:49.977Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:49.984Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:21:50.078Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-04-21T05:21:50.079Z||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-21T05:21:50.079Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:50.094Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:50.095Z||pool-140-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:21:50.986Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:21:50.988Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:50.992Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:50.992Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:21:51.092Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:21:51.093Z||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-21T05:21:51.093Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:51.110Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:51.111Z||pool-141-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:51.993Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:21:51.995Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:52.004Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:52.004Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:21:52.100Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-21T05:21:52.102Z||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-21T05:21:52.103Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:52.116Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:52.117Z||pool-142-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:53.006Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:21:53.007Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:53.032Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:53.033Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:21:53.134Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T05:21:53.135Z||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-21T05:21:53.136Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:53.154Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:53.155Z||pool-143-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:54.038Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:21:54.038Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:54.042Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:54.043Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:21:54.143Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:21:54.144Z||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-21T05:21:54.144Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:54.171Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:54.171Z||pool-144-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:55.044Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:21:55.055Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:55.059Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:55.059Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:21:55.161Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-21T05:21:55.162Z||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-21T05:21:55.162Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:55.192Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:55.193Z||pool-145-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-04-21T05:21:56.060Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:21:56.062Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:56.065Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:56.066Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:21:56.166Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-21T05:21:56.167Z||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-21T05:21:56.167Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:56.182Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:56.184Z||pool-146-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:57.078Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-21T05:21:57.078Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:57.081Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:57.081Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:21:57.181Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:21:57.182Z||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-21T05:21:57.182Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:57.199Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:57.199Z||pool-147-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:58.090Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "194d5ec0-f4b3-45ec-acac-c0f50ae336ec",
  "serviceDescription": "service",
  "serviceInvariantUUID": "af5b6607-4417-4c5f-91bd-2644bd3fdb4e",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "4ce6b63c-c142-4dc7-b2e0-5a864e0c28fa",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "95c1046d-63b0-4966-98e1-ca492a7d921b",
      "resourceInvariantUUID": "815e9a0e-899b-45ef-a1f9-956b66c79e2c",
      "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": "MjEzMmYxYWNlN2UxYzMzZTJhYTAyMjNjOTA0NGI3MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f00c3812-592c-4087-8cb2-38d001841062"
    }
  ],
  "workloadContext": "Production"
}
2022-04-21T05:21:58.091Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-21T05:21:58.091Z|4292117b-6025-45ed-973f-1c94fbedee49|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 194d5ec0-f4b3-45ec-acac-c0f50ae336ec ASDC
2022-04-21T05:21:58.091Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a11a6cd5-e40a-44f6-aad5-9a5960ec75d0
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:194d5ec0-f4b3-45ec-acac-c0f50ae336ec
ServiceInvariantUUID:af5b6607-4417-4c5f-91bd-2644bd3fdb4e
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:f00c3812-592c-4087-8cb2-38d001841062
ArtifactChecksum:MjEzMmYxYWNlN2UxYzMzZTJhYTAyMjNjOTA0NGI3MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:4ce6b63c-c142-4dc7-b2e0-5a864e0c28fa
ResourceInvariantUUID:815e9a0e-899b-45ef-a1f9-956b66c79e2c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:95c1046d-63b0-4966-98e1-ca492a7d921b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-21T05:21:58.092Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 194d5ec0-f4b3-45ec-acac-c0f50ae336ec 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-21T05:21:58.171Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:21:58.172Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-21T05:21:58.172Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-21T05:21:58.172Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f00c3812-592c-4087-8cb2-38d001841062 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-21T05:21:58.172Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-21T05:21:58.173Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-21T05:21:58.833Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-21T05:21:58.847Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar f00c3812-592c-4087-8cb2-38d001841062 105638
2022-04-21T05:21:58.847Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-21T05:21:58.848Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-21T05:21:58.848Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-21T05:21:58.848Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:21:58.851Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:21:58.852Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518518847,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:21:58.952Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:21:58.953Z||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-21T05:21:58.953Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:21:58.984Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:21:58.985Z||pool-148-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:21:59.852Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-21T05:21:59.854Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-21T05:21:59.854Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: f00c3812-592c-4087-8cb2-38d001841062, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-21T05:21:59.854Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-04-21T05:21:59.855Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-21T05:21:59.855Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-21T05:22:00.063Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6551219908162233022/Definitions/service-TestPnfMacro-template.yml
2022-04-21T05:22:01.649Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-21T05:22:01.650Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-21T05:22:01.650Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-21T05:22:01.650Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-21T05:22:01.650Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-21T05:22:01.651Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-21T05:22:01.651Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-21T05:22:01.651Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-21T05:22:01.651Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-21T05:22:01.651Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-21T05:22:01.651Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-21T05:22:01.651Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-21T05:22:01.651Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:22:01.652Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:22:01.652Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-21T05:22:01.652Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-21T05:22:01.652Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:22:01.652Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:22:01.653Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:22:01.653Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-21T05:22:01.653Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-21T05:22:01.653Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-21T05:22:01.654Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:22:01.654Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:22:01.654Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:22:01.655Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:22:01.655Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:22:01.655Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:22:01.655Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:22:01.655Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:22:01.656Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:22:01.656Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:22:01.656Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:194d5ec0-f4b3-45ec-acac-c0f50ae336ec
Model Version:NULL
Model InvariantUuid:af5b6607-4417-4c5f-91bd-2644bd3fdb4e
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-21T05:22:01.664Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 95c1046d-63b0-4966-98e1-ca492a7d921b
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-21T05:22:01.669Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-04-21T05:22:01.669Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 95c1046d-63b0-4966-98e1-ca492a7d921b
2022-04-21T05:22:01.670Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 194d5ec0-f4b3-45ec-acac-c0f50ae336ec
2022-04-21T05:22:01.670Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 194d5ec0-f4b3-45ec-acac-c0f50ae336ec
2022-04-21T05:22:01.670Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 95c1046d-63b0-4966-98e1-ca492a7d921b 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-21T05:22:01.677Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16c947aa, org.onap.sdc.toscaparser.api.parameters.Input@101e0447, org.onap.sdc.toscaparser.api.parameters.Input@b0944bc, org.onap.sdc.toscaparser.api.parameters.Input@10853bfe, org.onap.sdc.toscaparser.api.parameters.Input@4c2dca53]
2022-04-21T05:22:01.678Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:22:01.678Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:22:01.678Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 194d5ec0-f4b3-45ec-acac-c0f50ae336ec: test-pnf
2022-04-21T05:22:01.679Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Processing PNF resource: 95c1046d-63b0-4966-98e1-ca492a7d921b
2022-04-21T05:22:01.679Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-21T05:22:01.679Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-21T05:22:01.680Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Resource customization UUID: 4ce6b63c-c142-4dc7-b2e0-5a864e0c28fa is the same as notified resource customizationUUID: 4ce6b63c-c142-4dc7-b2e0-5a864e0c28fa
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-21T05:22:01.727Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 95c1046d-63b0-4966-98e1-ca492a7d921b 0 ASDC deployResourceStructure
2022-04-21T05:22:01.728Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-21T05:22:01.728Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-21T05:22:01.729Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-21T05:22:01.729Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:22:01.732Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:22:01.733Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518521728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:22:01.833Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-21T05:22:01.834Z||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-21T05:22:01.835Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:22:01.856Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:22:01.857Z||pool-149-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-21T05:22:02.734Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a11a6cd5-e40a-44f6-aad5-9a5960ec75d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T05:22:02.757Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a11a6cd5-e40a-44f6-aad5-9a5960ec75d0
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-21T05:22:02.764Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-21T05:22:02.764Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-21T05:22:02.764Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-21T05:22:02.764Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-21T05:22:02.764Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:22:02.765Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:22:02.765Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:22:02.765Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:22:02.765Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:22:02.765Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-21T05:22:02.765Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-21T05:22:02.780Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-21T05:22:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:22:27.560Z||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-21T05:22:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:22:27.595Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:22:27.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518368327,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:22:27.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:22:27.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518369731,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:22:27.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:22:27.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518370964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:22:27.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:22:27.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518371969,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-21T05:22:27.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:22:27.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518372975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-21T05:22:27.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:22:27.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518373982,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:22:27.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:22:27.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85f3b071-abd4-4829-b72f-e84cb9fe74e2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518405476,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:22:27.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:22:27.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:22:27.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:22:27.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:22:27.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:22:27.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:22:27.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:22:27.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:22:27.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:22:27.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-21T05:22:27.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:22:27.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:22:27.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:22:27.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:22:27.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:22:27.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518413780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:22:27.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:22:27.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518417662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:22:27.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:22:27.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518418970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:22:27.608Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:22:27.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518420080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:22:27.609Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:22:27.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518421323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:22:27.609Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:22:27.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518422329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-21T05:22:27.610Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:22:27.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518423336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-21T05:22:27.610Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:22:27.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:22:27.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518424341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:22:27.611Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:22:32.780Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a11a6cd5-e40a-44f6-aad5-9a5960ec75d0 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-21T05:22:32.788Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a11a6cd5-e40a-44f6-aad5-9a5960ec75d0 and serviceModelVersionId: 194d5ec0-f4b3-45ec-acac-c0f50ae336ec
2022-04-21T05:22:32.789Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af5b6607-4417-4c5f-91bd-2644bd3fdb4e
2022-04-21T05:22:32.790Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af5b6607-4417-4c5f-91bd-2644bd3fdb4e/model-vers/model-ver/194d5ec0-f4b3-45ec-acac-c0f50ae336ec?depth=0
2022-04-21T05:22:32.800Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-21T05:22:32.873Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af5b6607-4417-4c5f-91bd-2644bd3fdb4e/model-vers/model-ver/194d5ec0-f4b3-45ec-acac-c0f50ae336ec?depth=0|INFO|500||Invoke
2022-04-21T05:22:32.874Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af5b6607-4417-4c5f-91bd-2644bd3fdb4e/model-vers/model-ver/194d5ec0-f4b3-45ec-acac-c0f50ae336ec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af5b6607-4417-4c5f-91bd-2644bd3fdb4e/model-vers/model-ver/194d5ec0-f4b3-45ec-acac-c0f50ae336ec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a11a6cd5-e40a-44f6-aad5-9a5960ec75d0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4388af83-a8e6-46d1-8a20-7d81b58f765d], X-ECOMP-RequestID=[a11a6cd5-e40a-44f6-aad5-9a5960ec75d0], X-TransactionId=[], X-ONAP-RequestID=[a11a6cd5-e40a-44f6-aad5-9a5960ec75d0], Content-Type=[application/merge-patch+json]}
2022-04-21T05:22:32.924Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af5b6607-4417-4c5f-91bd-2644bd3fdb4e/model-vers/model-ver/194d5ec0-f4b3-45ec-acac-c0f50ae336ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-21T05:22:33.642Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af5b6607-4417-4c5f-91bd-2644bd3fdb4e/model-vers/model-ver/194d5ec0-f4b3-45ec-acac-c0f50ae336ec?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/af5b6607-4417-4c5f-91bd-2644bd3fdb4e/model-vers/model-ver/194d5ec0-f4b3-45ec-acac-c0f50ae336ec?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220421-05:22:33:019-15514], vertex-id=[495632], Content-Length=[0], Date=[Thu, 21 Apr 2022 05:22:33 GMT], Content-Type=[application/json]}
2022-04-21T05:22:33.642Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af5b6607-4417-4c5f-91bd-2644bd3fdb4e/model-vers/model-ver/194d5ec0-f4b3-45ec-acac-c0f50ae336ec?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-21T05:22:33.643Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af5b6607-4417-4c5f-91bd-2644bd3fdb4e/model-vers/model-ver/194d5ec0-f4b3-45ec-acac-c0f50ae336ec?depth=0|INFO|500||InvokeReturn
2022-04-21T05:22:33.643Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-21T05:22:33.643Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-21T05:22:33.652Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-21T05:22:33.653Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a11a6cd5-e40a-44f6-aad5-9a5960ec75d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-21T05:22:33.653Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-21T05:22:33.653Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-21T05:22:33.659Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-21T05:22:33.659Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518553653,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:22:33.756Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-21T05:22:33.758Z||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-21T05:22:33.758Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:22:33.783Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:22:33.784Z||pool-150-thread-1|||||INFO|500||cambria reply ok (27 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-21T05:22:34.678Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:22:34.679Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T05:22:34.679Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:22:44.974Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:22:44.975Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:22:44.976Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T05:22:44.976Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:22:54.547Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:22:54.549Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:22:54.550Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-21T05:22:54.550Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:23:04.122Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:23:04.123Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:23:04.124Z||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-21T05:23:04.124Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:23:13.740Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:23:13.741Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:23:13.742Z||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-21T05:23:13.742Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:23:23.332Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:23:23.333Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:23:23.333Z||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-21T05:23:23.334Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:23:27.558Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:23:27.559Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|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-21T05:23:27.560Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:23:27.601Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:23:27.607Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:23:27.607Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee2b6c22-ecd2-4433-a034-0d2676269183",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518455955,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:23:27.610Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:23:27.611Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:23:27.611Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:23:27.611Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:23:27.611Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:23:27.611Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-21T05:23:27.611Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:23:27.612Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:23:27.612Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-21T05:23:27.612Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:23:27.612Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:23:27.612Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:23:27.612Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:23:27.613Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:23:27.613Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-21T05:23:27.613Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:23:27.613Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:23:27.613Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:23:27.614Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:23:27.614Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:23:27.614Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:23:27.614Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:23:27.614Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:23:27.614Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:23:27.614Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:23:27.615Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:23:27.615Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518465556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:23:27.615Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:23:27.615Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:23:27.615Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518469732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:23:27.615Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:23:27.616Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:23:27.616Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518470830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:23:27.616Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:23:27.616Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:23:27.616Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518471889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:23:27.616Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:23:27.616Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:23:27.617Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518473157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-21T05:23:27.617Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:23:27.617Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:23:27.617Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518474169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-21T05:23:27.617Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:23:27.617Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:23:27.618Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518475174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-21T05:23:27.618Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:23:27.618Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-21T05:23:27.618Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518476180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:23:27.618Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:23:32.897Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:23:32.898Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:23:32.899Z||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-21T05:23:32.899Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:23:42.481Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:23:42.483Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:23:42.484Z||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-21T05:23:42.484Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:23:52.037Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:24:27.554Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:24:27.555Z||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-21T05:24:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:24:27.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:24:27.558Z||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-21T05:24:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:24:27.596Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:24:27.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-21T05:24:27.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4292117b-6025-45ed-973f-1c94fbedee49",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518507920,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:24:27.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:24:27.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-21T05:24:27.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:24:27.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:24:27.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-21T05:24:27.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:24:27.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:24:27.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-21T05:24:27.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:24:27.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:24:27.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-21T05:24:27.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:24:27.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:24:27.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-21T05:24:27.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:24:27.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:24:27.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-21T05:24:27.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:24:27.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:24:27.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-21T05:24:27.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:24:27.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:24:27.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-21T05:24:27.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-21T05:24:27.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:24:27.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-21T05:24:27.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518292474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-21T05:24:27.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-21T05:24:27.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-21T05:24:27.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518518847,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-21T05:24:27.605Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:24:27.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-21T05:24:27.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518521728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-21T05:24:27.607Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:24:37.131Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:25:27.554Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:25:27.555Z||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-21T05:25:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:25:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:25:27.558Z||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-21T05:25:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:25:28.106Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:25:28.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-21T05:25:28.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a11a6cd5-e40a-44f6-aad5-9a5960ec75d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650518553653,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-21T05:25:28.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-21T05:25:37.137Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:26:27.554Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:26:27.555Z||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-21T05:26:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:26:27.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:26:27.558Z||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-21T05:26:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:26:37.158Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:26:37.159Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:27:03.695Z||http-nio-8085-exec-5|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@7ee2197b ((conn=3271) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-04-21T05:27:03.702Z||http-nio-8085-exec-5|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@bed8d24 ((conn=3270) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-04-21T05:27:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:27:27.554Z||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-21T05:27:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:27:27.558Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:27:27.558Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|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-21T05:27:27.559Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:27:37.124Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:27:37.145Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:28:27.554Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:28:27.555Z||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-21T05:28:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:28:27.557Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:28:27.558Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|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-21T05:28:27.558Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:28:37.118Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:28:37.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:29:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:29:27.553Z||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-21T05:29:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:29:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:29:27.559Z||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-21T05:29:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:29:37.142Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:29:37.144Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:30:27.553Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:30:27.555Z||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-21T05:30:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:30:27.558Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:30:27.558Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|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-21T05:30:27.559Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:30:37.141Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:30:37.163Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:31:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:31:27.554Z||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-21T05:31:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:31:27.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:31:27.558Z||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-21T05:31:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:31:37.158Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:31:37.192Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:32:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:32:27.553Z||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-21T05:32:27.553Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:32:27.557Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:32:27.558Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|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-21T05:32:27.558Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:32:37.123Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:32:37.122Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:33:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:33:27.553Z||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-21T05:33:27.553Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:33:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:33:27.559Z||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-21T05:33:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:33:37.123Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:33:37.124Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:34:27.558Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:34:27.560Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|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-21T05:34:27.560Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:34:27.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:34:27.561Z||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-21T05:34:27.561Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:34:37.134Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:34:37.138Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:35:27.553Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:35:27.555Z||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-21T05:35:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:35:27.558Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:35:27.558Z||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-21T05:35:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:35:37.124Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:35:37.124Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:36:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:36:27.554Z||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-21T05:36:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:36:27.558Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:36:27.558Z||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-21T05:36:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:36:37.145Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:36:37.162Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:37:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:37:27.555Z||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-21T05:37:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:37:27.558Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:37:27.558Z||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-21T05:37:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:37:37.118Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:37:37.123Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:38:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:38:27.553Z||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-21T05:38:27.553Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:38:27.558Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:38:27.558Z||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-21T05:38:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:38:37.128Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:38:37.130Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:39:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:39:27.553Z||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-21T05:39:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:39:27.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:39:27.558Z||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-21T05:39:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:39:37.155Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:39:37.175Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:40:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:40:27.554Z||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-21T05:40:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:40:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:40:27.559Z||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-21T05:40:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:40:37.123Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:40:37.123Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:41:27.553Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:41:27.555Z||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-21T05:41:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:41:27.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:41:27.558Z||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-21T05:41:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:41:37.125Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:41:37.130Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:42:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:42:27.553Z||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-21T05:42:27.553Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:42:27.557Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:42:27.558Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|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-21T05:42:27.559Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:42:37.128Z|a11a6cd5-e40a-44f6-aad5-9a5960ec75d0|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:42:37.133Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:43:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:43:27.553Z||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-21T05:43:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:43:27.558Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:43:27.558Z|136de43e-a4aa-4317-9f06-493b1fac53b9|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-21T05:43:27.558Z|136de43e-a4aa-4317-9f06-493b1fac53b9|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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:43:37.120Z|136de43e-a4aa-4317-9f06-493b1fac53b9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:43:37.120Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:44:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:44:27.553Z||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-21T05:44:27.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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:44:27.558Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:44:27.559Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|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-21T05:44:27.559Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:44:37.115Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:44:37.119Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:45:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:45:27.553Z||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-21T05:45:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:45:27.558Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:45:27.559Z||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-21T05:45:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:45:37.122Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:45:37.123Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:46:27.553Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:46:27.554Z||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-21T05:46:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:46:27.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:46:27.558Z||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-21T05:46:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:46:37.107Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:46:37.107Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:47:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:47:27.553Z||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-21T05:47:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:47:27.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:47:27.558Z||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-21T05:47:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:47:37.131Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:47:37.136Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:48:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:48:27.553Z||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-21T05:48:27.553Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:48:27.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:48:27.559Z||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-21T05:48:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:48:37.111Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:48:37.117Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:49:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:49:27.554Z||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-21T05:49:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:49:27.558Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:49:27.559Z||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-21T05:49:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:49:37.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:49:37.148Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:50:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:50:27.553Z||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-21T05:50:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:50:27.557Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:50:27.558Z||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-21T05:50:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:50:37.133Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:50:37.133Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:51:27.553Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:51:27.555Z||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-21T05:51:27.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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:51:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:51:27.559Z||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-21T05:51:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:51:37.111Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:51:37.114Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:52:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:52:27.554Z||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-21T05:52:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:52:27.558Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:52:27.559Z||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-21T05:52:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:52:37.136Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:52:37.138Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:53:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:53:27.553Z||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-21T05:53:27.553Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:53:27.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:53:27.558Z||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-21T05:53:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:53:37.115Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:53:37.116Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:54:27.553Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:54:27.554Z||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-21T05:54:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:54:27.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:54:27.558Z||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-21T05:54:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:54:37.127Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:54:37.130Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:55:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:55:27.554Z||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-21T05:55:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:55:27.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:55:27.558Z||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-21T05:55:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:55:37.115Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:55:37.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:56:27.553Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:56:27.554Z||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-21T05:56:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:56:27.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:56:27.558Z||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-21T05:56:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:56:37.130Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:56:37.134Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:57:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:57:27.553Z||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-21T05:57:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:57:27.557Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:57:27.558Z||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-21T05:57:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:57:37.131Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:57:37.139Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:58:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:58:27.553Z||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-21T05:58:27.553Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:58:27.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:58:27.558Z||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-21T05:58:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:58:37.138Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:58:37.140Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:59:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:59:27.553Z||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-21T05:59:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:59:27.557Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T05:59:27.558Z||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-21T05:59:27.558Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T05:59:37.127Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T05:59:37.132Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T06:00:27.553Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T06:00:27.554Z||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-21T06:00:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T06:00:27.558Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T06:00:27.559Z||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-21T06:00:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T06:00:37.125Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T06:00:37.126Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T06:01:27.553Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T06:01:27.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-21T06:01:27.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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T06:01:27.558Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T06:01:27.558Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|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-21T06:01:27.558Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T06:01:37.130Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T06:01:37.132Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T06:02:27.552Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T06:02:27.554Z||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-21T06:02:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T06:02:27.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T06:02:27.562Z||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-21T06:02:27.562Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T06:02:37.124Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T06:02:37.130Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T06:03:27.552Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T06:03:27.553Z||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-21T06:03:27.553Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T06:03:27.558Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T06:03:27.559Z||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-21T06:03:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T06:03:37.138Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T06:03:37.140Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T06:04:27.552Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T06:04:27.553Z||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-21T06:04:27.553Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T06:04:27.558Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T06:04:27.559Z||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-21T06:04:27.559Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T06:04:37.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T06:04:37.142Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T06:05:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T06:05:27.553Z||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-21T06:05:27.554Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T06:05:27.557Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T06:05:27.558Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|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-21T06:05:27.558Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T06:05:37.130Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T06:05:37.129Z|3b4168ba-9172-4ffc-b0fa-d31edfd293b4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T06:06:27.552Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T06:06:27.553Z||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-21T06:06:27.555Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T06:06:27.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-21T06:06:27.559Z||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-21T06:06:27.560Z||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 2CyMe1Nw1h82Sxvs) ...
2022-04-21T06:06:37.123Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-21T06:06:37.123Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK