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-01T05:21:06.050Z||main|||||INFO|500||The following profiles are active: basic
2022-04-01T05:21:16.803Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-01T05:21:16.804Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-01T05:21:16.914Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-01T05:21:20.864Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-01T05:21:21.286Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-01T05:21:21.785Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-01T05:21:21.796Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-01T05:21:21.900Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-01T05:21:22.123Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-01T05:21:22.687Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-01T05:21:25.108Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-01T05:21:28.117Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-01T05:21:28.208Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-01T05:21:28.820Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-01T05:21:29.117Z||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-01T05:21:30.860Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-01T05:21:32.364Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-01T05:21:32.399Z||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$$fa32a587.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-01T05:21:32.400Z||main|||||WARN|500||The sdc end point is not alive
2022-04-01T05:21:36.060Z||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-01T05:21:39.228Z||main|||||WARN|500||---
2022-04-01T05:21:39.228Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-01T05:21:39.229Z||main|||||WARN|500||---
2022-04-01T05:21:39.648Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-01T05:21:44.875Z||main|||||INFO|500||Started Application in 41.843 seconds (JVM running for 44.002)
2022-04-01T05:21:44.890Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-01T05:21:44.894Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-01T05:21:44.908Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-01T05:21:44.940Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-01T05:21:44.995Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 983e8c2a-1f82-4341-9fb1-289c255b7c37 url= /sdc/v1/artifactTypes
2022-04-01T05:21:44.996Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-01T05:21:45.252Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-01T05:21:45.281Z||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-01T05:21:45.303Z||scheduling-1|||||DEBUG|500||create keys
2022-04-01T05:21:45.311Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-01T05:21:45.383Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:21:45.401Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2e3ec408-f001-4129-b314-6815cc2b4c40 url= /sdc/v1/registerForDistribution
2022-04-01T05:21:45.588Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2e3ec408-f001-4129-b314-6815cc2b4c40 url= /sdc/v1/registerForDistribution
2022-04-01T05:21:45.588Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-01T05:21:45.598Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:21:45.602Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-01T05:21:45.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-01T05:21:45.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 nMevPcYffJqnjF77) ...
2022-04-01T05:21:45.606Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:21:45.617Z||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-01T05:21:45.617Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:21:55.945Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:21:55.955Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:22:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:22:45.595Z||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-01T05:22:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:22:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:22:45.597Z||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-01T05:22:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:22:55.167Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:22:55.177Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:23:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:23:45.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:23:45.601Z||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-01T05:23:45.602Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:23:45.604Z||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-01T05:23:45.605Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:23:55.169Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:23:55.169Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:24:45.594Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:24:45.596Z||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-01T05:24:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:24:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:24:45.602Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:24:45.602Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:24:55.155Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:24:55.157Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:25:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:25:45.596Z||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-01T05:25:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:25:45.597Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:25:45.598Z||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-01T05:25:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:25:55.154Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:25:55.154Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:26:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:26:45.596Z||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-01T05:26:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:26:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:26:45.597Z||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-01T05:26:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:26:55.222Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:26:55.226Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:27:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:27:45.595Z||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-01T05:27:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:27:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:27:45.598Z||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-01T05:27:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:27:55.147Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:27:55.154Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:28:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:28:45.595Z||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-01T05:28:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:28:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:28:45.597Z||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-01T05:28:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:28:55.184Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:28:55.184Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:29:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:29:45.595Z||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-01T05:29:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:29:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:29:45.597Z||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-01T05:29:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:29:55.149Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:29:55.149Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:30:45.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:30:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:30:45.597Z||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-01T05:30:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:30:45.598Z||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-01T05:30:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:30:55.158Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:30:55.158Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:31:11.228Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-01T05:31:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:31:45.595Z||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-01T05:31:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:31:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:31:45.597Z||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-01T05:31:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:31:55.146Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:31:55.146Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:32:45.594Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:32:45.595Z||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-01T05:32:45.595Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:32:45.597Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:32:45.598Z||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-01T05:32:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:32:55.154Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:32:55.154Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:33:45.594Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:33:45.596Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:33:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:33:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:33:45.597Z||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-01T05:33:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:33:55.154Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:33:55.163Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:34:45.595Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:34:45.596Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:34:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:34:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:34:45.597Z||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-01T05:34:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:34:55.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:34:55.150Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:35:45.595Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:35:45.596Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:35:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:35:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:35:45.597Z||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-01T05:35:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:35:55.170Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:35:55.170Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:36:45.594Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:36:45.595Z||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-01T05:36:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:36:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:36:45.597Z||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-01T05:36:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:36:55.160Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:36:55.163Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:37:45.595Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:37:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:37:45.597Z||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-01T05:37:45.597Z||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-01T05:37:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:37:45.597Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:37:55.150Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:37:55.151Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:38:45.595Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:38:45.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:38:45.597Z||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-01T05:38:45.597Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:38:45.597Z||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-01T05:38:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:38:55.148Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:38:55.148Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:39:45.595Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:39:45.596Z||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-01T05:39:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:39:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:39:45.596Z||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-01T05:39:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:39:55.171Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:39:55.174Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:40:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:40:45.596Z||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-01T05:40:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:40:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:40:45.597Z||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-01T05:40:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:40:55.142Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:40:55.169Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:41:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:41:45.595Z||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-01T05:41:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:41:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:41:45.596Z||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-01T05:41:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:41:55.148Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:41:55.148Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:42:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:42:45.595Z||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-01T05:42:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:42:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:42:45.596Z||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-01T05:42:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:42:55.156Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:42:55.161Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:43:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:43:45.595Z||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-01T05:43:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:43:45.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:43:45.597Z||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-01T05:43:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:43:55.147Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:43:55.149Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:44:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:44:45.595Z||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-01T05:44:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:44:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:44:45.596Z||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-01T05:44:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:44:55.149Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:44:55.159Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:45:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:45:45.595Z||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-01T05:45:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:45:45.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:45:45.597Z||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-01T05:45:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:45:55.157Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:45:55.159Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:46:45.595Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:46:45.598Z||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-01T05:46:45.599Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:46:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:46:45.600Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:46:45.600Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:46:55.168Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:46:55.169Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:47:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:47:45.595Z||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-01T05:47:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:47:45.597Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:47:45.598Z||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-01T05:47:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:47:55.144Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:47:55.155Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:48:45.595Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:48:45.596Z||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-01T05:48:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:48:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:48:45.596Z||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-01T05:48:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:48:55.146Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:48:55.177Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:49:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:49:45.595Z||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-01T05:49:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:49:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:49:45.597Z||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-01T05:49:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:49:55.155Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:49:55.157Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:50:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:50:45.596Z||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-01T05:50:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:50:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:50:45.597Z||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-01T05:50:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:50:55.147Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:50:55.162Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:51:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:51:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:51:45.597Z||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-01T05:51:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:51:45.597Z||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-01T05:51:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:51:55.165Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:51:55.174Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:52:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:52:45.595Z||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-01T05:52:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:52:45.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:52:45.596Z||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-01T05:52:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:52:55.152Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:52:55.152Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:53:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:53:45.596Z||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-01T05:53:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:53:45.597Z||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-01T05:53:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:53:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:53:55.151Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:53:55.152Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:54:45.595Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:54:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:54:45.598Z||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-01T05:54:45.598Z||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-01T05:54:45.599Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:54:45.599Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:54:55.179Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:54:55.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:55:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:55:45.597Z||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-01T05:55:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:55:45.600Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:55:45.601Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T05:55:45.601Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T05:55:55.167Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:55:55.170Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:56:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:56:45.595Z||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-01T05:56:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:56:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:56:45.597Z||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-01T05:56:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:56:55.166Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:56:55.168Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:57:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:57:45.595Z||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-01T05:57:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:57:45.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:57:45.597Z||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-01T05:57:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:57:55.154Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:57:55.156Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:58:45.595Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:58:45.596Z||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-01T05:58:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:58:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:58:45.597Z||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-01T05:58:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:58:55.169Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:58:55.172Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:59:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:59:45.596Z||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-01T05:59:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:59:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T05:59:45.597Z||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-01T05:59:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T05:59:55.144Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T05:59:55.149Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:00:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:00:45.595Z||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-01T06:00:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:00:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:00:45.597Z||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-01T06:00:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:00:55.163Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:00:55.162Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:01:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:01:45.595Z||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-01T06:01:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:01:45.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:01:45.596Z||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-01T06:01:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:01:55.159Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:01:55.159Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:02:45.595Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:02:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:02:45.597Z||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-01T06:02:45.597Z||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-01T06:02:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:02:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:02:55.145Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:02:55.147Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:03:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:03:45.595Z||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-01T06:03:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:03:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:03:45.596Z||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-01T06:03:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:03:55.191Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:03:55.192Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:04:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:04:45.595Z||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-01T06:04:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:04:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:04:45.597Z||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-01T06:04:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:04:55.150Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:04:55.151Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:05:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:05:45.595Z||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-01T06:05:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:05:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:05:45.597Z||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-01T06:05:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:05:55.161Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:05:55.208Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:06:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:06:45.595Z||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-01T06:06:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:06:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:06:45.596Z||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-01T06:06:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:06:55.152Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:06:55.155Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:07:45.595Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:07:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:07:45.597Z||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-01T06:07:45.597Z||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-01T06:07:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:07:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:07:55.144Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:07:55.144Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:08:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:08:45.595Z||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-01T06:08:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:08:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:08:45.596Z||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-01T06:08:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:08:55.163Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:08:55.164Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:09:45.594Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:09:45.595Z||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-01T06:09:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:09:45.597Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:09:45.598Z||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-01T06:09:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:09:55.144Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:09:55.144Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:10:45.594Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:10:45.595Z||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-01T06:10:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:10:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:10:45.597Z||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-01T06:10:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:10:55.147Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:10:55.148Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:11:45.594Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:11:45.595Z||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-01T06:11:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:11:45.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:11:45.598Z||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-01T06:11:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:11:55.154Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:11:55.155Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:12:45.594Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:12:45.596Z||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-01T06:12:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:12:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:12:45.597Z||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-01T06:12:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:12:55.172Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:12:55.179Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:13:45.594Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:13:45.595Z||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-01T06:13:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:13:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:13:45.596Z||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-01T06:13:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:13:55.139Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:13:55.150Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:14:45.594Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:14:45.596Z||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-01T06:14:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:14:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:14:45.597Z||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-01T06:14:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:14:55.142Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:14:55.143Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:15:45.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:15:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:15:45.601Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:15:45.601Z||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-01T06:15:45.601Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:15:45.601Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:15:55.151Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:15:55.151Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:16:45.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:16:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:16:45.597Z||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-01T06:16:45.597Z||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-01T06:16:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:16:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:16:55.171Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:16:55.171Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:17:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:17:45.596Z||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-01T06:17:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:17:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:17:45.597Z||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-01T06:17:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:17:55.143Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:17:55.144Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:18:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:18:45.596Z||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-01T06:18:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:18:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:18:45.597Z||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-01T06:18:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:18:55.150Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:18:55.150Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:19:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:19:45.595Z||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-01T06:19:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:19:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:19:45.596Z||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-01T06:19:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:19:55.142Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:19:55.149Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:20:45.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:20:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:20:45.596Z||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-01T06:20:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:20:45.597Z||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-01T06:20:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:20:55.159Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:20:55.164Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:21:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:21:45.595Z||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-01T06:21:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:21:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:21:45.596Z||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-01T06:21:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:21:55.144Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:21:55.151Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:22:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:22:45.595Z||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-01T06:22:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:22:45.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:22:45.596Z||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-01T06:22:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:22:55.150Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:22:55.151Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:23:45.595Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:23:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:23:45.597Z||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-01T06:23:45.597Z||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-01T06:23:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:23:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:23:55.161Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:23:55.162Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:24:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:24:45.595Z||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-01T06:24:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:24:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:24:45.597Z||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-01T06:24:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:24:55.147Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:24:55.168Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:25:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:25:45.596Z||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-01T06:25:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:25:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:25:45.597Z||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-01T06:25:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:25:55.151Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:25:55.155Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:26:45.594Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:26:45.595Z||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-01T06:26:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:26:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:26:45.596Z||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-01T06:26:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:26:55.170Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:26:55.170Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:27:45.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:27:45.595Z||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-01T06:27:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:27:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:27:45.597Z||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-01T06:27:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:27:55.141Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:27:55.142Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:28:45.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:28:45.596Z||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-01T06:28:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:28:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:28:45.597Z||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-01T06:28:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:28:55.156Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:28:55.159Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:29:45.595Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:29:45.596Z||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-01T06:29:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:29:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:29:45.599Z||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-01T06:29:45.599Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:29:55.143Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:29:55.144Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:30:45.594Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:30:45.595Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:30:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:30:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:30:45.596Z||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-01T06:30:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:30:55.144Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:30:55.144Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:31:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:31:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:31:45.597Z||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-01T06:31:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:31:45.597Z||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-01T06:31:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:31:55.150Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:31:55.154Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:32:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:32:45.595Z||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-01T06:32:45.596Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:32:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:32:45.597Z||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-01T06:32:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:32:55.154Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:32:55.154Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:33:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:33:45.595Z||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-01T06:33:45.595Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:33:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:33:45.596Z||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-01T06:33:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:33:55.144Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:33:55.145Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:34:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:34:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:34:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:34:45.596Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:34:45.596Z||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-01T06:34:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:34:55.172Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:34:55.176Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:35:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:35:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:35:45.596Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:35:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:35:45.596Z||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-01T06:35:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:35:55.147Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:35:55.149Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:36:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:36:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:36:45.596Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:36:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:36:45.597Z||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-01T06:36:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:36:55.148Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:36:55.153Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:37:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:37:45.595Z||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-01T06:37:45.595Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:37:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:37:45.597Z||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-01T06:37:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:37:55.175Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:37:55.178Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:38:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:38:45.595Z||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-01T06:38:45.595Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:38:45.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:38:45.597Z||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-01T06:38:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:38:55.155Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:38:55.156Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:39:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:39:45.595Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:39:45.599Z||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-01T06:39:45.599Z||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-01T06:39:45.599Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:39:45.599Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:39:55.175Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:39:55.189Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:40:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:40:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:40:45.596Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:40:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:40:45.597Z||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-01T06:40:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:40:55.147Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:40:55.156Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:41:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:41:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:41:45.596Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:41:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:41:45.597Z||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-01T06:41:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:41:55.186Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:41:55.186Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:42:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:42:45.595Z||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-01T06:42:45.595Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:42:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:42:45.597Z||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-01T06:42:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:42:55.161Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:42:55.170Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:43:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:43:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:43:45.597Z||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-01T06:43:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:43:45.597Z||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-01T06:43:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:43:55.167Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:43:55.167Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:44:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:44:45.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:44:45.596Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:44:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:44:45.597Z||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-01T06:44:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:44:55.145Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:44:55.145Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:45:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:45:45.595Z||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-01T06:45:45.595Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:45:45.597Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:45:45.597Z||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-01T06:45:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:45:55.154Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:45:55.155Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:46:45.594Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:46:45.595Z||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-01T06:46:45.595Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:46:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:46:45.597Z||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-01T06:46:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:46:55.145Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:46:55.147Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:47:45.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:47:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:47:45.597Z||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-01T06:47:45.597Z||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-01T06:47:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:47:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:47:55.167Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:47:55.167Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:48:45.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:48:45.596Z||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-01T06:48:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:48:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:48:45.597Z||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-01T06:48:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:48:55.148Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:48:55.162Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:49:45.594Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:49:45.595Z||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-01T06:49:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:49:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:49:45.597Z||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-01T06:49:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:49:55.150Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:49:55.150Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:50:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:50:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:50:45.597Z||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-01T06:50:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:50:45.597Z||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-01T06:50:45.600Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:50:55.145Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:50:55.145Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:51:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:51:45.597Z||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-01T06:51:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:51:45.601Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:51:45.601Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-01T06:51:45.602Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T06:51:55.234Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:51:55.235Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:52:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:52:45.595Z||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-01T06:52:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:52:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:52:45.596Z||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-01T06:52:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:52:55.162Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:52:55.197Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:53:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:53:45.595Z||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-01T06:53:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:53:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:53:45.597Z||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-01T06:53:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:53:55.142Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:53:55.145Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:54:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:54:45.595Z||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-01T06:54:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:54:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:54:45.596Z||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-01T06:54:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:54:55.153Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:54:55.153Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:55:45.595Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:55:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:55:45.597Z||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-01T06:55:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:55:45.597Z||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-01T06:55:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:55:55.150Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:55:55.149Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:56:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:56:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:56:45.597Z||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-01T06:56:45.597Z||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-01T06:56:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:56:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:56:55.151Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:56:55.161Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:57:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:57:45.596Z||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-01T06:57:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:57:45.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:57:45.597Z||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-01T06:57:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:57:55.147Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:57:55.147Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:58:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:58:45.595Z||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-01T06:58:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:58:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:58:45.597Z||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-01T06:58:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:58:55.165Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:58:55.215Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:59:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:59:45.595Z||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-01T06:59:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:59:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T06:59:45.596Z||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-01T06:59:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T06:59:55.156Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T06:59:55.156Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:00:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:00:45.595Z||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-01T07:00:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:00:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:00:45.596Z||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-01T07:00:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:00:55.163Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:00:55.164Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:01:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:01:45.595Z||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-01T07:01:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:01:45.598Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:01:45.599Z||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-01T07:01:45.599Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:01:55.151Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:01:55.151Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:02:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:02:45.595Z||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-01T07:02:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:02:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:02:45.597Z||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-01T07:02:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:02:55.146Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:02:55.156Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:03:45.594Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:03:45.595Z||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-01T07:03:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:03:45.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:03:45.597Z||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-01T07:03:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:03:55.166Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:03:55.170Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:04:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:04:45.595Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:04:45.599Z||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-01T07:04:45.599Z||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-01T07:04:45.599Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:04:45.599Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:04:55.196Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:04:55.196Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:05:45.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:05:45.595Z||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-01T07:05:45.595Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T07:05:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:05:45.596Z||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-01T07:05:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:05:55.156Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:05:55.159Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:06:45.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:06:45.595Z||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-01T07:06:45.595Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T07:06:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:06:45.597Z||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-01T07:06:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:06:55.145Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:06:55.162Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:07:45.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:07:45.595Z||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-01T07:07:45.595Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T07:07:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:07:45.596Z||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-01T07:07:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:07:55.153Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:07:55.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:08:45.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:08:45.595Z||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-01T07:08:45.595Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T07:08:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:08:45.597Z||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-01T07:08:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:08:55.143Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:08:55.145Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:09:45.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:09:45.595Z||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-01T07:09:45.595Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T07:09:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:09:45.597Z||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-01T07:09:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:09:55.152Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:09:55.154Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:10:45.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:10:45.595Z||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-01T07:10:45.595Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T07:10:45.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:10:45.597Z||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-01T07:10:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:10:55.142Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:10:55.142Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:11:45.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:11:45.595Z||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-01T07:11:45.595Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T07:11:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:11:45.597Z||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-01T07:11:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:11:55.154Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:11:55.162Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:12:45.594Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:12:45.595Z||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-01T07:12:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:12:45.596Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:12:45.597Z||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-01T07:12:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:12:55.157Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:12:55.158Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:13:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:13:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:13:45.596Z||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-01T07:13:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:13:45.596Z||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-01T07:13:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:13:55.149Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:13:55.204Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:14:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:14:45.595Z||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-01T07:14:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:14:45.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:14:45.597Z||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-01T07:14:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:14:55.157Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:14:55.159Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:15:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:15:45.595Z||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-01T07:15:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:15:45.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:15:45.596Z||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-01T07:15:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:15:55.141Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:15:55.142Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:16:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:16:45.595Z||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-01T07:16:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:16:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:16:45.596Z||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-01T07:16:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:16:55.152Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:16:55.173Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:17:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:17:45.595Z||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-01T07:17:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:17:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:17:45.596Z||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-01T07:17:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:17:55.154Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:17:55.158Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:18:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:18:45.595Z||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-01T07:18:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:18:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:18:45.596Z||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-01T07:18:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:18:55.149Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:18:55.168Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:19:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:19:45.596Z||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-01T07:19:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:19:45.596Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:19:45.596Z||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-01T07:19:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:19:55.151Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:19:55.151Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:20:45.595Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:20:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:20:45.597Z||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-01T07:20:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:20:45.597Z||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-01T07:20:45.597Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:45.738Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:20:45.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "clamp",
  "timestamp": 1648797621049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797620584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.784Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.785Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.785Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "clamp",
  "timestamp": 1648797621049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:20:45.785Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797620584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "clamp",
  "timestamp": 1648797621049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797620584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "cds",
  "timestamp": 1648797629737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "clamp",
  "timestamp": 1648797621049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797620584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797631557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "cds",
  "timestamp": 1648797629737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.793Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "clamp",
  "timestamp": 1648797621049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797620584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797631557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797632759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "cds",
  "timestamp": 1648797629737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "clamp",
  "timestamp": 1648797621049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797620584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797631557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797632759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:20:45.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "cds",
  "timestamp": 1648797629737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "clamp",
  "timestamp": 1648797621049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:20:45.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797620584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:20:45.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797631557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797632759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:20:45.805Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "cds",
  "timestamp": 1648797629737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.806Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "policy-id",
  "timestamp": 1648797634436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797631557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797636460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:20:45.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:20:45.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797632759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "cds",
  "timestamp": 1648797629737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "policy-id",
  "timestamp": 1648797634436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797631557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797632759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-01T07:20:45.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "cds",
  "timestamp": 1648797629737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:20:45.815Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "policy-id",
  "timestamp": 1648797634436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:20:45.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797631557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797632759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "cds",
  "timestamp": 1648797637638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:20:45.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:20:45.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "policy-id",
  "timestamp": 1648797634436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:45.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797632759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:20:45.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:45.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:45.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "cds",
  "timestamp": 1648797638664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-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-01T07:20:46.048Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 48ea7f7b-3c23-40aa-806a-066a9c57d270
2022-04-01T07:20:46.077Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ea7f7b-3c23-40aa-806a-066a9c57d270 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-01T07:20:46.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "policy-id",
  "timestamp": 1648797634436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:46.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:46.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797640847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:20:46.104Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:20:46.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "policy-id",
  "timestamp": 1648797634436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:46.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:46.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "policy-id",
  "timestamp": 1648797634436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:20:46.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:20:46.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797642334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:20:46.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:20:46.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797642593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:20:46.106Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:20:46.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797643599,
  "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-01T07:20:46.125Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 48ea7f7b-3c23-40aa-806a-066a9c57d270
2022-04-01T07:20:46.126Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ea7f7b-3c23-40aa-806a-066a9c57d270 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-01T07:20:46.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "policy-id",
  "timestamp": 1648797642412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:20:46.137Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:20:46.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797643803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:20:46.140Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:20:46.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "policy-id",
  "timestamp": 1648797643420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:20:46.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:20:46.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797644900,
  "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-01T07:20:46.147Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48ea7f7b-3c23-40aa-806a-066a9c57d270
2022-04-01T07:20:46.148Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ea7f7b-3c23-40aa-806a-066a9c57d270 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-01T07:20:46.228Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:20:46.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-01T07:20:46.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"48ea7f7b-3c23-40aa-806a-066a9c57d270","serviceName":"vFW 2022-04-01 07-17-44","serviceVersion":"1.0","serviceUUID":"81f25e75-2e64-422b-ba6d-b6647c93770d","serviceDescription":"catalog service description","serviceInvariantUUID":"56e2d438-c0a7-4eb0-be64-57d9be8231ca","resources":[{"resourceInstanceName":"vFW c54ee80c-b3b8 0","resourceName":"vFW c54ee80c-b3b8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22b338cf-e459-4ad3-859e-e7bbfede21e7","resourceInvariantUUID":"73a9ad2d-e875-4d5c-9b7b-737a70bc7781","resourceCustomizationUUID":"3fa8d01f-e6aa-4213-8eb6-491bd1a5f676","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml","artifactChecksum":"NjY2YWMzODM2NWNmMWVhMWU3ZjYyMDE4MGMxZDVkMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f131136c-22b3-4596-8ebc-5830f1d8956f","artifactVersion":"1"},{"artifactName":"vfwc54ee80cb3b80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json","artifactChecksum":"OGFiY2RjZDI1N2FiZWQ2OWI1MzcyNjQxY2ZkYmQ0MTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1b85e7c1-ed4e-4c20-999f-2adaaa1ee3fd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1bdf36b-f192-4757-a7e4-a332835054a4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml","artifactChecksum":"ZmMzOTQ4YjNiODkyMGQ3OWUwOGFmMzFhZTdmOTYwNTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ee4b649e-2896-4d75-a7d5-b09f8585b2ad","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1a488247-f2f3-4325-95c4-2db4de1bd1d8","artifactVersion":"2","generatedFromUUID":"c1bdf36b-f192-4757-a7e4-a332835054a4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220401071744-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml","artifactChecksum":"N2U0Mzg5NWExODY3MmI1ZjliOTA3MGE4ZTRjMjgxYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3bf74de5-1bbd-4afe-a8e6-b437e4a4356f","artifactVersion":"1"},{"artifactName":"service-Vfw20220401071744-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar","artifactChecksum":"MzQxMjZhZDg5M2EyYmJkYTA1NjZhMjA0Y2JmMWM5ZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bfb92211-9f75-4f84-83a5-de7bb3dc3091","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-01T07:20:46.239Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:20:46.248Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:46.260Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:46.260Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797645594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:46.361Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-01T07:20:46.365Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:20:46.365Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:46.382Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:20:46.383Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:20:47.269Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:20:47.270Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:47.272Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:47.272Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797645594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:20:47.372Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:20:47.373Z||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-01T07:20:47.374Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:47.391Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:20:47.391Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:20:48.273Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:20:48.274Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:48.277Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:48.277Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797645594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:20:48.377Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:20:48.379Z||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-01T07:20:48.379Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:48.396Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:20:48.397Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:20:49.277Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:20:49.278Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:49.280Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:49.281Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797645594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:49.381Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-01T07:20:49.381Z||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-01T07:20:49.382Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:49.399Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:20:49.399Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:20:50.281Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:20:50.282Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:50.284Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:50.284Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797645594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-01T07:20:50.385Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-01T07:20:50.386Z||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-01T07:20:50.386Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:50.398Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:20:50.399Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:20:51.285Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:20:51.286Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:51.288Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:51.288Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797645594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:20:51.388Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:20:51.389Z||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-01T07:20:51.389Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:51.439Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:20:51.440Z||pool-8-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:20:52.289Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:20:52.289Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:52.292Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:52.292Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797645594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:20:52.392Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:20:52.393Z||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-01T07:20:52.393Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:52.407Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:20:52.407Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:20:53.294Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "serviceName": "vFW 2022-04-01 07-17-44",
  "serviceVersion": "1.0",
  "serviceUUID": "81f25e75-2e64-422b-ba6d-b6647c93770d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56e2d438-c0a7-4eb0-be64-57d9be8231ca",
  "resources": [
    {
      "resourceInstanceName": "vFW c54ee80c-b3b8 0",
      "resourceCustomizationUUID": "3fa8d01f-e6aa-4213-8eb6-491bd1a5f676",
      "resourceName": "vFW c54ee80c-b3b8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "22b338cf-e459-4ad3-859e-e7bbfede21e7",
      "resourceInvariantUUID": "73a9ad2d-e875-4d5c-9b7b-737a70bc7781",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc54ee80cb3b80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
          "artifactChecksum": "OGFiY2RjZDI1N2FiZWQ2OWI1MzcyNjQxY2ZkYmQ0MTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1b85e7c1-ed4e-4c20-999f-2adaaa1ee3fd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c1bdf36b-f192-4757-a7e4-a332835054a4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1a488247-f2f3-4325-95c4-2db4de1bd1d8",
            "generatedFromUUID": "c1bdf36b-f192-4757-a7e4-a332835054a4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1a488247-f2f3-4325-95c4-2db4de1bd1d8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220401071744-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
      "artifactChecksum": "MzQxMjZhZDg5M2EyYmJkYTA1NjZhMjA0Y2JmMWM5ZGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bfb92211-9f75-4f84-83a5-de7bb3dc3091"
    }
  ],
  "workloadContext": "Production"
}
2022-04-01T07:20:53.295Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-01T07:20:53.295Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81f25e75-2e64-422b-ba6d-b6647c93770d ASDC
2022-04-01T07:20:53.458Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:48ea7f7b-3c23-40aa-806a-066a9c57d270
ServiceName:vFW 2022-04-01 07-17-44
ServiceVersion:1.0
ServiceUUID:81f25e75-2e64-422b-ba6d-b6647c93770d
ServiceInvariantUUID:56e2d438-c0a7-4eb0-be64-57d9be8231ca
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220401071744-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar
ArtifactUUID:bfb92211-9f75-4f84-83a5-de7bb3dc3091
ArtifactChecksum:MzQxMjZhZDg5M2EyYmJkYTA1NjZhMjA0Y2JmMWM5ZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c54ee80c-b3b8 0
ResourceCustomizationUUID:3fa8d01f-e6aa-4213-8eb6-491bd1a5f676
ResourceInvariantUUID:73a9ad2d-e875-4d5c-9b7b-737a70bc7781
ResourceName:vFW c54ee80c-b3b8
ResourceType:VF
ResourceUUID:22b338cf-e459-4ad3-859e-e7bbfede21e7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc54ee80cb3b80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json
ArtifactUUID:1b85e7c1-ed4e-4c20-999f-2adaaa1ee3fd
ArtifactChecksum:OGFiY2RjZDI1N2FiZWQ2OWI1MzcyNjQxY2ZkYmQ0MTk=
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/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml
ArtifactUUID:c1bdf36b-f192-4757-a7e4-a332835054a4
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/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env
ArtifactUUID:1a488247-f2f3-4325-95c4-2db4de1bd1d8
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/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env
ArtifactUUID:1a488247-f2f3-4325-95c4-2db4de1bd1d8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-01T07:20:53.459Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81f25e75-2e64-422b-ba6d-b6647c93770d 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-01T07:20:53.512Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:20:53.513Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:20:53.515Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:20:53.515Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bfb92211-9f75-4f84-83a5-de7bb3dc3091 from URL: /sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:53.515Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:20:53.517Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:53.884Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:20:53.911Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar bfb92211-9f75-4f84-83a5-de7bb3dc3091 98963
2022-04-01T07:20:53.913Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar ASDC sendASDCNotification
2022-04-01T07:20:53.913Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:53.913Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:20:53.914Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:53.916Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:53.916Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797653911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:20:54.016Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:20:54.017Z||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-01T07:20:54.018Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:54.031Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:20:54.031Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:20:54.917Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:20:54.918Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:20:54.919Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bfb92211-9f75-4f84-83a5-de7bb3dc3091, URL: /sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar to file: /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:54.920Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220401071744-csar.csar
2022-04-01T07:20:55.015Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:55.015Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:55.663Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12787835657687225477/Definitions/service-Vfw20220401071744-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-01T07:20:58.407Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-01T07:20:58.412Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-01T07:20:58.412Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.412Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-01T07:20:58.412Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.412Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.412Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c54ee80c-b3b8 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-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.413Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.414Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220401071744-csar.csar
2022-04-01T07:20:58.414Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-01T07:20:58.420Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:20:58.421Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:20:58.425Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:20:58.425Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-01T07:20:58.427Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:20:58.428Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:20:58.429Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:20:58.429Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:20:58.429Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-01T07:20:58.429Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:20:58.429Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:20:58.429Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:20:58.433Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:20:58.433Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is not matching search criteria
2022-04-01T07:20:58.433Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:20:58.433Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:20:58.433Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.433Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.434Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.434Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:20:58.434Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:20:58.434Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:20:58.434Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:20:58.434Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.434Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.435Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:20:58.435Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.435Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:20:58.435Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.435Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-01T07:20:58.436Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:20:58.436Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-01T07:20:58.437Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:20:58.437Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:20:58.437Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:20:58.438Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:20:58.438Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:20:58.438Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:20:58.438Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:20:58.438Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:20:58.439Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:20:58.439Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:20:58.439Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is not matching search criteria
2022-04-01T07:20:58.439Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:20:58.439Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-01T07:20:58.439Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:20:58.440Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:20:58.440Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:20:58.440Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.440Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.440Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:20:58.440Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.440Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:20:58.441Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.441Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ccaf9e6-2f3e-492b-9381-b1ae4a456082
2022-04-01T07:20:58.441Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:20:58.441Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is not matching search criteria
2022-04-01T07:20:58.441Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:20:58.441Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:20:58.441Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.442Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.442Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.442Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:20:58.442Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:20:58.442Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-01T07:20:58.442Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:20:58.442Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.443Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:20:58.443Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.443Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fe13b529-ea96-4a2c-bbde-a278b15fad6f
2022-04-01T07:20:58.443Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:20:58.443Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is not matching search criteria
2022-04-01T07:20:58.443Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:20:58.444Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:20:58.444Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.444Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.444Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.444Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:20:58.444Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:20:58.444Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:20:58.445Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:20:58.445Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:20:58.445Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:20:58.445Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-01T07:20:58.445Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c83981a9-cc7b-4ee3-a440-89e658c97c8f
2022-04-01T07:20:58.445Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:20:58.446Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:20:58.446Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:20:58.446Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:20:58.446Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:20:58.446Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:20:58.446Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:20:58.447Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:20:58.447Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-01 07-17-44
Description:catalog service description
Model UUID:81f25e75-2e64-422b-ba6d-b6647c93770d
Model Version:NULL
Model InvariantUuid:56e2d438-c0a7-4eb0-be64-57d9be8231ca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c54ee80c-b3b8
Model UUID:fc246116-5c49-47fe-bdf0-15bc1773efcf
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:73a9ad2d-e875-4d5c-9b7b-737a70bc7781
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3fa8d01f-e6aa-4213-8eb6-491bd1a5f676
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:34868fb6-d416-4ee5-bdeb-920fd3c71bc4
ModelName:VfwC54ee80cB3b8..base_vfw..module-0
ModelUuid:cd7a9db5-0416-4aa8-b69d-ceebb3b819c7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0ccaf9e6-2f3e-492b-9381-b1ae4a456082
ModelInvariantUuid:50fec098-e9e0-43a9-bc26-5024f6d45199
ModelName:vFW c54ee80c-b3b8-nodes.vfwCvfc
ModelUuid:2c4e3b2d-b553-406e-8fd6-d3e07fe38bc4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4d4a3e6f-9ec8-44ea-996a-149bd41f77c3
ModelInvariantUuid:8fda95e9-00d4-495e-85a3-6a361153d1f8
ModelName:VfwC54ee80cB3b8.compute.nodes.heat.vfw
ModelUuid:c0eaf774-d28c-4329-ae04-d7df173485f9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fe13b529-ea96-4a2c-bbde-a278b15fad6f
ModelInvariantUuid:42a21758-df7d-49b0-ba38-1b38c119aa18
ModelName:vFW c54ee80c-b3b8-nodes.vsnCvfc
ModelUuid:4a935b10-68cf-4046-973a-c4ba7d9fb141
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7af909e0-f09f-4c97-83b1-31f72ba5ded7
ModelInvariantUuid:873eccc1-b6a6-4c69-b88f-4561893c6d28
ModelName:VfwC54ee80cB3b8.compute.nodes.heat.vsn
ModelUuid:64a2e328-af50-4d36-b740-3bf5f945ea67
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c83981a9-cc7b-4ee3-a440-89e658c97c8f
ModelInvariantUuid:1044bc04-0159-40c7-b220-671b235ec780
ModelName:vFW c54ee80c-b3b8-nodes.vpgCvfc
ModelUuid:c75dc7fa-b4a2-4b52-907f-7dd31e7fd1ab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a49bb1a5-790f-4f75-bcf4-14dd76e67cf0
ModelInvariantUuid:44e55b95-b340-4f7c-9eaa-b268e296c8e6
ModelName:VfwC54ee80cB3b8.compute.nodes.heat.vpg
ModelUuid:3643617a-4ba2-47d2-8130-1cd7c5f68706
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-01T07:20:58.459Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 22b338cf-e459-4ad3-859e-e7bbfede21e7
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-01T07:20:58.549Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||vFW c54ee80c-b3b8 0
2022-04-01T07:20:58.556Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 22b338cf-e459-4ad3-859e-e7bbfede21e7
2022-04-01T07:20:58.556Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1b85e7c1-ed4e-4c20-999f-2adaaa1ee3fd from URL: /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json
2022-04-01T07:20:58.556Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:20:58.556Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json
2022-04-01T07:20:58.778Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:20:58.779Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json 1b85e7c1-ed4e-4c20-999f-2adaaa1ee3fd 785
2022-04-01T07:20:58.779Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json ASDC sendASDCNotification
2022-04-01T07:20:58.779Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json
2022-04-01T07:20:58.779Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:20:58.779Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:20:58.782Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:20:58.782Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797658779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:20:58.882Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:20:58.883Z||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-01T07:20:58.883Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:20:58.895Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:20:58.896Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:20:59.783Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC54ee80cB3b8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "34868fb6-d416-4ee5-bdeb-920fd3c71bc4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cd7a9db5-0416-4aa8-b69d-ceebb3b819c7",
    "vfModuleModelCustomizationUUID": "9dc2fbb0-9820-4d56-aebc-f93142f22f59",
    "isBase": true,
    "artifacts": [
      "c1bdf36b-f192-4757-a7e4-a332835054a4",
      "1a488247-f2f3-4325-95c4-2db4de1bd1d8"
    ],
    "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-01T07:20:59.797Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC54ee80cB3b8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cd7a9db5-0416-4aa8-b69d-ceebb3b819c7
VfModuleModelInvariantUUID:34868fb6-d416-4ee5-bdeb-920fd3c71bc4
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1bdf36b-f192-4757-a7e4-a332835054a4
,
1a488247-f2f3-4325-95c4-2db4de1bd1d8

}
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-01T07:20:59.799Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC54ee80cB3b8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "34868fb6-d416-4ee5-bdeb-920fd3c71bc4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cd7a9db5-0416-4aa8-b69d-ceebb3b819c7",
    "vfModuleModelCustomizationUUID": "9dc2fbb0-9820-4d56-aebc-f93142f22f59",
    "isBase": true,
    "artifacts": [
      "c1bdf36b-f192-4757-a7e4-a332835054a4",
      "1a488247-f2f3-4325-95c4-2db4de1bd1d8"
    ],
    "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-01T07:20:59.800Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC54ee80cB3b8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cd7a9db5-0416-4aa8-b69d-ceebb3b819c7
VfModuleModelInvariantUUID:34868fb6-d416-4ee5-bdeb-920fd3c71bc4
VfModuleModelDescription:NULL
Artifacts UUID List:{
c1bdf36b-f192-4757-a7e4-a332835054a4
,
1a488247-f2f3-4325-95c4-2db4de1bd1d8

}
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-01T07:20:59.800Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c1bdf36b-f192-4757-a7e4-a332835054a4 from URL: /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml
2022-04-01T07:20:59.800Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:20:59.800Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml
2022-04-01T07:21:00.075Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:21:00.076Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml c1bdf36b-f192-4757-a7e4-a332835054a4 20368
2022-04-01T07:21:00.077Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-01T07:21:00.077Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml
2022-04-01T07:21:00.077Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:21:00.077Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:21:00.079Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:21:00.079Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797660077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:21:00.179Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:21:00.181Z||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-01T07:21:00.182Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:21:00.194Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:21:00.195Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:21:01.080Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1a488247-f2f3-4325-95c4-2db4de1bd1d8 from URL: /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env
2022-04-01T07:21:01.081Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:21:01.081Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env
2022-04-01T07:21:01.185Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:21:01.186Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env 1a488247-f2f3-4325-95c4-2db4de1bd1d8 2098
2022-04-01T07:21:01.187Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-01T07:21:01.187Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env
2022-04-01T07:21:01.187Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:21:01.188Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:21:01.190Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:21:01.191Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797661186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:21:01.291Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:21:01.292Z||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-01T07:21:01.292Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:21:01.302Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:21:01.302Z||pool-13-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:21:02.191Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 81f25e75-2e64-422b-ba6d-b6647c93770d
2022-04-01T07:21:02.192Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c54ee80c-b3b8 0 22b338cf-e459-4ad3-859e-e7bbfede21e7 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-01T07:21:02.232Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6be0efd5, org.onap.sdc.toscaparser.api.parameters.Input@ce08b10, org.onap.sdc.toscaparser.api.parameters.Input@658043ec, org.onap.sdc.toscaparser.api.parameters.Input@4e624a02, org.onap.sdc.toscaparser.api.parameters.Input@22908a5c]
2022-04-01T07:21:02.240Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.240Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:21:02.240Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-04-01T07:21:02.240Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3fa8d01f-e6aa-4213-8eb6-491bd1a5f676
2022-04-01T07:21:02.241Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3fa8d01f-e6aa-4213-8eb6-491bd1a5f676 matches Tosca VF Customization UUID: 3fa8d01f-e6aa-4213-8eb6-491bd1a5f676
2022-04-01T07:21:02.241Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3fa8d01f-e6aa-4213-8eb6-491bd1a5f676  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-01T07:21:02.249Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.249Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:21:02.250Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3fa8d01f-e6aa-4213-8eb6-491bd1a5f676: {\"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-01T07:21:02.251Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@416b9ecb
2022-04-01T07:21:02.251Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.251Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-01T07:21:02.252Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9dc2fbb0-9820-4d56-aebc-f93142f22f59
2022-04-01T07:21:02.253Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9dc2fbb0-9820-4d56-aebc-f93142f22f59
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-01T07:21:02.258Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.258Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:21:02.258Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:21:02.259Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.259Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:21:02.259Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:21:02.260Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.260Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is not matching search criteria
2022-04-01T07:21:02.261Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:21:02.261Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-01T07:21:02.261Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:21:02.261Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:21:02.261Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:21:02.261Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:21:02.262Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:21:02.262Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:21:02.262Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:21:02.263Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:21:02.263Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:21:02.263Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0ccaf9e6-2f3e-492b-9381-b1ae4a456082
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-01T07:21:02.274Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.275Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:21:02.275Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:21:02.275Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.275Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is not matching search criteria
2022-04-01T07:21:02.275Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:21:02.276Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:21:02.276Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:21:02.276Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:21:02.276Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:21:02.276Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:21:02.276Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:21:02.277Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-01T07:21:02.277Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:21:02.277Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:21:02.277Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:21:02.277Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:21:02.277Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fe13b529-ea96-4a2c-bbde-a278b15fad6f
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-01T07:21:02.279Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.280Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:21:02.280Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:21:02.282Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.282Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is not matching search criteria
2022-04-01T07:21:02.282Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:21:02.283Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:21:02.283Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:21:02.283Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:21:02.283Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:21:02.283Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:21:02.284Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:21:02.284Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:21:02.284Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:21:02.284Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:21:02.284Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:21:02.285Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-01T07:21:02.285Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c83981a9-cc7b-4ee3-a440-89e658c97c8f
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-01T07:21:02.287Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.287Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:21:02.287Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:21:02.288Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.288Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Node template vFW c54ee80c-b3b8 0 is matching search criteria
2022-04-01T07:21:02.288Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c54ee80c-b3b8 0] matching following query criteria: sdcType=VF, customizationUUID=3fa8d01f-e6aa-4213-8eb6-491bd1a5f676
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-01T07:21:02.290Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.290Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:21:02.290Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 81f25e75-2e64-422b-ba6d-b6647c93770d: vFW c54ee80c-b3b8
2022-04-01T07:21:02.290Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.290Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:21:02.291Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.291Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:21:02.291Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.291Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:21:02.291Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.291Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:21:02.292Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:21:02.292Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-17-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:21:02.292Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-04-01 07-17-44 
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-01T07:21:02.604Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c54ee80c-b3b8 22b338cf-e459-4ad3-859e-e7bbfede21e7 1 ASDC deployResourceStructure
2022-04-01T07:21:02.604Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json ASDC sendASDCNotification
2022-04-01T07:21:02.605Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json
2022-04-01T07:21:02.605Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:21:02.605Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:21:02.607Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:21:02.607Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797662604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:21:02.713Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-04-01T07:21:02.714Z||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-01T07:21:02.714Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:21:02.739Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:21:02.739Z||pool-14-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:21:03.608Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-01T07:21:03.608Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml
2022-04-01T07:21:03.608Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:21:03.609Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:21:03.610Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:21:03.610Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797663608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-01T07:21:03.711Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:21:03.711Z||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-01T07:21:03.712Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:21:03.723Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:21:03.723Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:21:04.611Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-01T07:21:04.612Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env
2022-04-01T07:21:04.612Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:21:04.612Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:21:04.614Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:21:04.614Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797664611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-01T07:21:04.715Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:21:04.715Z||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-01T07:21:04.716Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:21:04.728Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:21:04.728Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:21:05.616Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar ASDC sendASDCNotification
2022-04-01T07:21:05.616Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar
2022-04-01T07:21:05.616Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:21:05.616Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:21:05.618Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:21:05.618Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797665616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:21:05.719Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:21:05.720Z||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-01T07:21:05.720Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:21:05.735Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:21:05.736Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:21:06.620Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:21:06.637Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
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-01T07:21:06.640Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:21:06.640Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:21:06.641Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:21:36.641Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:21:36.653Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
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-01T07:21:36.656Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:21:36.656Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:21:36.657Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:21:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:21:45.597Z||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-01T07:21:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:21:45.620Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:21:45.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:21:45.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "policy-id",
  "timestamp": 1648797644427,
  "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-01T07:21:45.632Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 48ea7f7b-3c23-40aa-806a-066a9c57d270
2022-04-01T07:21:45.632Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ea7f7b-3c23-40aa-806a-066a9c57d270 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-01T07:22:06.657Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:22:06.673Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
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-01T07:22:06.676Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:22:06.677Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:22:06.677Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:22:36.677Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:22:36.688Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
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-01T07:22:36.690Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:22:36.690Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:22:36.690Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:22:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:22:45.597Z||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-01T07:22:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:22:45.632Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:22:45.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:22:45.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797645905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:22:45.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:06.691Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:23:06.705Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
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-01T07:23:06.708Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:23:06.708Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:23:06.708Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:23:36.710Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:23:36.727Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
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-01T07:23:36.730Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:23:36.730Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:23:36.731Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:23:45.598Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:23:45.599Z||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-01T07:23:45.600Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as nMevPcYffJqnjF77) ...
2022-04-01T07:23:45.639Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:23:45.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797645594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "aai-ml",
  "timestamp": 1648797646517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797645594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "clamp",
  "timestamp": 1648797646464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "cds",
  "timestamp": 1648797644737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "aai-ml",
  "timestamp": 1648797646517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797645594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:23:45.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "cds",
  "timestamp": 1648797644737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "aai-ml",
  "timestamp": 1648797646517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.648Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.648Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797645594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.648Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "clamp",
  "timestamp": 1648797648478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "cds",
  "timestamp": 1648797644737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "aai-ml",
  "timestamp": 1648797646517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.649Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797645594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-01T07:23:45.650Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.650Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.650Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "clamp",
  "timestamp": 1648797649483,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:23:45.657Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 48ea7f7b-3c23-40aa-806a-066a9c57d270
2022-04-01T07:23:45.657Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ea7f7b-3c23-40aa-806a-066a9c57d270 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:23:45.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "cds",
  "timestamp": 1648797644737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "aai-ml",
  "timestamp": 1648797646517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797650585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797645594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "cds",
  "timestamp": 1648797644737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "aai-ml",
  "timestamp": 1648797646517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797650585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797651556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797645594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "cds",
  "timestamp": 1648797644737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "clamp",
  "timestamp": 1648797651049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "aai-ml",
  "timestamp": 1648797646517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797650585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797651556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797652759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "cds",
  "timestamp": 1648797644737,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "clamp",
  "timestamp": 1648797651049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797653911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797650585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797651556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797652759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "aai-ml",
  "timestamp": 1648797654708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "clamp",
  "timestamp": 1648797651049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797650585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "cds",
  "timestamp": 1648797654097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797651556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797652759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "clamp",
  "timestamp": 1648797651049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797650585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "policy-id",
  "timestamp": 1648797654436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797651556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "cds",
  "timestamp": 1648797655108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-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-01T07:23:45.692Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17677529-61e9-4fbd-8fc4-8aed07d0e52c
2022-04-01T07:23:45.693Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17677529-61e9-4fbd-8fc4-8aed07d0e52c 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-01T07:23:45.703Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.703Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797652759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.703Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "clamp",
  "timestamp": 1648797651049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.704Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797650585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:23:45.704Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.704Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797651556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "policy-id",
  "timestamp": 1648797654436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797652759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-01T07:23:45.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "clamp",
  "timestamp": 1648797651049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "policy-id",
  "timestamp": 1648797654436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:23:45.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.707Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797651556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797658429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797652759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797658779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.708Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "clamp",
  "timestamp": 1648797651049,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "policy-id",
  "timestamp": 1648797654436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797652759,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797660077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "policy-id",
  "timestamp": 1648797654436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797660530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797661259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797661186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "policy-id",
  "timestamp": 1648797654436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797661592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797662264,
  "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-01T07:23:45.720Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17677529-61e9-4fbd-8fc4-8aed07d0e52c
2022-04-01T07:23:45.720Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17677529-61e9-4fbd-8fc4-8aed07d0e52c 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-01T07:23:45.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "policy-id",
  "timestamp": 1648797654436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:23:45.729Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.729Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797662604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/vfwc54ee80cb3b80_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797662643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "policy-id",
  "timestamp": 1648797662201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797663608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-01T07:23:45.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797663661,
  "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-01T07:23:45.749Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17677529-61e9-4fbd-8fc4-8aed07d0e52c
2022-04-01T07:23:45.750Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17677529-61e9-4fbd-8fc4-8aed07d0e52c 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-01T07:23:45.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "policy-id",
  "timestamp": 1648797663207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:23:45.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797664611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/resourceInstances/vfwc54ee80cb3b80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-01T07:23:45.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797664664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:23:45.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "policy-id",
  "timestamp": 1648797664210,
  "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-01T07:23:45.764Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17677529-61e9-4fbd-8fc4-8aed07d0e52c
2022-04-01T07:23:45.764Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17677529-61e9-4fbd-8fc4-8aed07d0e52c 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-01T07:23:45.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797665616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:23:45.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "clamp",
  "timestamp": 1648797666460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "clamp",
  "timestamp": 1648797668467,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:23:45.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "clamp",
  "timestamp": 1648797669471,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:23:45.775Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 17677529-61e9-4fbd-8fc4-8aed07d0e52c
2022-04-01T07:23:45.775Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17677529-61e9-4fbd-8fc4-8aed07d0e52c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:23:45.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "aai-ml",
  "timestamp": 1648797679419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401071744/1.0/artifacts/service-Vfw20220401071744-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:23:45.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "aai-ml",
  "timestamp": 1648797680426,
  "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-01T07:23:45.788Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 48ea7f7b-3c23-40aa-806a-066a9c57d270
2022-04-01T07:23:45.789Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 48ea7f7b-3c23-40aa-806a-066a9c57d270 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-01T07:23:45.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "aai-ml",
  "timestamp": 1648797681431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "aai-ml",
  "timestamp": 1648797681431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "aai-ml",
  "timestamp": 1648797681431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "aai-ml",
  "timestamp": 1648797681431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "aai-ml",
  "timestamp": 1648797681431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "aai-ml",
  "timestamp": 1648797681431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:23:45.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "aai-ml",
  "timestamp": 1648797681431,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:23:45.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:23:45.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "aai-ml",
  "timestamp": 1648797689266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:23:45.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "aai-ml",
  "timestamp": 1648797699226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:23:45.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:23:45.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:23:45.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "aai-ml",
  "timestamp": 1648797700233,
  "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-01T07:23:45.807Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17677529-61e9-4fbd-8fc4-8aed07d0e52c
2022-04-01T07:23:45.807Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17677529-61e9-4fbd-8fc4-8aed07d0e52c 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-01T07:24:06.731Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:24:06.768Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270
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-01T07:24:06.774Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:24:06.775Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-01T07:24:06.775Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-01T07:24:06.776Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-01T07:24:06.778Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:24:06.778Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:24:06.778Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:24:06.778Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:24:06.778Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:24:06.778Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:24:06.778Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:24:06.789Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-01T07:24:36.790Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270 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-01T07:24:36.801Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 48ea7f7b-3c23-40aa-806a-066a9c57d270 and serviceModelVersionId: 81f25e75-2e64-422b-ba6d-b6647c93770d
2022-04-01T07:24:36.801Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56e2d438-c0a7-4eb0-be64-57d9be8231ca
2022-04-01T07:24:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:24:45.597Z||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-01T07:24:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:24:45.625Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:24:45.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "clamp",
  "timestamp": 1648797801049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797800584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "clamp",
  "timestamp": 1648797801049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:24:45.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797800584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "clamp",
  "timestamp": 1648797801049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797800584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "clamp",
  "timestamp": 1648797801049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.631Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797800584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "clamp",
  "timestamp": 1648797801049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797800584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "cds",
  "timestamp": 1648797809737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "clamp",
  "timestamp": 1648797801049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797800584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797811556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "cds",
  "timestamp": 1648797809737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "clamp",
  "timestamp": 1648797801049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:24:45.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797800584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:24:45.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797811556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797812759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "cds",
  "timestamp": 1648797809737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797813998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:24:45.638Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797811556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.638Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797812759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:24:45.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "cds",
  "timestamp": 1648797809737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.639Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.639Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.639Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797811556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797812759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:24:45.640Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "cds",
  "timestamp": 1648797809737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "policy-id",
  "timestamp": 1648797814436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.641Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.641Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.641Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797811556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797812759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.642Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "cds",
  "timestamp": 1648797809737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "policy-id",
  "timestamp": 1648797814436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797811556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797812759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-01T07:24:45.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "cds",
  "timestamp": 1648797809737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:24:45.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797817723,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:24:45.645Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648797811556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "policy-id",
  "timestamp": 1648797814436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:24:45.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797812759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648797818735,
  "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-01T07:24:45.663Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d101870-dde0-4842-abca-b6c2287718ad
2022-04-01T07:24:45.664Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d101870-dde0-4842-abca-b6c2287718ad 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-01T07:24:45.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "cds",
  "timestamp": 1648797817617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:24:45.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "policy-id",
  "timestamp": 1648797814436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797812759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:24:45.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "cds",
  "timestamp": 1648797818625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-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-01T07:24:45.679Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d101870-dde0-4842-abca-b6c2287718ad
2022-04-01T07:24:45.680Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d101870-dde0-4842-abca-b6c2287718ad 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-01T07:24:45.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "policy-id",
  "timestamp": 1648797814436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "clamp",
  "timestamp": 1648797819488,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:24:45.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797820839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:24:45.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "policy-id",
  "timestamp": 1648797814436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:45.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "policy-id",
  "timestamp": 1648797814436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:24:45.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:24:45.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797822227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:24:45.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.692Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.692Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "clamp",
  "timestamp": 1648797821496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:24:45.692Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "policy-id",
  "timestamp": 1648797822410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:24:45.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.693Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.693Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "clamp",
  "timestamp": 1648797822502,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:24:45.698Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0d101870-dde0-4842-abca-b6c2287718ad
2022-04-01T07:24:45.698Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d101870-dde0-4842-abca-b6c2287718ad and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:24:45.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797823538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:24:45.709Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "policy-id",
  "timestamp": 1648797823416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:24:45.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:24:45.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:24:45.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797824565,
  "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-01T07:24:45.716Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d101870-dde0-4842-abca-b6c2287718ad
2022-04-01T07:24:45.716Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d101870-dde0-4842-abca-b6c2287718ad 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-01T07:24:51.752Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?depth=0
2022-04-01T07:24:51.885Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-01T07:24:52.421Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?depth=0|INFO|500||Invoke
2022-04-01T07:24:52.430Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[48ea7f7b-3c23-40aa-806a-066a9c57d270], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d6668f8-96e5-4df2-a7e2-7f2bd6ab8a86], X-ECOMP-RequestID=[48ea7f7b-3c23-40aa-806a-066a9c57d270], X-TransactionId=[], X-ONAP-RequestID=[48ea7f7b-3c23-40aa-806a-066a9c57d270], Content-Type=[application/merge-patch+json]}
2022-04-01T07:24:52.546Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-01T07:24:52.981Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?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/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220401-07:24:52:229-2006], vertex-id=[192592], Content-Length=[0], Date=[Fri, 01 Apr 2022 07:24:52 GMT], Content-Type=[application/json]}
2022-04-01T07:24:52.983Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-01T07:24:52.983Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56e2d438-c0a7-4eb0-be64-57d9be8231ca/model-vers/model-ver/81f25e75-2e64-422b-ba6d-b6647c93770d?depth=0|INFO|500||InvokeReturn
2022-04-01T07:24:52.987Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-01T07:24:52.987Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:24:52.992Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-01T07:24:52.993Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 48ea7f7b-3c23-40aa-806a-066a9c57d270 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-01T07:24:52.993Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-01T07:24:52.994Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:24:52.996Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:24:52.996Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797892993,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:24:53.096Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:24:53.097Z||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-01T07:24:53.097Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:24:53.111Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:24:53.112Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-01T07:24:54.024Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:24:54.025Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|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-01T07:24:54.025Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|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 nMevPcYffJqnjF77) ...
2022-04-01T07:24:58.369Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:24:58.370Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-01T07:24:58.370Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"17677529-61e9-4fbd-8fc4-8aed07d0e52c","serviceName":"basic_onboard_MfdWWr","serviceVersion":"1.0","serviceUUID":"b05be6c9-ddd0-426e-8e51-c1b0ea73376f","serviceDescription":"service","serviceInvariantUUID":"c0142e84-e68c-499d-a708-1de351d76d9a","resources":[{"resourceInstanceName":"basic_onboard_MfdWWr 0","resourceName":"basic_onboard_MfdWWr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"364346b9-d545-4505-9bb0-1dc1fd392e4f","resourceInvariantUUID":"323eb062-cd85-43a1-bce3-97ee77b1d387","resourceCustomizationUUID":"eb88b824-1420-445a-b549-657ee623c6b4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml","artifactChecksum":"NzY1NTcxZWRhNzNiOThhMTgyOTkyZDMzOWMzNDkwNmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ad50557-9741-4013-8e16-1c747e31883f","artifactVersion":"1"},{"artifactName":"basic_onboard_mfdwwr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json","artifactChecksum":"MThlMTM3ZTBkNzc4MmE0NDkzYWFkNmM1ZGU5YzM5N2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e3e9e3d1-50ae-443c-8a48-855c033cc73a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4100d40f-2caa-456f-84fe-b6ca4bebcb63","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e57fa9c1-4289-4f54-a505-b2e61e59adb4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a2da9e96-758b-40f7-88b9-ab2d2076c9a2","artifactVersion":"2","generatedFromUUID":"4100d40f-2caa-456f-84fe-b6ca4bebcb63"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMfdwwr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml","artifactChecksum":"YjRjZWI0NWNhOWJlZGE5OWMxNTBhYTdmZjUwNTk4Yzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85b0f1d5-53fa-476b-9cab-e25f81d08f19","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMfdwwr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar","artifactChecksum":"NTdhMDUxODA5MDFmZWYyMmM2ZjI3NTFhMzZlZjY4NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54d7a0c6-0421-4bfd-ba92-d7868b4957ea","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-01T07:24:58.373Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:24:58.374Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:24:58.376Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:24:58.376Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:24:58.476Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:24:58.477Z||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-01T07:24:58.477Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:24:58.491Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:24:58.491Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:24:59.376Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:24:59.377Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:24:59.379Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:24:59.379Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:24:59.479Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:24:59.480Z||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-01T07:24:59.481Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:24:59.497Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:24:59.497Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:00.380Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:00.381Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:00.383Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:00.383Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:25:00.483Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:00.484Z||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-01T07:25:00.484Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:00.496Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:00.496Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:25:01.383Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:01.384Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:01.386Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:01.386Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:25:01.487Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-01T07:25:01.488Z||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-01T07:25:01.488Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:01.501Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:01.501Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:25:02.387Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:02.388Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:02.390Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:02.390Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-01T07:25:02.490Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:02.491Z||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-01T07:25:02.491Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:02.502Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:02.503Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:03.392Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:03.393Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:03.395Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:03.395Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:25:03.495Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:03.496Z||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-01T07:25:03.497Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:03.508Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:03.509Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:04.396Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:04.397Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:04.399Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:04.399Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:25:04.499Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:04.500Z||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-01T07:25:04.500Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:04.513Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:04.513Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:05.400Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "serviceName": "basic_onboard_MfdWWr",
  "serviceVersion": "1.0",
  "serviceUUID": "b05be6c9-ddd0-426e-8e51-c1b0ea73376f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c0142e84-e68c-499d-a708-1de351d76d9a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_MfdWWr 0",
      "resourceCustomizationUUID": "eb88b824-1420-445a-b549-657ee623c6b4",
      "resourceName": "basic_onboard_MfdWWr",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "364346b9-d545-4505-9bb0-1dc1fd392e4f",
      "resourceInvariantUUID": "323eb062-cd85-43a1-bce3-97ee77b1d387",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_mfdwwr0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
          "artifactChecksum": "MThlMTM3ZTBkNzc4MmE0NDkzYWFkNmM1ZGU5YzM5N2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e3e9e3d1-50ae-443c-8a48-855c033cc73a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4100d40f-2caa-456f-84fe-b6ca4bebcb63",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a2da9e96-758b-40f7-88b9-ab2d2076c9a2",
            "generatedFromUUID": "4100d40f-2caa-456f-84fe-b6ca4bebcb63"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a2da9e96-758b-40f7-88b9-ab2d2076c9a2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardMfdwwr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
      "artifactChecksum": "NTdhMDUxODA5MDFmZWYyMmM2ZjI3NTFhMzZlZjY4NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "54d7a0c6-0421-4bfd-ba92-d7868b4957ea"
    }
  ],
  "workloadContext": "Production"
}
2022-04-01T07:25:05.401Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-01T07:25:05.402Z|48ea7f7b-3c23-40aa-806a-066a9c57d270|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b05be6c9-ddd0-426e-8e51-c1b0ea73376f ASDC
2022-04-01T07:25:05.402Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:17677529-61e9-4fbd-8fc4-8aed07d0e52c
ServiceName:basic_onboard_MfdWWr
ServiceVersion:1.0
ServiceUUID:b05be6c9-ddd0-426e-8e51-c1b0ea73376f
ServiceInvariantUUID:c0142e84-e68c-499d-a708-1de351d76d9a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMfdwwr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar
ArtifactUUID:54d7a0c6-0421-4bfd-ba92-d7868b4957ea
ArtifactChecksum:NTdhMDUxODA5MDFmZWYyMmM2ZjI3NTFhMzZlZjY4NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_MfdWWr 0
ResourceCustomizationUUID:eb88b824-1420-445a-b549-657ee623c6b4
ResourceInvariantUUID:323eb062-cd85-43a1-bce3-97ee77b1d387
ResourceName:basic_onboard_MfdWWr
ResourceType:VF
ResourceUUID:364346b9-d545-4505-9bb0-1dc1fd392e4f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mfdwwr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json
ArtifactUUID:e3e9e3d1-50ae-443c-8a48-855c033cc73a
ArtifactChecksum:MThlMTM3ZTBkNzc4MmE0NDkzYWFkNmM1ZGU5YzM5N2U=
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/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4100d40f-2caa-456f-84fe-b6ca4bebcb63
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/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env
ArtifactUUID:a2da9e96-758b-40f7-88b9-ab2d2076c9a2
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/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env
ArtifactUUID:a2da9e96-758b-40f7-88b9-ab2d2076c9a2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-01T07:25:05.403Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b05be6c9-ddd0-426e-8e51-c1b0ea73376f 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-01T07:25:05.435Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:25:05.436Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:25:05.437Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:25:05.437Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 54d7a0c6-0421-4bfd-ba92-d7868b4957ea from URL: /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:05.437Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:25:05.437Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:05.584Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:25:05.587Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar 54d7a0c6-0421-4bfd-ba92-d7868b4957ea 71579
2022-04-01T07:25:05.588Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar ASDC sendASDCNotification
2022-04-01T07:25:05.588Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:05.588Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:25:05.588Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:05.590Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:05.590Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797905588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:25:05.691Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-01T07:25:05.692Z||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-01T07:25:05.692Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:05.705Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:05.705Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:06.591Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:25:06.592Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:25:06.592Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 54d7a0c6-0421-4bfd-ba92-d7868b4957ea, URL: /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar to file: /app/ASDC/1/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:06.593Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:06.593Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:06.593Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:06.803Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5603535616378774890/Definitions/service-BasicOnboardMfdwwr-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-01T07:25:07.904Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-01T07:25:07.905Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-01T07:25:07.905Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.905Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-01T07:25:07.906Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MfdWWr 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-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.906Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.907Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.907Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.907Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.908Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.908Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.908Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.909Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:07.909Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-01T07:25:07.909Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:07.910Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:07.910Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:07.911Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-01T07:25:07.912Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:25:07.912Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:07.912Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:07.913Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:07.913Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-01T07:25:07.914Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:25:07.914Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:07.914Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:07.915Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:07.915Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is not matching search criteria
2022-04-01T07:25:07.915Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-01T07:25:07.916Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-01T07:25:07.916Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-01T07:25:07.916Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-01T07:25:07.917Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-01T07:25:07.917Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:07.917Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-01T07:25:07.918Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:07.918Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:07.919Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:07.919Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:07.920Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:07.920Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:07.921Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:07.921Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:07.921Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:07.922Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:07.922Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is not matching search criteria
2022-04-01T07:25:07.923Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-01T07:25:07.923Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-01T07:25:07.924Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=56b2bb82-fbc1-4a96-80b8-555d7fad69c4
2022-04-01T07:25:07.924Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:07.924Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:07.924Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:07.925Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:07.925Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:07.925Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:07.925Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:07.926Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:07.926Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_MfdWWr
Description:service
Model UUID:b05be6c9-ddd0-426e-8e51-c1b0ea73376f
Model Version:NULL
Model InvariantUuid:c0142e84-e68c-499d-a708-1de351d76d9a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_MfdWWr
Model UUID:d7de38de-95bd-4f39-a47a-f4cea0618386
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:323eb062-cd85-43a1-bce3-97ee77b1d387
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:eb88b824-1420-445a-b549-657ee623c6b4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2e93b405-8bde-4b46-af16-d22088079385
ModelName:BasicOnboardMfdwwr..base_ubuntu18..module-0
ModelUuid:cced2b58-c082-444a-bcf7-8f9a1b4dd172
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:56b2bb82-fbc1-4a96-80b8-555d7fad69c4
ModelInvariantUuid:2decee45-db72-4d5b-aa36-b182812894b5
ModelName:basic_onboard_MfdWWr-nodes.ubuntu18Cvfc
ModelUuid:cb59da85-41d7-45eb-b830-c73f7b243bf6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:df7bf2e4-3593-4ae3-8835-34ebce1e004f
ModelInvariantUuid:3014faa3-143b-47e0-b48e-5549c9044dcc
ModelName:BasicOnboardMfdwwr.compute.nodes.heat.ubuntu18
ModelUuid:2fab26ec-90d5-4b44-98ac-875b2d909629
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-01T07:25:07.934Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 364346b9-d545-4505-9bb0-1dc1fd392e4f
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-01T07:25:07.937Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||basic_onboard_MfdWWr 0
2022-04-01T07:25:07.937Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 364346b9-d545-4505-9bb0-1dc1fd392e4f
2022-04-01T07:25:07.938Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e3e9e3d1-50ae-443c-8a48-855c033cc73a from URL: /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json
2022-04-01T07:25:07.938Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:25:07.938Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json
2022-04-01T07:25:08.105Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:25:08.105Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json e3e9e3d1-50ae-443c-8a48-855c033cc73a 798
2022-04-01T07:25:08.106Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json ASDC sendASDCNotification
2022-04-01T07:25:08.106Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json
2022-04-01T07:25:08.106Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:25:08.107Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:08.109Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:08.109Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797908106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:25:08.209Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:08.210Z||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-01T07:25:08.210Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:08.222Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:08.222Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:09.110Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMfdwwr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2e93b405-8bde-4b46-af16-d22088079385",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cced2b58-c082-444a-bcf7-8f9a1b4dd172",
    "vfModuleModelCustomizationUUID": "461b49de-b76e-4752-bf3c-016bb6a8ea5d",
    "isBase": true,
    "artifacts": [
      "4100d40f-2caa-456f-84fe-b6ca4bebcb63",
      "a2da9e96-758b-40f7-88b9-ab2d2076c9a2"
    ],
    "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-01T07:25:09.115Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMfdwwr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cced2b58-c082-444a-bcf7-8f9a1b4dd172
VfModuleModelInvariantUUID:2e93b405-8bde-4b46-af16-d22088079385
VfModuleModelDescription:NULL
Artifacts UUID List:{
4100d40f-2caa-456f-84fe-b6ca4bebcb63
,
a2da9e96-758b-40f7-88b9-ab2d2076c9a2

}
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-01T07:25:09.117Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardMfdwwr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2e93b405-8bde-4b46-af16-d22088079385",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cced2b58-c082-444a-bcf7-8f9a1b4dd172",
    "vfModuleModelCustomizationUUID": "461b49de-b76e-4752-bf3c-016bb6a8ea5d",
    "isBase": true,
    "artifacts": [
      "4100d40f-2caa-456f-84fe-b6ca4bebcb63",
      "a2da9e96-758b-40f7-88b9-ab2d2076c9a2"
    ],
    "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-01T07:25:09.118Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMfdwwr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cced2b58-c082-444a-bcf7-8f9a1b4dd172
VfModuleModelInvariantUUID:2e93b405-8bde-4b46-af16-d22088079385
VfModuleModelDescription:NULL
Artifacts UUID List:{
4100d40f-2caa-456f-84fe-b6ca4bebcb63
,
a2da9e96-758b-40f7-88b9-ab2d2076c9a2

}
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-01T07:25:09.118Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4100d40f-2caa-456f-84fe-b6ca4bebcb63 from URL: /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml
2022-04-01T07:25:09.118Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:25:09.118Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml
2022-04-01T07:25:09.204Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:25:09.205Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml 4100d40f-2caa-456f-84fe-b6ca4bebcb63 5033
2022-04-01T07:25:09.205Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-01T07:25:09.205Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml
2022-04-01T07:25:09.206Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:25:09.206Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:09.208Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:09.208Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797909205,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:25:09.308Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:09.309Z||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-01T07:25:09.309Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:09.325Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:09.325Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:10.209Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a2da9e96-758b-40f7-88b9-ab2d2076c9a2 from URL: /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env
2022-04-01T07:25:10.209Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:25:10.210Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env
2022-04-01T07:25:10.587Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:25:10.587Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env a2da9e96-758b-40f7-88b9-ab2d2076c9a2 909
2022-04-01T07:25:10.587Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-01T07:25:10.587Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env
2022-04-01T07:25:10.588Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:25:10.588Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:10.590Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:10.590Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797910587,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:25:10.690Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:10.690Z||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-01T07:25:10.691Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:10.703Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:10.703Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:11.590Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b05be6c9-ddd0-426e-8e51-c1b0ea73376f
2022-04-01T07:25:11.591Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MfdWWr 0 364346b9-d545-4505-9bb0-1dc1fd392e4f 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-01T07:25:11.603Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f7c2b3c, org.onap.sdc.toscaparser.api.parameters.Input@2adf6629, org.onap.sdc.toscaparser.api.parameters.Input@4ac2a278, org.onap.sdc.toscaparser.api.parameters.Input@68ef090c, org.onap.sdc.toscaparser.api.parameters.Input@46e4eae6]
2022-04-01T07:25:11.604Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:11.605Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:11.605Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-04-01T07:25:11.605Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= eb88b824-1420-445a-b549-657ee623c6b4
2022-04-01T07:25:11.605Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eb88b824-1420-445a-b549-657ee623c6b4 matches Tosca VF Customization UUID: eb88b824-1420-445a-b549-657ee623c6b4
2022-04-01T07:25:11.605Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: eb88b824-1420-445a-b549-657ee623c6b4  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-01T07:25:11.607Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:11.607Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:11.608Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id eb88b824-1420-445a-b549-657ee623c6b4: {\"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-01T07:25:11.608Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@586244a3
2022-04-01T07:25:11.608Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:11.608Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-01T07:25:11.609Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 461b49de-b76e-4752-bf3c-016bb6a8ea5d
2022-04-01T07:25:11.609Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 461b49de-b76e-4752-bf3c-016bb6a8ea5d
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-01T07:25:11.611Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:11.611Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:11.611Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:11.611Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:11.611Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:11.612Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:11.612Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:11.612Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is not matching search criteria
2022-04-01T07:25:11.612Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-01T07:25:11.612Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-01T07:25:11.612Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=56b2bb82-fbc1-4a96-80b8-555d7fad69c4
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-01T07:25:11.614Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:11.615Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:11.615Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:11.615Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:11.615Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_MfdWWr 0 is matching search criteria
2022-04-01T07:25:11.615Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_MfdWWr 0] matching following query criteria: sdcType=VF, customizationUUID=eb88b824-1420-445a-b549-657ee623c6b4
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-01T07:25:11.617Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:11.617Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:11.617Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b05be6c9-ddd0-426e-8e51-c1b0ea73376f: basic_onboard_MfdWWr
2022-04-01T07:25:11.617Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:11.617Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:11.618Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:11.618Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:11.618Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:11.618Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:11.618Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:11.618Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:11.618Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:11.619Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_MfdWWr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:11.619Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_MfdWWr 
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-01T07:25:11.693Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MfdWWr 364346b9-d545-4505-9bb0-1dc1fd392e4f 1 ASDC deployResourceStructure
2022-04-01T07:25:11.694Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json ASDC sendASDCNotification
2022-04-01T07:25:11.694Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json
2022-04-01T07:25:11.694Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:25:11.694Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:11.696Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:11.696Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797911694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:25:11.796Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:11.797Z||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-01T07:25:11.797Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:11.808Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:11.809Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:12.697Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-01T07:25:12.697Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml
2022-04-01T07:25:12.697Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:25:12.697Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:12.699Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:12.699Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797912696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-01T07:25:12.799Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:12.800Z||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-01T07:25:12.800Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:12.828Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:12.829Z||pool-31-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:13.700Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-01T07:25:13.701Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env
2022-04-01T07:25:13.701Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:25:13.701Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:13.703Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:13.703Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797913700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-01T07:25:13.803Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:13.804Z||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-01T07:25:13.805Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:13.817Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:13.818Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:14.704Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar ASDC sendASDCNotification
2022-04-01T07:25:14.704Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar
2022-04-01T07:25:14.704Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:25:14.705Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:14.707Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:14.707Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797914704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:25:14.807Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:14.808Z||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-01T07:25:14.808Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:14.820Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:14.821Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:15.707Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17677529-61e9-4fbd-8fc4-8aed07d0e52c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:25:15.723Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17677529-61e9-4fbd-8fc4-8aed07d0e52c
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-01T07:25:15.728Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:25:15.728Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-01T07:25:15.728Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-01T07:25:15.729Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-01T07:25:15.729Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:25:15.729Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:25:15.729Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:25:15.729Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:25:15.729Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:25:15.729Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:25:15.729Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:25:15.735Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-01T07:25:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:25:45.597Z||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-01T07:25:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:25:45.634Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:45.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:25:45.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "policy-id",
  "timestamp": 1648797824419,
  "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-01T07:25:45.644Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d101870-dde0-4842-abca-b6c2287718ad
2022-04-01T07:25:45.644Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d101870-dde0-4842-abca-b6c2287718ad 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-01T07:25:45.736Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17677529-61e9-4fbd-8fc4-8aed07d0e52c 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-01T07:25:45.741Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17677529-61e9-4fbd-8fc4-8aed07d0e52c and serviceModelVersionId: b05be6c9-ddd0-426e-8e51-c1b0ea73376f
2022-04-01T07:25:45.741Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0142e84-e68c-499d-a708-1de351d76d9a
2022-04-01T07:25:45.742Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?depth=0
2022-04-01T07:25:45.746Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-01T07:25:45.796Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?depth=0|INFO|500||Invoke
2022-04-01T07:25:45.797Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17677529-61e9-4fbd-8fc4-8aed07d0e52c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[164e5ead-772c-472d-885a-8c855a0bd41b], X-ECOMP-RequestID=[17677529-61e9-4fbd-8fc4-8aed07d0e52c], X-TransactionId=[], X-ONAP-RequestID=[17677529-61e9-4fbd-8fc4-8aed07d0e52c], Content-Type=[application/merge-patch+json]}
2022-04-01T07:25:45.821Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-01T07:25:46.288Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?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/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220401-07:25:45:503-35433], vertex-id=[196760], Content-Length=[0], Date=[Fri, 01 Apr 2022 07:25:45 GMT], Content-Type=[application/json]}
2022-04-01T07:25:46.289Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-01T07:25:46.290Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0142e84-e68c-499d-a708-1de351d76d9a/model-vers/model-ver/b05be6c9-ddd0-426e-8e51-c1b0ea73376f?depth=0|INFO|500||InvokeReturn
2022-04-01T07:25:46.290Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-01T07:25:46.291Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:25:46.298Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-01T07:25:46.299Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17677529-61e9-4fbd-8fc4-8aed07d0e52c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-01T07:25:46.299Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-01T07:25:46.299Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:46.301Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:46.301Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797946299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:25:46.402Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:46.403Z||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-01T07:25:46.403Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:46.413Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:46.414Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-01T07:25:47.313Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-01T07:25:47.314Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d101870-dde0-4842-abca-b6c2287718ad","serviceName":"vFW 2022-04-01 07-21-29","serviceVersion":"1.0","serviceUUID":"fa0005ad-1dec-49e1-aae5-0738329915c8","serviceDescription":"catalog service description","serviceInvariantUUID":"312cf3af-f504-420f-b267-d1fec8baccdc","resources":[{"resourceInstanceName":"vFW 1a7247b4-431e 0","resourceName":"vFW 1a7247b4-431e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e8cdf7d-451a-41ae-b7fb-55c97143eaaa","resourceInvariantUUID":"652d1d29-85de-4f35-b7cc-6b0cd1300f8b","resourceCustomizationUUID":"a0bd00b0-74f7-48e0-a168-ba50d92b2497","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml","artifactChecksum":"NTA1MjQ0ZWMwOWExMDQwMDdlNzBlNzc2OTBkYjVkMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c8cdfaef-684c-4cc2-b975-52ce54e091eb","artifactVersion":"1"},{"artifactName":"vfw1a7247b4431e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json","artifactChecksum":"Y2I1NjgxNDU5ZjcwMzkwNjMyMWVhNDU3NDA0ZmZjZmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"abd1bedb-83ee-44c4-8fd0-b46a80232b82","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"da8536ed-bca3-4aed-9cd5-b3bd897b0ef5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml","artifactChecksum":"NWRkYzQyZTdhZmFhZjlhZDEyMGY1OTlkOGFmMTk2MDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e233a264-0df1-4b65-8d53-f138c21a8dba","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"db6e30d5-42ac-4fef-b78c-cf3a9fb25e10","artifactVersion":"2","generatedFromUUID":"da8536ed-bca3-4aed-9cd5-b3bd897b0ef5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220401072129-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml","artifactChecksum":"NmJhYzIxYWQ4YzdkYmUyY2U3NDRjOGQ2YTU2NGIyNGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd142474-2193-42fe-bec1-2ee745e58dbc","artifactVersion":"1"},{"artifactName":"service-Vfw20220401072129-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar","artifactChecksum":"OGE5NTk5MThjYjZkY2U0MWNmYmRmYTczZTFkM2M0ZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f199166d-1f01-4175-944a-3793be92a31a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-01T07:25:47.315Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:47.316Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:47.318Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:47.318Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:25:47.418Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:47.419Z||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-01T07:25:47.419Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:47.431Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:47.431Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:25:48.319Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:48.319Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:48.321Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:48.321Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:25:48.427Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-04-01T07:25:48.428Z||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-01T07:25:48.429Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:48.463Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:48.464Z||pool-36-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:25:49.322Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:49.323Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:49.326Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:49.326Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:25:49.427Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-01T07:25:49.427Z||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-01T07:25:49.428Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:49.439Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:49.440Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:50.327Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:50.328Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:50.330Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:50.330Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:25:50.430Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:50.431Z||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-01T07:25:50.431Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:50.452Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:50.452Z||pool-38-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:25:51.331Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:51.332Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:51.333Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:51.334Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-01T07:25:51.434Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:51.434Z||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-01T07:25:51.435Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:51.446Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:51.446Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:52.334Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:52.335Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:52.337Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:52.337Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:25:52.437Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:52.438Z||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-01T07:25:52.438Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:52.450Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:52.450Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:53.337Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:25:53.338Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:53.340Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:53.340Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:25:53.441Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:53.442Z||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-01T07:25:53.443Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:53.455Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:53.456Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:54.342Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "serviceName": "vFW 2022-04-01 07-21-29",
  "serviceVersion": "1.0",
  "serviceUUID": "fa0005ad-1dec-49e1-aae5-0738329915c8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "312cf3af-f504-420f-b267-d1fec8baccdc",
  "resources": [
    {
      "resourceInstanceName": "vFW 1a7247b4-431e 0",
      "resourceCustomizationUUID": "a0bd00b0-74f7-48e0-a168-ba50d92b2497",
      "resourceName": "vFW 1a7247b4-431e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8e8cdf7d-451a-41ae-b7fb-55c97143eaaa",
      "resourceInvariantUUID": "652d1d29-85de-4f35-b7cc-6b0cd1300f8b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1a7247b4431e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
          "artifactChecksum": "Y2I1NjgxNDU5ZjcwMzkwNjMyMWVhNDU3NDA0ZmZjZmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "abd1bedb-83ee-44c4-8fd0-b46a80232b82",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "da8536ed-bca3-4aed-9cd5-b3bd897b0ef5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "db6e30d5-42ac-4fef-b78c-cf3a9fb25e10",
            "generatedFromUUID": "da8536ed-bca3-4aed-9cd5-b3bd897b0ef5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "db6e30d5-42ac-4fef-b78c-cf3a9fb25e10",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220401072129-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
      "artifactChecksum": "OGE5NTk5MThjYjZkY2U0MWNmYmRmYTczZTFkM2M0ZTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f199166d-1f01-4175-944a-3793be92a31a"
    }
  ],
  "workloadContext": "Production"
}
2022-04-01T07:25:54.342Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-01T07:25:54.342Z|17677529-61e9-4fbd-8fc4-8aed07d0e52c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fa0005ad-1dec-49e1-aae5-0738329915c8 ASDC
2022-04-01T07:25:54.343Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0d101870-dde0-4842-abca-b6c2287718ad
ServiceName:vFW 2022-04-01 07-21-29
ServiceVersion:1.0
ServiceUUID:fa0005ad-1dec-49e1-aae5-0738329915c8
ServiceInvariantUUID:312cf3af-f504-420f-b267-d1fec8baccdc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220401072129-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar
ArtifactUUID:f199166d-1f01-4175-944a-3793be92a31a
ArtifactChecksum:OGE5NTk5MThjYjZkY2U0MWNmYmRmYTczZTFkM2M0ZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1a7247b4-431e 0
ResourceCustomizationUUID:a0bd00b0-74f7-48e0-a168-ba50d92b2497
ResourceInvariantUUID:652d1d29-85de-4f35-b7cc-6b0cd1300f8b
ResourceName:vFW 1a7247b4-431e
ResourceType:VF
ResourceUUID:8e8cdf7d-451a-41ae-b7fb-55c97143eaaa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1a7247b4431e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json
ArtifactUUID:abd1bedb-83ee-44c4-8fd0-b46a80232b82
ArtifactChecksum:Y2I1NjgxNDU5ZjcwMzkwNjMyMWVhNDU3NDA0ZmZjZmU=
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/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml
ArtifactUUID:da8536ed-bca3-4aed-9cd5-b3bd897b0ef5
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/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env
ArtifactUUID:db6e30d5-42ac-4fef-b78c-cf3a9fb25e10
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/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env
ArtifactUUID:db6e30d5-42ac-4fef-b78c-cf3a9fb25e10
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-01T07:25:54.343Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa0005ad-1dec-49e1-aae5-0738329915c8 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-01T07:25:54.392Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:25:54.393Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:25:54.393Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:25:54.393Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f199166d-1f01-4175-944a-3793be92a31a from URL: /sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:54.393Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:25:54.393Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:54.681Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:25:54.686Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar f199166d-1f01-4175-944a-3793be92a31a 98949
2022-04-01T07:25:54.686Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar ASDC sendASDCNotification
2022-04-01T07:25:54.686Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:54.687Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:25:54.687Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:54.689Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:54.689Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797954686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:25:54.790Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:54.791Z||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-01T07:25:54.791Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:54.804Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:54.804Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:25:55.690Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:25:55.691Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-01T07:25:55.691Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f199166d-1f01-4175-944a-3793be92a31a, URL: /sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar to file: /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:55.692Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220401072129-csar.csar
2022-04-01T07:25:55.692Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:55.692Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:55.843Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17813150564589766319/Definitions/service-Vfw20220401072129-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-01T07:25:57.806Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-01T07:25:57.807Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-01T07:25:57.807Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.807Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-01T07:25:57.807Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.807Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.808Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1a7247b4-431e 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-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.808Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.808Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.808Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.808Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.808Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.808Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.808Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.809Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.809Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.809Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220401072129-csar.csar
2022-04-01T07:25:57.809Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-01T07:25:57.809Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:57.809Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:57.809Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:25:57.810Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-01T07:25:57.810Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:25:57.810Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:57.810Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:57.811Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:25:57.811Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-01T07:25:57.811Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:25:57.812Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:57.812Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:57.812Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:57.812Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is not matching search criteria
2022-04-01T07:25:57.812Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:25:57.813Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:25:57.813Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:25:57.813Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.813Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.813Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.813Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:25:57.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:25:57.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:25:57.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:25:57.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:25:57.815Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.815Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-01T07:25:57.815Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:57.815Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-01T07:25:57.815Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:57.816Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:25:57.816Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:57.816Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:57.816Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:25:57.816Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:57.817Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:57.817Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:25:57.817Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:25:57.817Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:57.817Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is not matching search criteria
2022-04-01T07:25:57.817Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:25:57.818Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:25:57.818Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-01T07:25:57.818Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:25:57.818Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:25:57.818Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.818Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.818Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:25:57.819Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.819Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:25:57.819Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.819Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bcdd34fb-6913-4757-bf02-3599731894f4
2022-04-01T07:25:57.819Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:57.819Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is not matching search criteria
2022-04-01T07:25:57.819Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:25:57.820Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:25:57.820Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:25:57.820Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.820Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.820Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.820Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:25:57.821Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-01T07:25:57.821Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:25:57.821Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.821Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:25:57.821Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.821Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ae95edf2-80ed-475b-96c3-1900a40be55f
2022-04-01T07:25:57.821Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:57.822Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is not matching search criteria
2022-04-01T07:25:57.822Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:25:57.822Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:25:57.822Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:25:57.822Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.822Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.822Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.823Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:25:57.823Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:25:57.823Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:25:57.823Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:25:57.823Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:25:57.823Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-01T07:25:57.823Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ef56ab41-d847-4545-a60c-87048dfc93e4
2022-04-01T07:25:57.824Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:57.824Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:57.824Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:57.824Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:57.824Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:57.824Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:57.825Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:25:57.825Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:25:57.825Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-01 07-21-29
Description:catalog service description
Model UUID:fa0005ad-1dec-49e1-aae5-0738329915c8
Model Version:NULL
Model InvariantUuid:312cf3af-f504-420f-b267-d1fec8baccdc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1a7247b4-431e
Model UUID:e530ec60-9614-4c93-a5cb-5c20b40535cd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:652d1d29-85de-4f35-b7cc-6b0cd1300f8b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a0bd00b0-74f7-48e0-a168-ba50d92b2497
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0a7aa3f5-a671-46f1-af15-d32c8eb6d8ac
ModelName:Vfw1a7247b4431e..base_vfw..module-0
ModelUuid:a4131f23-7b9e-4b36-87a6-b90f9c18c415
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bcdd34fb-6913-4757-bf02-3599731894f4
ModelInvariantUuid:09b9fb1a-2c78-46c7-bdbb-349e9eacff2a
ModelName:vFW 1a7247b4-431e-nodes.vfwCvfc
ModelUuid:42277250-9258-44a0-82d6-aa90eeeaaf6e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8a1ea843-6894-4bec-ad20-dc558973f362
ModelInvariantUuid:791d85e7-8b72-4c5e-a2fa-74a9d627fc89
ModelName:Vfw1a7247b4431e.compute.nodes.heat.vfw
ModelUuid:438f4859-07bf-4c3d-ae72-449da14d32cf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ae95edf2-80ed-475b-96c3-1900a40be55f
ModelInvariantUuid:a4f22a73-10eb-4fed-aaa7-9e8cecf8aeaf
ModelName:vFW 1a7247b4-431e-nodes.vsnCvfc
ModelUuid:84437d84-3370-4f6d-9bd3-e39570a9b291
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:275f910a-b4e4-49ba-9b0b-6334a22bd69d
ModelInvariantUuid:dcbe32b1-fd70-4f63-ae91-dff47b25a6c2
ModelName:Vfw1a7247b4431e.compute.nodes.heat.vsn
ModelUuid:75fd5240-da21-42e0-b921-f7e6d9d10dd7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ef56ab41-d847-4545-a60c-87048dfc93e4
ModelInvariantUuid:e73f4799-ae9e-4201-bec5-950e8141c9b3
ModelName:vFW 1a7247b4-431e-nodes.vpgCvfc
ModelUuid:f164f8d0-f350-44d5-ab94-b68ac9e4b705
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:166f5e9d-67dd-4c57-b5c5-900b1dc63d03
ModelInvariantUuid:df1d6db5-6d6b-42ea-9b8d-62c45cd4da93
ModelName:Vfw1a7247b4431e.compute.nodes.heat.vpg
ModelUuid:d5b432ad-f812-48cf-8ced-824205f79a14
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-01T07:25:57.833Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e8cdf7d-451a-41ae-b7fb-55c97143eaaa
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-01T07:25:57.836Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||vFW 1a7247b4-431e 0
2022-04-01T07:25:57.836Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e8cdf7d-451a-41ae-b7fb-55c97143eaaa
2022-04-01T07:25:57.837Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: abd1bedb-83ee-44c4-8fd0-b46a80232b82 from URL: /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json
2022-04-01T07:25:57.837Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:25:57.837Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json
2022-04-01T07:25:58.120Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:25:58.120Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json abd1bedb-83ee-44c4-8fd0-b46a80232b82 785
2022-04-01T07:25:58.121Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json ASDC sendASDCNotification
2022-04-01T07:25:58.121Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json
2022-04-01T07:25:58.121Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:25:58.121Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:58.123Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:58.123Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797958120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:25:58.223Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:58.224Z||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-01T07:25:58.225Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:58.238Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:58.239Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:25:59.123Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1a7247b4431e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0a7aa3f5-a671-46f1-af15-d32c8eb6d8ac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a4131f23-7b9e-4b36-87a6-b90f9c18c415",
    "vfModuleModelCustomizationUUID": "341980f9-c5fc-4027-b51e-78647a037d10",
    "isBase": true,
    "artifacts": [
      "da8536ed-bca3-4aed-9cd5-b3bd897b0ef5",
      "db6e30d5-42ac-4fef-b78c-cf3a9fb25e10"
    ],
    "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-01T07:25:59.128Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1a7247b4431e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4131f23-7b9e-4b36-87a6-b90f9c18c415
VfModuleModelInvariantUUID:0a7aa3f5-a671-46f1-af15-d32c8eb6d8ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
da8536ed-bca3-4aed-9cd5-b3bd897b0ef5
,
db6e30d5-42ac-4fef-b78c-cf3a9fb25e10

}
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-01T07:25:59.130Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1a7247b4431e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0a7aa3f5-a671-46f1-af15-d32c8eb6d8ac",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a4131f23-7b9e-4b36-87a6-b90f9c18c415",
    "vfModuleModelCustomizationUUID": "341980f9-c5fc-4027-b51e-78647a037d10",
    "isBase": true,
    "artifacts": [
      "da8536ed-bca3-4aed-9cd5-b3bd897b0ef5",
      "db6e30d5-42ac-4fef-b78c-cf3a9fb25e10"
    ],
    "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-01T07:25:59.130Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1a7247b4431e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a4131f23-7b9e-4b36-87a6-b90f9c18c415
VfModuleModelInvariantUUID:0a7aa3f5-a671-46f1-af15-d32c8eb6d8ac
VfModuleModelDescription:NULL
Artifacts UUID List:{
da8536ed-bca3-4aed-9cd5-b3bd897b0ef5
,
db6e30d5-42ac-4fef-b78c-cf3a9fb25e10

}
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-01T07:25:59.130Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: da8536ed-bca3-4aed-9cd5-b3bd897b0ef5 from URL: /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml
2022-04-01T07:25:59.130Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:25:59.131Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml
2022-04-01T07:25:59.262Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:25:59.263Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml da8536ed-bca3-4aed-9cd5-b3bd897b0ef5 20368
2022-04-01T07:25:59.263Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-01T07:25:59.264Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml
2022-04-01T07:25:59.264Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:25:59.264Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:25:59.266Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:25:59.266Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797959263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:25:59.366Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:25:59.367Z||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-01T07:25:59.367Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:25:59.379Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:25:59.379Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:26:00.266Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: db6e30d5-42ac-4fef-b78c-cf3a9fb25e10 from URL: /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env
2022-04-01T07:26:00.267Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-01T07:26:00.267Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env
2022-04-01T07:26:00.565Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-01T07:26:00.565Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env db6e30d5-42ac-4fef-b78c-cf3a9fb25e10 2098
2022-04-01T07:26:00.566Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-01T07:26:00.566Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env
2022-04-01T07:26:00.566Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:26:00.566Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:26:00.568Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:26:00.568Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797960565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:26:00.668Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:26:00.669Z||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-01T07:26:00.669Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:26:00.688Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:26:00.688Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:26:01.568Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fa0005ad-1dec-49e1-aae5-0738329915c8
2022-04-01T07:26:01.569Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1a7247b4-431e 0 8e8cdf7d-451a-41ae-b7fb-55c97143eaaa 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-01T07:26:01.587Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b5fc82, org.onap.sdc.toscaparser.api.parameters.Input@3355a02e, org.onap.sdc.toscaparser.api.parameters.Input@75506e1f, org.onap.sdc.toscaparser.api.parameters.Input@738ada76, org.onap.sdc.toscaparser.api.parameters.Input@5bf36969]
2022-04-01T07:26:01.588Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.589Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:26:01.589Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-04-01T07:26:01.589Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a0bd00b0-74f7-48e0-a168-ba50d92b2497
2022-04-01T07:26:01.589Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a0bd00b0-74f7-48e0-a168-ba50d92b2497 matches Tosca VF Customization UUID: a0bd00b0-74f7-48e0-a168-ba50d92b2497
2022-04-01T07:26:01.589Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a0bd00b0-74f7-48e0-a168-ba50d92b2497  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-01T07:26:01.592Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.592Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:26:01.593Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a0bd00b0-74f7-48e0-a168-ba50d92b2497: {\"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-01T07:26:01.593Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16136db6
2022-04-01T07:26:01.593Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.593Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-01T07:26:01.593Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 341980f9-c5fc-4027-b51e-78647a037d10
2022-04-01T07:26:01.594Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 341980f9-c5fc-4027-b51e-78647a037d10
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-01T07:26:01.596Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.596Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:26:01.596Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:26:01.597Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.597Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:26:01.597Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:26:01.597Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.597Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is not matching search criteria
2022-04-01T07:26:01.598Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:26:01.598Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:26:01.598Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-01T07:26:01.598Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:26:01.598Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:26:01.599Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:26:01.599Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:26:01.599Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:26:01.599Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:26:01.599Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:26:01.599Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:26:01.599Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bcdd34fb-6913-4757-bf02-3599731894f4
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-01T07:26:01.601Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.602Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:26:01.602Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:26:01.602Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.602Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is not matching search criteria
2022-04-01T07:26:01.603Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:26:01.603Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:26:01.603Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:26:01.603Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:26:01.603Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:26:01.604Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:26:01.604Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:26:01.604Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-01T07:26:01.604Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-01T07:26:01.604Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-01T07:26:01.605Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-01T07:26:01.605Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:26:01.605Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ae95edf2-80ed-475b-96c3-1900a40be55f
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-01T07:26:01.607Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.607Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:26:01.607Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:26:01.607Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.607Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is not matching search criteria
2022-04-01T07:26:01.608Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-01T07:26:01.608Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-01T07:26:01.608Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-01T07:26:01.608Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:26:01.608Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-01T07:26:01.609Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-01T07:26:01.609Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-01T07:26:01.609Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-01T07:26:01.609Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-01T07:26:01.609Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-01T07:26:01.609Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-01T07:26:01.610Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-01T07:26:01.610Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ef56ab41-d847-4545-a60c-87048dfc93e4
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-01T07:26:01.611Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.612Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:26:01.612Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:26:01.612Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.612Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a7247b4-431e 0 is matching search criteria
2022-04-01T07:26:01.612Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a7247b4-431e 0] matching following query criteria: sdcType=VF, customizationUUID=a0bd00b0-74f7-48e0-a168-ba50d92b2497
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-01T07:26:01.614Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.614Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:26:01.614Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fa0005ad-1dec-49e1-aae5-0738329915c8: vFW 1a7247b4-431e
2022-04-01T07:26:01.614Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.615Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:26:01.615Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.615Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:26:01.615Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.615Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:26:01.615Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.615Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:26:01.616Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:26:01.616Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-01 07-21-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:26:01.616Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-04-01 07-21-29 
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-01T07:26:01.779Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1a7247b4-431e 8e8cdf7d-451a-41ae-b7fb-55c97143eaaa 1 ASDC deployResourceStructure
2022-04-01T07:26:01.779Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json ASDC sendASDCNotification
2022-04-01T07:26:01.779Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json
2022-04-01T07:26:01.780Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:26:01.780Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:26:01.782Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:26:01.782Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797961779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:26:01.882Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:26:01.883Z||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-01T07:26:01.883Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:26:01.894Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:26:01.895Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:26:02.783Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-01T07:26:02.784Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml
2022-04-01T07:26:02.784Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:26:02.784Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:26:02.787Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:26:02.787Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797962783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-01T07:26:02.887Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:26:02.888Z||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-01T07:26:02.888Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:26:02.900Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:26:02.900Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:26:03.788Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-01T07:26:03.788Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env
2022-04-01T07:26:03.788Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:26:03.789Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:26:03.791Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:26:03.791Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797963787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-01T07:26:03.892Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-01T07:26:03.894Z||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-01T07:26:03.894Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:26:03.908Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:26:03.909Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:26:04.792Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar ASDC sendASDCNotification
2022-04-01T07:26:04.793Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar
2022-04-01T07:26:04.793Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:26:04.793Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:26:04.795Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:26:04.795Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797964792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:26:04.895Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:26:04.896Z||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-01T07:26:04.896Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:26:04.908Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:26:04.908Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:26:05.796Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d101870-dde0-4842-abca-b6c2287718ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:26:05.809Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d101870-dde0-4842-abca-b6c2287718ad
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-01T07:26:05.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:26:05.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:26:05.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:26:35.814Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d101870-dde0-4842-abca-b6c2287718ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:26:35.827Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d101870-dde0-4842-abca-b6c2287718ad
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-01T07:26:35.830Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:26:35.830Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:26:35.830Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:26:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:26:45.598Z||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-01T07:26:45.598Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:26:45.636Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:26:45.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:26:45.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648797825569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:26:45.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:26:45.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:26:45.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "aai-ml",
  "timestamp": 1648797826517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:26:45.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:26:45.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:26:45.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "aai-ml",
  "timestamp": 1648797826517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:26:45.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:26:45.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:26:45.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "aai-ml",
  "timestamp": 1648797826517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:26:45.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:26:45.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:26:45.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "aai-ml",
  "timestamp": 1648797826517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:26:45.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:26:45.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:26:45.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "aai-ml",
  "timestamp": 1648797826517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:26:45.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:26:45.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:26:45.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "aai-ml",
  "timestamp": 1648797826517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:26:45.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:26:45.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:26:45.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "aai-ml",
  "timestamp": 1648797826517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:26:45.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:26:45.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:26:45.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "aai-ml",
  "timestamp": 1648797834320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:26:45.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:26:45.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:26:45.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "aai-ml",
  "timestamp": 1648797849127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:26:45.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:26:45.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:26:45.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "aai-ml",
  "timestamp": 1648797850132,
  "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-01T07:26:45.653Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0d101870-dde0-4842-abca-b6c2287718ad
2022-04-01T07:26:45.653Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d101870-dde0-4842-abca-b6c2287718ad 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-01T07:27:05.830Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d101870-dde0-4842-abca-b6c2287718ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:27:05.852Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d101870-dde0-4842-abca-b6c2287718ad
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-01T07:27:05.860Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:27:05.860Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-01T07:27:05.860Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-01T07:27:05.860Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-01T07:27:05.860Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:27:05.860Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:27:05.860Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:27:05.860Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:27:05.861Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:27:05.861Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:27:05.861Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:27:05.867Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-01T07:27:35.868Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d101870-dde0-4842-abca-b6c2287718ad 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-01T07:27:35.880Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d101870-dde0-4842-abca-b6c2287718ad and serviceModelVersionId: fa0005ad-1dec-49e1-aae5-0738329915c8
2022-04-01T07:27:35.880Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 312cf3af-f504-420f-b267-d1fec8baccdc
2022-04-01T07:27:35.883Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/312cf3af-f504-420f-b267-d1fec8baccdc/model-vers/model-ver/fa0005ad-1dec-49e1-aae5-0738329915c8?depth=0
2022-04-01T07:27:35.893Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-01T07:27:35.965Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/312cf3af-f504-420f-b267-d1fec8baccdc/model-vers/model-ver/fa0005ad-1dec-49e1-aae5-0738329915c8?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-01T07:27:35.970Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/312cf3af-f504-420f-b267-d1fec8baccdc/model-vers/model-ver/fa0005ad-1dec-49e1-aae5-0738329915c8?depth=0|INFO|500||Invoke
2022-04-01T07:27:36.007Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/312cf3af-f504-420f-b267-d1fec8baccdc/model-vers/model-ver/fa0005ad-1dec-49e1-aae5-0738329915c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-01T07:27:36.129Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/312cf3af-f504-420f-b267-d1fec8baccdc/model-vers/model-ver/fa0005ad-1dec-49e1-aae5-0738329915c8?depth=0|INFO|500||InvokeReturn
2022-04-01T07:27:36.130Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/312cf3af-f504-420f-b267-d1fec8baccdc/model-vers/model-ver/fa0005ad-1dec-49e1-aae5-0738329915c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220401-07:27:35:692-3472], vertex-id=[204952], Content-Length=[0], Date=[Fri, 01 Apr 2022 07:27:35 GMT], Content-Type=[application/json]}
2022-04-01T07:27:36.130Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-04-01T07:27:36.130Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-01T07:27:36.130Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:27:36.138Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-01T07:27:36.139Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d101870-dde0-4842-abca-b6c2287718ad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-01T07:27:36.139Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-01T07:27:36.140Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:27:36.143Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:27:36.143Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798056139,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:27:36.243Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:27:36.244Z||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-01T07:27:36.245Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:27:36.263Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:27:36.263Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-01T07:27:37.159Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:27:37.159Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:27:37.160Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:27:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:27:45.597Z||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-01T07:27:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:27:45.621Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:27:45.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:27:45.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "48ea7f7b-3c23-40aa-806a-066a9c57d270",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797892993,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:27:45.624Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:27:45.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:27:45.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:27:45.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:27:45.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:27:45.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:27:45.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:27:45.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:27:45.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:27:45.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:27:45.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:27:45.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:27:45.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:27:45.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:27:45.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-01T07:27:45.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:27:45.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:27:45.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:27:45.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:27:45.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:27:45.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:27:45.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:27:45.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:27:45.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797905588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:27:45.628Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:27:45.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:27:45.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797908106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:27:45.629Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:27:45.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:27:45.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797909205,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:27:45.629Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:27:45.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:27:45.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797910587,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:27:45.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:27:45.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:27:45.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797911694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/basic_onboard_mfdwwr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:27:45.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:27:45.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:27:45.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797912696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-01T07:27:45.631Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:27:45.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:27:45.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797913700,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/resourceInstances/basic_onboard_mfdwwr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-01T07:27:45.631Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:27:45.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:27:45.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797914704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMfdwwr/1.0/artifacts/service-BasicOnboardMfdwwr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:27:45.632Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:27:47.413Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:27:47.414Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:27:47.415Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:27:47.415Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:27:56.965Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:27:56.966Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:27:56.966Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:27:56.966Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:28:06.523Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:28:06.525Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:28:06.526Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:28:06.526Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:28:16.094Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:28:16.095Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:28:16.095Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:28:16.095Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:28:25.657Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:28:25.658Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:28:25.658Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:28:25.659Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:28:35.228Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:28:45.594Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:28:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:28:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:28:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:28:45.596Z||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-01T07:28:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:28:45.622Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:28:45.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:28:45.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17677529-61e9-4fbd-8fc4-8aed07d0e52c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797946299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:28:45.623Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:28:45.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:28:45.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:28:45.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:28:45.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:28:45.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:28:45.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:28:45.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:28:45.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:28:45.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:28:45.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:28:45.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:28:45.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:28:45.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:28:45.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-01T07:28:45.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:28:45.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:28:45.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:28:45.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:28:45.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:28:45.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797894024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:28:45.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:28:45.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:28:45.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797954686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:28:45.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:28:45.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:28:45.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797958120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:28:45.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:28:45.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:28:45.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797959263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:28:45.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:28:45.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:28:45.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797960565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:28:45.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:28:45.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:28:45.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797961779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/vfw1a7247b4431e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:28:45.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:28:45.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:28:45.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797962783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-01T07:28:45.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:28:45.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:28:45.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797963787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/resourceInstances/vfw1a7247b4431e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-01T07:28:45.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:28:45.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-01T07:28:45.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648797964792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220401072129/1.0/artifacts/service-Vfw20220401072129-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:28:45.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:28:55.186Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:29:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:29:45.596Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:29:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:29:45.596Z||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-01T07:29:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:29:45.596Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:29:46.123Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:29:46.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-01T07:29:46.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d101870-dde0-4842-abca-b6c2287718ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798056139,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:29:46.126Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:29:55.143Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:30:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:30:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:30:45.596Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:30:45.596Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:30:45.596Z||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-01T07:30:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:30:55.149Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:30:55.150Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:31:45.594Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:31:45.596Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:31:45.596Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:31:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:31:45.597Z||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-01T07:31:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:31:55.149Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:31:55.149Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:32:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:32:45.595Z||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-01T07:32:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:32:45.596Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:32:45.596Z||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-01T07:32:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:32:55.142Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:32:55.151Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:33:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:33:45.595Z||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-01T07:33:45.595Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:33:45.596Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:33:45.597Z||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-01T07:33:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:33:55.149Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:33:55.156Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:34:45.594Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:34:45.595Z||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-01T07:34:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:34:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:34:45.596Z||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-01T07:34:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:34:46.224Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:34:46.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9376c7c2-8af8-4153-a635-de05ed5b64a7","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ca32508d-392f-4250-bc23-826a41be3a12","serviceDescription":"service","serviceInvariantUUID":"cb0c23db-87b7-41ab-b0af-debe72ae7391","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f86b9cad-b177-4af7-9452-9c51bf42ee96","resourceInvariantUUID":"560e6c56-a21a-4d00-b4a9-4929690b81af","resourceCustomizationUUID":"052b32d1-a048-4082-a30c-58288ddf29f3","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":"N2QxZmY0YzhkNTk4NWQxYjVlMDVlY2Y4NmY2MGY0MTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"53d0a0eb-bb78-47a6-b5c7-f7beea575fae","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmI0OWE5MzNlY2M3MmRkYzNkOWJkOTk0NDY5YjQwZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a1bebb7-0c2b-4e94-9e09-b0027cbf5590","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-01T07:34:46.228Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:34:46.228Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:34:46.231Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:34:46.231Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798485594,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:34:46.232Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:34:46.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "aai-ml",
  "timestamp": 1648798456517,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:34:46.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:34:46.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "clamp",
  "timestamp": 1648798461049,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:34:46.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:34:46.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798460584,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:34:46.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:34:46.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "aai-ml",
  "timestamp": 1648798456517,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:34:46.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:34:46.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "clamp",
  "timestamp": 1648798461049,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:34:46.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:34:46.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798460584,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:34:46.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:34:46.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "aai-ml",
  "timestamp": 1648798469101,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:34:46.239Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:34:46.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798469390,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:34:46.240Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:34:46.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798471116,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:34:46.241Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:34:46.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "cds",
  "timestamp": 1648798469737,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:34:46.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:34:46.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798472122,
  "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-01T07:34:46.265Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9376c7c2-8af8-4153-a635-de05ed5b64a7
2022-04-01T07:34:46.266Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9376c7c2-8af8-4153-a635-de05ed5b64a7 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-01T07:34:46.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798471556,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:34:46.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:34:46.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "cds",
  "timestamp": 1648798469737,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:34:46.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:34:46.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798471556,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:34:46.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:34:46.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798472760,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:34:46.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:34:46.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "clamp",
  "timestamp": 1648798472601,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:34:46.280Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:34:46.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "cds",
  "timestamp": 1648798472657,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:34:46.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:34:46.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798472760,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:34:46.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:34:46.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "cds",
  "timestamp": 1648798473665,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:34:46.288Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9376c7c2-8af8-4153-a635-de05ed5b64a7
2022-04-01T07:34:46.288Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9376c7c2-8af8-4153-a635-de05ed5b64a7 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-01T07:34:46.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "aai-ml",
  "timestamp": 1648798475585,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:34:46.298Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:34:46.298Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "clamp",
  "timestamp": 1648798474609,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:34:46.299Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:34:46.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "policy-id",
  "timestamp": 1648798474436,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:34:46.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:34:46.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "aai-ml",
  "timestamp": 1648798476591,
  "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-01T07:34:46.305Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9376c7c2-8af8-4153-a635-de05ed5b64a7
2022-04-01T07:34:46.306Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9376c7c2-8af8-4153-a635-de05ed5b64a7 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-01T07:34:46.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "clamp",
  "timestamp": 1648798475613,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:34:46.320Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9376c7c2-8af8-4153-a635-de05ed5b64a7
2022-04-01T07:34:46.320Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9376c7c2-8af8-4153-a635-de05ed5b64a7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:34:46.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "policy-id",
  "timestamp": 1648798474436,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:34:46.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:34:46.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "policy-id",
  "timestamp": 1648798477604,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:34:46.331Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:34:46.331Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:34:46.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "policy-id",
  "timestamp": 1648798478609,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:34:46.333Z||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-01T07:34:46.333Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:34:46.333Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:34:46.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:34:46.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "policy-id",
  "timestamp": 1648798479613,
  "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-01T07:34:46.339Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9376c7c2-8af8-4153-a635-de05ed5b64a7
2022-04-01T07:34:46.339Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9376c7c2-8af8-4153-a635-de05ed5b64a7 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-01T07:34:46.345Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:34:46.345Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:34:47.233Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:34:47.233Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:34:47.235Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:34:47.235Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798485594,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:34:47.336Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:34:47.336Z||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-01T07:34:47.337Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:34:47.350Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:34:47.350Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:34:48.237Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "ca32508d-392f-4250-bc23-826a41be3a12",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cb0c23db-87b7-41ab-b0af-debe72ae7391",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "052b32d1-a048-4082-a30c-58288ddf29f3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "f86b9cad-b177-4af7-9452-9c51bf42ee96",
      "resourceInvariantUUID": "560e6c56-a21a-4d00-b4a9-4929690b81af",
      "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": "ZmI0OWE5MzNlY2M3MmRkYzNkOWJkOTk0NDY5YjQwZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a1bebb7-0c2b-4e94-9e09-b0027cbf5590"
    }
  ],
  "workloadContext": "Production"
}
2022-04-01T07:34:48.237Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-01T07:34:48.237Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ca32508d-392f-4250-bc23-826a41be3a12 ASDC
2022-04-01T07:34:48.238Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9376c7c2-8af8-4153-a635-de05ed5b64a7
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:ca32508d-392f-4250-bc23-826a41be3a12
ServiceInvariantUUID:cb0c23db-87b7-41ab-b0af-debe72ae7391
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:8a1bebb7-0c2b-4e94-9e09-b0027cbf5590
ArtifactChecksum:ZmI0OWE5MzNlY2M3MmRkYzNkOWJkOTk0NDY5YjQwZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:052b32d1-a048-4082-a30c-58288ddf29f3
ResourceInvariantUUID:560e6c56-a21a-4d00-b4a9-4929690b81af
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f86b9cad-b177-4af7-9452-9c51bf42ee96
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-01T07:34:48.238Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca32508d-392f-4250-bc23-826a41be3a12 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-01T07:34:48.269Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:34:48.269Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-01T07:34:48.269Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-01T07:34:48.270Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8a1bebb7-0c2b-4e94-9e09-b0027cbf5590 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-01T07:34:48.270Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-01T07:34:48.270Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-01T07:34:48.871Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-01T07:34:48.874Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8a1bebb7-0c2b-4e94-9e09-b0027cbf5590 52506
2022-04-01T07:34:48.875Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-01T07:34:48.875Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-01T07:34:48.875Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:34:48.875Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:34:48.878Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:34:48.878Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798488875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:34:48.978Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:34:48.980Z||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-01T07:34:48.980Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:34:48.994Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:34:48.995Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:34:49.879Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:34:49.880Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-01T07:34:49.881Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 8a1bebb7-0c2b-4e94-9e09-b0027cbf5590, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-01T07:34:49.882Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-01T07:34:49.883Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-01T07:34:49.883Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-01T07:34:50.114Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15775292352877006245/Definitions/service-BasicNetwork-template.yml
2022-04-01T07:34:50.670Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-01T07:34:50.671Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-01T07:34:50.671Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-01T07:34:50.671Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-01T07:34:50.671Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-01T07:34:50.671Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-01T07:34:50.671Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-01T07:34:50.672Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-01T07:34:50.672Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-01T07:34:50.672Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-01T07:34:50.672Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-01T07:34:50.672Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-01T07:34:50.672Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-01T07:34:50.672Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:34:50.673Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:34:50.673Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-01T07:34:50.673Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-01T07:34:50.674Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:34:50.674Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:34:50.674Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:34:50.674Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-01T07:34:50.674Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-01T07:34:50.674Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:34:50.675Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:34:50.675Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:34:50.675Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:34:50.675Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:34:50.676Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:34:50.676Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:34:50.676Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:34:50.676Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:34:50.676Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:34:50.676Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:34:50.677Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:ca32508d-392f-4250-bc23-826a41be3a12
Model Version:NULL
Model InvariantUuid:cb0c23db-87b7-41ab-b0af-debe72ae7391
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:560e6c56-a21a-4d00-b4a9-4929690b81af
Model UUID:ec52bc82-a391-42f7-8435-c966307d49f3
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:052b32d1-a048-4082-a30c-58288ddf29f3
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-01T07:34:50.684Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: f86b9cad-b177-4af7-9452-9c51bf42ee96
2022-04-01T07:34:50.684Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||No resources found for Service: ca32508d-392f-4250-bc23-826a41be3a12
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-01T07:34:50.691Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||
2022-04-01T07:34:50.691Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-01T07:34:50.692Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||No resources found for Service: ca32508d-392f-4250-bc23-826a41be3a12
2022-04-01T07:34:50.692Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ca32508d-392f-4250-bc23-826a41be3a12
2022-04-01T07:34:50.693Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-01T07:34:50.693Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:34:50.698Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3813cc0f, org.onap.sdc.toscaparser.api.parameters.Input@793b268f, org.onap.sdc.toscaparser.api.parameters.Input@282ece98, org.onap.sdc.toscaparser.api.parameters.Input@2fd8a283, org.onap.sdc.toscaparser.api.parameters.Input@98d70c3]
2022-04-01T07:34:50.699Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:34:50.699Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:34:50.699Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:34:50.699Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:34:50.700Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ca32508d-392f-4250-bc23-826a41be3a12: Generic NeutronNet
2022-04-01T07:34:50.700Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:34:50.700Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:34:50.700Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:34:50.700Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-04-01T07:34:50.740Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:34:50.740Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:34:50.740Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:34:50.740Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:34:50.741Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:34:50.741Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:34:50.741Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-01T07:34:50.792Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-01T07:34:50.793Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-01T07:34:50.793Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-01T07:34:50.793Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:34:50.793Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:34:50.795Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:34:50.795Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798490793,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:34:50.895Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:34:50.896Z||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-01T07:34:50.896Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:34:50.907Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:34:50.907Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:34:51.796Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9376c7c2-8af8-4153-a635-de05ed5b64a7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:34:51.811Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9376c7c2-8af8-4153-a635-de05ed5b64a7
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-01T07:34:51.815Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:34:51.816Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-01T07:34:51.816Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-01T07:34:51.816Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-01T07:34:51.817Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:34:51.817Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:34:51.818Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:34:51.818Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:34:51.818Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:34:51.819Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:34:51.819Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:34:51.824Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-01T07:35:21.825Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9376c7c2-8af8-4153-a635-de05ed5b64a7 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-01T07:35:21.840Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9376c7c2-8af8-4153-a635-de05ed5b64a7 and serviceModelVersionId: ca32508d-392f-4250-bc23-826a41be3a12
2022-04-01T07:35:21.840Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb0c23db-87b7-41ab-b0af-debe72ae7391
2022-04-01T07:35:21.843Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb0c23db-87b7-41ab-b0af-debe72ae7391/model-vers/model-ver/ca32508d-392f-4250-bc23-826a41be3a12?depth=0
2022-04-01T07:35:21.852Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-01T07:35:21.907Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb0c23db-87b7-41ab-b0af-debe72ae7391/model-vers/model-ver/ca32508d-392f-4250-bc23-826a41be3a12?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-01T07:35:21.908Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb0c23db-87b7-41ab-b0af-debe72ae7391/model-vers/model-ver/ca32508d-392f-4250-bc23-826a41be3a12?depth=0|INFO|500||Invoke
2022-04-01T07:35:21.935Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb0c23db-87b7-41ab-b0af-debe72ae7391/model-vers/model-ver/ca32508d-392f-4250-bc23-826a41be3a12?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-01T07:35:22.649Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb0c23db-87b7-41ab-b0af-debe72ae7391/model-vers/model-ver/ca32508d-392f-4250-bc23-826a41be3a12?depth=0|INFO|500||InvokeReturn
2022-04-01T07:35:22.650Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb0c23db-87b7-41ab-b0af-debe72ae7391/model-vers/model-ver/ca32508d-392f-4250-bc23-826a41be3a12?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220401-07:35:21:632-33080], vertex-id=[221264], Content-Length=[0], Date=[Fri, 01 Apr 2022 07:35:21 GMT], Content-Type=[application/json]}
2022-04-01T07:35:22.652Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-01T07:35:22.652Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-01T07:35:22.652Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:35:22.661Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-01T07:35:22.662Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9376c7c2-8af8-4153-a635-de05ed5b64a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-01T07:35:22.662Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-01T07:35:22.663Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:35:22.666Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:35:22.666Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798522662,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:35:22.767Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:35:22.768Z||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-01T07:35:22.768Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:35:22.788Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:35:22.789Z||pool-55-thread-1|||||INFO|500||cambria reply ok (22 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-01T07:35:45.595Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:35:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:35:45.597Z||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-01T07:35:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:35:45.597Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|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-01T07:35:45.597Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|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 nMevPcYffJqnjF77) ...
2022-04-01T07:35:45.722Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:35:45.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:35:45.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798485594,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:35:45.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:35:46.222Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:35:46.223Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-01T07:35:46.223Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0aa3649c-e31a-4c0d-936d-9ca84467b1cb","serviceName":"Demo_pNF_1Y56RQ4raKPsmllv8h3g","serviceVersion":"1.0","serviceUUID":"2444c7fc-27cc-43fd-afc6-d78bdf903876","serviceDescription":"catalog service description","serviceInvariantUUID":"022c7461-3945-4456-b5b4-758a88b2e58d","resources":[{"resourceInstanceName":"pNF c88f26a8-3e51 0","resourceName":"pNF c88f26a8-3e51","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"186421fb-3316-489a-9461-e8f37f9aa220","resourceInvariantUUID":"02812b8f-7a2d-4d20-a9ca-d30f56e3e9f1","resourceCustomizationUUID":"e32e3aa3-5fb3-4e46-8ab8-4d7e13cad3f5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vf-license-model.xml","artifactChecksum":"YmI5NDFmYzc4Y2RlYTllNmNjYzUxZDExMjMwZmRlOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7845a15e-7cc3-4603-9f17-ef796ac71230","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/pNF.csar","artifactChecksum":"MzU4ZTNiYzFjZmFlNjIzMmRlZWE0MTU1OTY5OGYxYmQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"18f5a79d-50bb-4e08-91b5-e857d7aa5388","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"042802ff-a59b-46aa-8ee2-e93ece398ac9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vendor-license-model.xml","artifactChecksum":"NzZlMDE4NmRkYTk1MDJiNDI3NGJhODk0OTZlM2ZkNzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"801d5825-9ca1-410a-8b92-16b9d86fe5ea","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7f8ca65-dd62-4634-9434-10b1857741c1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0920cca5-efa2-4e7a-b9ed-c16a77496807","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1y56rq4rakpsmllv8h3g-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-template.yml","artifactChecksum":"Y2VhNzJhOGRiZDQ4NzFkZTg3NzJhNmYyOThjNzdmYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af45287a-99d8-455b-bcb6-0a9efacacf6d","artifactVersion":"1"},{"artifactName":"service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar","artifactChecksum":"YzI0MmI3YjYyOWFlMjNlZGM3ZjVhNGM5NjNkZTMwYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12832ad3-fe1e-4cf2-9b5c-93e5aff3c5df","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-01T07:35:46.226Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:35:46.227Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:35:46.230Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:35:46.230Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798545594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:35:46.330Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:35:46.331Z||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-01T07:35:46.331Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:35:46.343Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:35:46.343Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:35:47.231Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:35:47.232Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:35:47.234Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:35:47.234Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798545594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:35:47.334Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:35:47.336Z||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-01T07:35:47.336Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:35:47.347Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:35:47.348Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:35:48.235Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:35:48.236Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:35:48.238Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:35:48.238Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798545594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:35:48.338Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:35:48.339Z||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-01T07:35:48.339Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:35:48.352Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:35:48.352Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:35:49.239Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:35:49.240Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:35:49.242Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:35:49.242Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798545594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:35:49.342Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:35:49.343Z||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-01T07:35:49.343Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:35:49.355Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:35:49.356Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:35:50.242Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:35:50.243Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:35:50.245Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:35:50.246Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798545594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:35:50.346Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:35:50.347Z||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-01T07:35:50.347Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:35:50.382Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:35:50.383Z||pool-60-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:35:51.246Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:35:51.247Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:35:51.250Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:35:51.250Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798545594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:35:51.351Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-01T07:35:51.352Z||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-01T07:35:51.352Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:35:51.366Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:35:51.366Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:35:52.251Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:35:52.252Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:35:52.254Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:35:52.254Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798545594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:35:52.354Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:35:52.355Z||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-01T07:35:52.355Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:35:52.365Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:35:52.365Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:35:53.254Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:35:53.255Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:35:53.258Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:35:53.258Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798545594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:35:53.358Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:35:53.359Z||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-01T07:35:53.359Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:35:53.379Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:35:53.379Z||pool-63-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:35:54.259Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "serviceName": "Demo_pNF_1Y56RQ4raKPsmllv8h3g",
  "serviceVersion": "1.0",
  "serviceUUID": "2444c7fc-27cc-43fd-afc6-d78bdf903876",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "022c7461-3945-4456-b5b4-758a88b2e58d",
  "resources": [
    {
      "resourceInstanceName": "pNF c88f26a8-3e51 0",
      "resourceCustomizationUUID": "e32e3aa3-5fb3-4e46-8ab8-4d7e13cad3f5",
      "resourceName": "pNF c88f26a8-3e51",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "186421fb-3316-489a-9461-e8f37f9aa220",
      "resourceInvariantUUID": "02812b8f-7a2d-4d20-a9ca-d30f56e3e9f1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
      "artifactChecksum": "YzI0MmI3YjYyOWFlMjNlZGM3ZjVhNGM5NjNkZTMwYWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "12832ad3-fe1e-4cf2-9b5c-93e5aff3c5df"
    }
  ],
  "workloadContext": "Production"
}
2022-04-01T07:35:54.260Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-01T07:35:54.260Z|9376c7c2-8af8-4153-a635-de05ed5b64a7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2444c7fc-27cc-43fd-afc6-d78bdf903876 ASDC
2022-04-01T07:35:54.261Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0aa3649c-e31a-4c0d-936d-9ca84467b1cb
ServiceName:Demo_pNF_1Y56RQ4raKPsmllv8h3g
ServiceVersion:1.0
ServiceUUID:2444c7fc-27cc-43fd-afc6-d78bdf903876
ServiceInvariantUUID:022c7461-3945-4456-b5b4-758a88b2e58d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
ArtifactUUID:12832ad3-fe1e-4cf2-9b5c-93e5aff3c5df
ArtifactChecksum:YzI0MmI3YjYyOWFlMjNlZGM3ZjVhNGM5NjNkZTMwYWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c88f26a8-3e51 0
ResourceCustomizationUUID:e32e3aa3-5fb3-4e46-8ab8-4d7e13cad3f5
ResourceInvariantUUID:02812b8f-7a2d-4d20-a9ca-d30f56e3e9f1
ResourceName:pNF c88f26a8-3e51
ResourceType:PNF
ResourceUUID:186421fb-3316-489a-9461-e8f37f9aa220
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-01T07:35:54.261Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2444c7fc-27cc-43fd-afc6-d78bdf903876 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-01T07:35:54.298Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:35:54.299Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-01T07:35:54.299Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-01T07:35:54.299Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 12832ad3-fe1e-4cf2-9b5c-93e5aff3c5df from URL: /sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
2022-04-01T07:35:54.299Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-01T07:35:54.299Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
2022-04-01T07:35:54.459Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-01T07:35:54.463Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar 12832ad3-fe1e-4cf2-9b5c-93e5aff3c5df 82631
2022-04-01T07:35:54.463Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar ASDC sendASDCNotification
2022-04-01T07:35:54.463Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
2022-04-01T07:35:54.463Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:35:54.464Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:35:54.466Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:35:54.466Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798554463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:35:54.567Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-01T07:35:54.567Z||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-01T07:35:54.568Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:35:54.579Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:35:54.580Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:35:55.467Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:35:55.468Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-01T07:35:55.469Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 12832ad3-fe1e-4cf2-9b5c-93e5aff3c5df, URL: /sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar to file: /app/ASDC/1/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
2022-04-01T07:35:55.469Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
2022-04-01T07:35:55.469Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
2022-04-01T07:35:55.470Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
2022-04-01T07:35:55.627Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5063233788333661660/Definitions/service-DemoPnf1y56rq4rakpsmllv8h3g-template.yml
2022-04-01T07:35:56.463Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-01T07:35:56.463Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-01T07:35:56.464Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
2022-04-01T07:35:56.464Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-01T07:35:56.464Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c88f26a8-3e51 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-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
2022-04-01T07:35:56.464Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
2022-04-01T07:35:56.464Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
2022-04-01T07:35:56.464Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
2022-04-01T07:35:56.465Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
2022-04-01T07:35:56.465Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
2022-04-01T07:35:56.465Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
2022-04-01T07:35:56.465Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-01T07:35:56.465Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:35:56.465Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_1Y56RQ4raKPsmllv8h3g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:35:56.465Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Node template pNF c88f26a8-3e51 0 is matching search criteria
2022-04-01T07:35:56.466Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-01T07:35:56.466Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c88f26a8-3e51 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:35:56.467Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:35:56.467Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_1Y56RQ4raKPsmllv8h3g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:35:56.467Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Node template pNF c88f26a8-3e51 0 is matching search criteria
2022-04-01T07:35:56.467Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-01T07:35:56.467Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF c88f26a8-3e51 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:35:56.467Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:35:56.467Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_1Y56RQ4raKPsmllv8h3g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:35:56.468Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:35:56.468Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_1Y56RQ4raKPsmllv8h3g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:35:56.468Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:35:56.468Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_1Y56RQ4raKPsmllv8h3g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:35:56.468Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:35:56.468Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_1Y56RQ4raKPsmllv8h3g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:35:56.469Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:35:56.469Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_1Y56RQ4raKPsmllv8h3g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:35:56.469Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_1Y56RQ4raKPsmllv8h3g
Description:catalog service description
Model UUID:2444c7fc-27cc-43fd-afc6-d78bdf903876
Model Version:NULL
Model InvariantUuid:022c7461-3945-4456-b5b4-758a88b2e58d
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-01T07:35:56.476Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 186421fb-3316-489a-9461-e8f37f9aa220
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-01T07:35:56.479Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||pNF c88f26a8-3e51 0
2022-04-01T07:35:56.479Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 186421fb-3316-489a-9461-e8f37f9aa220
2022-04-01T07:35:56.479Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 2444c7fc-27cc-43fd-afc6-d78bdf903876
2022-04-01T07:35:56.479Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2444c7fc-27cc-43fd-afc6-d78bdf903876
2022-04-01T07:35:56.479Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c88f26a8-3e51 0 186421fb-3316-489a-9461-e8f37f9aa220 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-01T07:35:56.483Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17dc322e, org.onap.sdc.toscaparser.api.parameters.Input@7bb7193b, org.onap.sdc.toscaparser.api.parameters.Input@2aa6e1d5, org.onap.sdc.toscaparser.api.parameters.Input@5f9fa338, org.onap.sdc.toscaparser.api.parameters.Input@29a4a7a7]
2022-04-01T07:35:56.484Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:35:56.484Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_1Y56RQ4raKPsmllv8h3g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:35:56.484Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2444c7fc-27cc-43fd-afc6-d78bdf903876: pNF c88f26a8-3e51
2022-04-01T07:35:56.485Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||Processing PNF resource: 186421fb-3316-489a-9461-e8f37f9aa220
2022-04-01T07:35:56.485Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:35:56.485Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_1Y56RQ4raKPsmllv8h3g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:35:56.485Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||Resource customization UUID: e32e3aa3-5fb3-4e46-8ab8-4d7e13cad3f5 is the same as notified resource customizationUUID: e32e3aa3-5fb3-4e46-8ab8-4d7e13cad3f5
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-01T07:35:56.546Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c88f26a8-3e51 186421fb-3316-489a-9461-e8f37f9aa220 0 ASDC deployResourceStructure
2022-04-01T07:35:56.546Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar ASDC sendASDCNotification
2022-04-01T07:35:56.546Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar
2022-04-01T07:35:56.546Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:35:56.547Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:35:56.549Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:35:56.549Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798556546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:35:56.650Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:35:56.651Z||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-01T07:35:56.651Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:35:56.676Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:35:56.677Z||pool-65-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:35:57.550Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:35:57.564Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
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-01T07:35:57.566Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:35:57.567Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:35:57.567Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:36:27.567Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:36:27.590Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
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-01T07:36:27.593Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:36:27.593Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:36:27.593Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:36:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:36:45.597Z||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-01T07:36:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:36:45.622Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:36:45.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:36:45.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798485594,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:36:45.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:36:45.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:36:45.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798488875,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:36:45.623Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:36:45.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:36:45.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798490793,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:36:45.623Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:36:45.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:36:45.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9376c7c2-8af8-4153-a635-de05ed5b64a7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798522662,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:36:45.624Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:36:45.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:36:45.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798532759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:36:45.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:36:45.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:36:45.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "policy-id",
  "timestamp": 1648798534436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:36:45.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:36:45.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:36:45.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798532759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:36:45.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:36:45.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:36:45.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "policy-id",
  "timestamp": 1648798534436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:36:45.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:36:45.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:36:45.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798532759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:36:45.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:36:45.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:36:45.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "policy-id",
  "timestamp": 1648798534436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:36:45.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:36:57.594Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:36:57.604Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
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-01T07:36:57.606Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:36:57.606Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:36:57.606Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:37:27.607Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:37:27.616Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
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-01T07:37:27.619Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:37:27.619Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:37:27.619Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:37:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:37:45.597Z||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-01T07:37:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:37:45.624Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:37:45.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:37:45.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798532759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:37:45.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:37:57.620Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:37:57.628Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
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-01T07:37:57.630Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:37:57.630Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:37:57.630Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:38:27.630Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:38:27.642Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
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-01T07:38:27.644Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:38:27.644Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-01T07:38:27.644Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-01T07:38:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:38:45.597Z||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-01T07:38:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:38:45.619Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:38:45.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "policy-id",
  "timestamp": 1648798534436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798545594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "cds",
  "timestamp": 1648798544737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798532759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "policy-id",
  "timestamp": 1648798534436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "aai-ml",
  "timestamp": 1648798546517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798545594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "cds",
  "timestamp": 1648798544737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798532759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "policy-id",
  "timestamp": 1648798534436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "aai-ml",
  "timestamp": 1648798546517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798545594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "cds",
  "timestamp": 1648798544737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798532759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "policy-id",
  "timestamp": 1648798534436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "aai-ml",
  "timestamp": 1648798546517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798545594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "cds",
  "timestamp": 1648798544737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798532759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "policy-id",
  "timestamp": 1648798534436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "aai-ml",
  "timestamp": 1648798546517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798545594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "cds",
  "timestamp": 1648798544737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "aai-ml",
  "timestamp": 1648798546517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798550584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798545594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "policy-id",
  "timestamp": 1648798550263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:38:45.642Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "cds",
  "timestamp": 1648798544737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "aai-ml",
  "timestamp": 1648798546517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798550584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798551559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798545594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "policy-id",
  "timestamp": 1648798551268,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:38:45.644Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "cds",
  "timestamp": 1648798544737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "clamp",
  "timestamp": 1648798551049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "aai-ml",
  "timestamp": 1648798546517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798550584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798551559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798545594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "policy-id",
  "timestamp": 1648798552273,
  "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-01T07:38:45.654Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
2022-04-01T07:38:45.654Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aa3649c-e31a-4c0d-936d-9ca84467b1cb 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-01T07:38:45.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "cds",
  "timestamp": 1648798544737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "clamp",
  "timestamp": 1648798551049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "aai-ml",
  "timestamp": 1648798546517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798550584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798551559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798554463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:38:45.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "cds",
  "timestamp": 1648798553675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:38:45.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "clamp",
  "timestamp": 1648798551049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798550584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798551559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "aai-ml",
  "timestamp": 1648798555492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:38:45.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "cds",
  "timestamp": 1648798554682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-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-01T07:38:45.675Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
2022-04-01T07:38:45.675Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aa3649c-e31a-4c0d-936d-9ca84467b1cb 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-01T07:38:45.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "clamp",
  "timestamp": 1648798551049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798550584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798551559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798556546,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:38:45.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "clamp",
  "timestamp": 1648798551049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.685Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798550584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.685Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798551559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "clamp",
  "timestamp": 1648798551049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798550584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798551559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "clamp",
  "timestamp": 1648798551049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798551559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798559695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:38:45.696Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "clamp",
  "timestamp": 1648798551049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798560667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:38:45.698Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798561739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:38:45.698Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798561871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/resourceInstances/pnfc88f26a83e510/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-01T07:38:45.699Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798562745,
  "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-01T07:38:45.705Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
2022-04-01T07:38:45.705Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aa3649c-e31a-4c0d-936d-9ca84467b1cb 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-01T07:38:45.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798562876,
  "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-01T07:38:45.719Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
2022-04-01T07:38:45.719Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aa3649c-e31a-4c0d-936d-9ca84467b1cb 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-01T07:38:45.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "aai-ml",
  "timestamp": 1648798563089,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:38:45.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "aai-ml",
  "timestamp": 1648798564093,
  "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-01T07:38:45.732Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
2022-04-01T07:38:45.732Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aa3649c-e31a-4c0d-936d-9ca84467b1cb 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-01T07:38:45.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "clamp",
  "timestamp": 1648798563016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:38:45.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "clamp",
  "timestamp": 1648798564622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1y56rq4rakpsmllv8h3g/1.0/artifacts/service-DemoPnf1y56rq4rakpsmllv8h3g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:38:45.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "clamp",
  "timestamp": 1648798565627,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:38:45.746Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
2022-04-01T07:38:45.746Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aa3649c-e31a-4c0d-936d-9ca84467b1cb and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:38:45.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798572759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "cds",
  "timestamp": 1648798574737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "policy-id",
  "timestamp": 1648798574436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798571556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "aai-ml",
  "timestamp": 1648798576517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798572759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "cds",
  "timestamp": 1648798574737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "policy-id",
  "timestamp": 1648798574436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798571556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "aai-ml",
  "timestamp": 1648798576517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "cds",
  "timestamp": 1648798574737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798572759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "policy-id",
  "timestamp": 1648798574436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "aai-ml",
  "timestamp": 1648798576517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798571556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "cds",
  "timestamp": 1648798574737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798572759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "policy-id",
  "timestamp": 1648798574436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "aai-ml",
  "timestamp": 1648798576517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798571556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798572759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "cds",
  "timestamp": 1648798574737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "policy-id",
  "timestamp": 1648798574436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "aai-ml",
  "timestamp": 1648798576517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798571556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798580584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "cds",
  "timestamp": 1648798574737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798572759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "policy-id",
  "timestamp": 1648798574436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "aai-ml",
  "timestamp": 1648798576517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.772Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798571556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.772Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798580584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "clamp",
  "timestamp": 1648798581049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798572759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "cds",
  "timestamp": 1648798574737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "policy-id",
  "timestamp": 1648798574436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "aai-ml",
  "timestamp": 1648798576517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798571556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798580584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "clamp",
  "timestamp": 1648798581049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "cds",
  "timestamp": 1648798574737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "policy-id",
  "timestamp": 1648798574436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798572759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "aai-ml",
  "timestamp": 1648798576517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798571556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798580584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "clamp",
  "timestamp": 1648798581049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798572759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "cds",
  "timestamp": 1648798574737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "policy-id",
  "timestamp": 1648798574436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798571556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "aai-ml",
  "timestamp": 1648798576517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798580584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "clamp",
  "timestamp": 1648798581049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798572759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "cds",
  "timestamp": 1648798574737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "policy-id",
  "timestamp": 1648798574436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798571556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "aai-ml",
  "timestamp": 1648798576517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798580584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "clamp",
  "timestamp": 1648798581049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798580584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "aai-ml",
  "timestamp": 1648798587524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:38:45.790Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798587481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:38:45.790Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "cds",
  "timestamp": 1648798586463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:38:45.791Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "policy-id",
  "timestamp": 1648798586458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:38:45.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "clamp",
  "timestamp": 1648798581049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798580584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "policy-id",
  "timestamp": 1648798587468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:38:45.794Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "clamp",
  "timestamp": 1648798581049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798588886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:38:45.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798580584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "policy-id",
  "timestamp": 1648798588471,
  "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-01T07:38:45.810Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67b557e3-8453-46b7-a307-c0ff29829a08
2022-04-01T07:38:45.810Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67b557e3-8453-46b7-a307-c0ff29829a08 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-01T07:38:45.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "clamp",
  "timestamp": 1648798581049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798580584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.820Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798590191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:38:45.821Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "cds",
  "timestamp": 1648798589293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:38:45.826Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 67b557e3-8453-46b7-a307-c0ff29829a08
2022-04-01T07:38:45.826Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67b557e3-8453-46b7-a307-c0ff29829a08 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-01T07:38:45.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "clamp",
  "timestamp": 1648798581049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798591511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:38:45.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798591390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:38:45.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "clamp",
  "timestamp": 1648798581049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798592464,
  "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-01T07:38:45.843Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67b557e3-8453-46b7-a307-c0ff29829a08
2022-04-01T07:38:45.843Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67b557e3-8453-46b7-a307-c0ff29829a08 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-01T07:38:45.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798593467,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:38:45.850Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798593895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:38:45.850Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798594899,
  "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-01T07:38:45.859Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 67b557e3-8453-46b7-a307-c0ff29829a08
2022-04-01T07:38:45.859Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67b557e3-8453-46b7-a307-c0ff29829a08 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-01T07:38:45.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "cds",
  "timestamp": 1648798590296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798591556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798594471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "policy-id",
  "timestamp": 1648798594436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "aai-ml",
  "timestamp": 1648798598526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:38:45.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "cds",
  "timestamp": 1648798590296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798591556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798594471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "policy-id",
  "timestamp": 1648798594436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "aai-ml",
  "timestamp": 1648798599530,
  "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-01T07:38:45.874Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 67b557e3-8453-46b7-a307-c0ff29829a08
2022-04-01T07:38:45.874Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67b557e3-8453-46b7-a307-c0ff29829a08 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-01T07:38:45.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "cds",
  "timestamp": 1648798590296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798591556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798594471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "policy-id",
  "timestamp": 1648798594436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "clamp",
  "timestamp": 1648798599623,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:38:45.885Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:38:45.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "cds",
  "timestamp": 1648798590296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798591556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798594471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "policy-id",
  "timestamp": 1648798594436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "cds",
  "timestamp": 1648798590296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798591556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798594471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "policy-id",
  "timestamp": 1648798594436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "cds",
  "timestamp": 1648798590296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798594471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798591556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "policy-id",
  "timestamp": 1648798594436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "cds",
  "timestamp": 1648798590296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798591556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798594471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "policy-id",
  "timestamp": 1648798594436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "cds",
  "timestamp": 1648798590296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798591556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:38:45.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798594471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:45.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-01T07:38:45.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "policy-id",
  "timestamp": 1648798594436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:38:45.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:38:57.644Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:38:57.655Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0aa3649c-e31a-4c0d-936d-9ca84467b1cb
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-01T07:38:57.657Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:38:57.657Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-01T07:38:57.657Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-01T07:38:57.657Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-01T07:38:57.658Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:38:57.658Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:38:57.658Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:38:57.658Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:38:57.658Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:38:57.658Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:38:57.658Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:38:57.658Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:38:57.663Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-01T07:39:27.663Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0aa3649c-e31a-4c0d-936d-9ca84467b1cb 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-01T07:39:27.668Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0aa3649c-e31a-4c0d-936d-9ca84467b1cb and serviceModelVersionId: 2444c7fc-27cc-43fd-afc6-d78bdf903876
2022-04-01T07:39:27.668Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 022c7461-3945-4456-b5b4-758a88b2e58d
2022-04-01T07:39:27.669Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/022c7461-3945-4456-b5b4-758a88b2e58d/model-vers/model-ver/2444c7fc-27cc-43fd-afc6-d78bdf903876?depth=0
2022-04-01T07:39:27.677Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-01T07:39:27.729Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/022c7461-3945-4456-b5b4-758a88b2e58d/model-vers/model-ver/2444c7fc-27cc-43fd-afc6-d78bdf903876?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-01T07:39:27.730Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/022c7461-3945-4456-b5b4-758a88b2e58d/model-vers/model-ver/2444c7fc-27cc-43fd-afc6-d78bdf903876?depth=0|INFO|500||Invoke
2022-04-01T07:39:27.752Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/022c7461-3945-4456-b5b4-758a88b2e58d/model-vers/model-ver/2444c7fc-27cc-43fd-afc6-d78bdf903876?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-01T07:39:28.240Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/022c7461-3945-4456-b5b4-758a88b2e58d/model-vers/model-ver/2444c7fc-27cc-43fd-afc6-d78bdf903876?depth=0|INFO|500||InvokeReturn
2022-04-01T07:39:28.241Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/022c7461-3945-4456-b5b4-758a88b2e58d/model-vers/model-ver/2444c7fc-27cc-43fd-afc6-d78bdf903876?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220401-07:39:27:452-61228], vertex-id=[381144], Content-Length=[0], Date=[Fri, 01 Apr 2022 07:39:27 GMT], Content-Type=[application/json]}
2022-04-01T07:39:28.241Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-01T07:39:28.242Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-01T07:39:28.242Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:39:28.248Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-01T07:39:28.248Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0aa3649c-e31a-4c0d-936d-9ca84467b1cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-01T07:39:28.249Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-01T07:39:28.249Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:28.251Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:28.251Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798768248,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:39:28.352Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-01T07:39:28.352Z||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-01T07:39:28.353Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:28.368Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:28.369Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-01T07:39:29.264Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:39:29.264Z||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-01T07:39:29.264Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:39:33.649Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:33.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-01T07:39:33.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"67b557e3-8453-46b7-a307-c0ff29829a08","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"2709ea8f-6353-426b-9d57-649f2ea8dfc5","serviceDescription":"service","serviceInvariantUUID":"904020c5-bee9-4ad2-8fc3-c4af2925e8c9","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aa10f521-0c00-4eaf-a57b-c5a3374039e1","resourceInvariantUUID":"bcd022f0-e63f-48c1-9fbe-f6ce88fc177d","resourceCustomizationUUID":"a0c3518f-47b3-48f7-9b47-0eee612c13c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MWMyNjcyOTAyMTBkZDBkZTM5NTg3ZjYzNDA0YzI5MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a7ae8599-e554-4934-883f-0a7d04e6f451","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"Y2RmYzhiNGQ2ZWQyZjA0YzBkZGY5NzJlYjA0ZDk2N2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fefe90bf-2298-4ea8-bf29-92e1c0a0db17","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"909e6112-9560-4556-9f4f-e3fbbfc5cda1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4fbd3052-b6a5-458a-82c4-8f6bb2bf4d13","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"77856bbd-633d-4832-b8a7-a3f18444ce4b","artifactVersion":"2","generatedFromUUID":"ea37eb8d-b5e7-4a28-b3e2-27ba759cc66c"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e5e56eff-14dd-427a-9ee5-c832fe1b161c","artifactVersion":"2","generatedFromUUID":"909e6112-9560-4556-9f4f-e3fbbfc5cda1"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ea37eb8d-b5e7-4a28-b3e2-27ba759cc66c","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8dc926fd-bc13-4c01-b9a8-5693933c8824","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ZjM3NDM5NjQ4NDhhMGY5YTZkNTBiZjQwNzhhZmVkMDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ac04d01-b57a-4fbd-8d45-7194ba6cee8e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MDRmMWMxYzZhYTBmMzViYzM5MjBmNDE4OThhM2ZiOTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7e8b264-6875-4431-8730-e72b4750471c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-01T07:39:33.653Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:39:33.653Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:33.655Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:33.655Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:33.755Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:39:33.756Z||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-01T07:39:33.756Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:33.771Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:33.772Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:34.655Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:39:34.656Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:34.659Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:34.659Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:39:34.759Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:39:34.760Z||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-01T07:39:34.760Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:34.772Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:34.772Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:35.659Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:39:35.660Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:35.662Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:35.662Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:39:35.762Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:39:35.763Z||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-01T07:39:35.763Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:35.774Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:35.774Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:36.662Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:39:36.663Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:36.665Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:36.665Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:36.765Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:39:36.767Z||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-01T07:39:36.767Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:36.792Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:36.792Z||pool-70-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:37.666Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:39:37.667Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:37.669Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:37.669Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-01T07:39:37.769Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:39:37.770Z||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-01T07:39:37.770Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:37.784Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:37.785Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:38.670Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:39:38.671Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:38.673Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:38.673Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-01T07:39:38.773Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:39:38.774Z||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-01T07:39:38.774Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:38.785Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:38.786Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:39.680Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:39:39.684Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:39.688Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:39.689Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-01T07:39:39.786Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-01T07:39:39.787Z||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-01T07:39:39.787Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:39.802Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:39.802Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:39:40.689Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:39:40.690Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:40.692Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:40.692Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:40.793Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:39:40.794Z||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-01T07:39:40.794Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:40.805Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:40.805Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:41.693Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:39:41.694Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:41.696Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:41.696Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:41.796Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-01T07:39:41.797Z||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-01T07:39:41.797Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:41.810Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:41.810Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:42.697Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:39:42.698Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:42.701Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:42.701Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:39:42.801Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:39:42.802Z||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-01T07:39:42.802Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:42.821Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:42.822Z||pool-76-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:43.702Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2709ea8f-6353-426b-9d57-649f2ea8dfc5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "904020c5-bee9-4ad2-8fc3-c4af2925e8c9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a0c3518f-47b3-48f7-9b47-0eee612c13c3",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aa10f521-0c00-4eaf-a57b-c5a3374039e1",
      "resourceInvariantUUID": "bcd022f0-e63f-48c1-9fbe-f6ce88fc177d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "Y2RmYzhiNGQ2ZWQyZjA0YzBkZGY5NzJlYjA0ZDk2N2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fefe90bf-2298-4ea8-bf29-92e1c0a0db17",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "909e6112-9560-4556-9f4f-e3fbbfc5cda1",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e5e56eff-14dd-427a-9ee5-c832fe1b161c",
            "generatedFromUUID": "909e6112-9560-4556-9f4f-e3fbbfc5cda1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "77856bbd-633d-4832-b8a7-a3f18444ce4b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e5e56eff-14dd-427a-9ee5-c832fe1b161c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ea37eb8d-b5e7-4a28-b3e2-27ba759cc66c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MDRmMWMxYzZhYTBmMzViYzM5MjBmNDE4OThhM2ZiOTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a7e8b264-6875-4431-8730-e72b4750471c"
    }
  ],
  "workloadContext": "Production"
}
2022-04-01T07:39:43.703Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-01T07:39:43.703Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2709ea8f-6353-426b-9d57-649f2ea8dfc5 ASDC
2022-04-01T07:39:43.704Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:67b557e3-8453-46b7-a307-c0ff29829a08
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:2709ea8f-6353-426b-9d57-649f2ea8dfc5
ServiceInvariantUUID:904020c5-bee9-4ad2-8fc3-c4af2925e8c9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:a7e8b264-6875-4431-8730-e72b4750471c
ArtifactChecksum:MDRmMWMxYzZhYTBmMzViYzM5MjBmNDE4OThhM2ZiOTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a0c3518f-47b3-48f7-9b47-0eee612c13c3
ResourceInvariantUUID:bcd022f0-e63f-48c1-9fbe-f6ce88fc177d
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:aa10f521-0c00-4eaf-a57b-c5a3374039e1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:fefe90bf-2298-4ea8-bf29-92e1c0a0db17
ArtifactChecksum:Y2RmYzhiNGQ2ZWQyZjA0YzBkZGY5NzJlYjA0ZDk2N2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:909e6112-9560-4556-9f4f-e3fbbfc5cda1
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:e5e56eff-14dd-427a-9ee5-c832fe1b161c
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:77856bbd-633d-4832-b8a7-a3f18444ce4b
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:e5e56eff-14dd-427a-9ee5-c832fe1b161c
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:ea37eb8d-b5e7-4a28-b3e2-27ba759cc66c
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-01T07:39:43.704Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2709ea8f-6353-426b-9d57-649f2ea8dfc5 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-01T07:39:43.737Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:39:43.737Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-01T07:39:43.738Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-01T07:39:43.738Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a7e8b264-6875-4431-8730-e72b4750471c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-01T07:39:43.738Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:39:43.738Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-01T07:39:45.198Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:39:45.205Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a7e8b264-6875-4431-8730-e72b4750471c 158206
2022-04-01T07:39:45.206Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-01T07:39:45.206Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-01T07:39:45.206Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:39:45.207Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:45.209Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:45.209Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798785206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.309Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:39:45.310Z||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-01T07:39:45.310Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:45.322Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:45.322Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:39:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:39:45.597Z||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-01T07:39:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:39:45.622Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:45.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "clamp",
  "timestamp": 1648798604627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:45.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "cds",
  "timestamp": 1648798605289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798606332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "policy-id",
  "timestamp": 1648798605497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "clamp",
  "timestamp": 1648798605635,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:39:45.647Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 67b557e3-8453-46b7-a307-c0ff29829a08
2022-04-01T07:39:45.647Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67b557e3-8453-46b7-a307-c0ff29829a08 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:39:45.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "aai-ml",
  "timestamp": 1648798606517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "cds",
  "timestamp": 1648798606522,
  "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-01T07:39:45.667Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a81434cc-d979-4283-bc66-9e995d9dde11
2022-04-01T07:39:45.667Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a81434cc-d979-4283-bc66-9e995d9dde11 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-01T07:39:45.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "policy-id",
  "timestamp": 1648798606502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:45.675Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "aai-ml",
  "timestamp": 1648798606517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798608113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "policy-id",
  "timestamp": 1648798607505,
  "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-01T07:39:45.683Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a81434cc-d979-4283-bc66-9e995d9dde11
2022-04-01T07:39:45.683Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a81434cc-d979-4283-bc66-9e995d9dde11 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-01T07:39:45.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "aai-ml",
  "timestamp": 1648798606517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "cds",
  "timestamp": 1648798607526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798609679,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "aai-ml",
  "timestamp": 1648798606517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "cds",
  "timestamp": 1648798607526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798610699,
  "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-01T07:39:45.700Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a81434cc-d979-4283-bc66-9e995d9dde11
2022-04-01T07:39:45.700Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a81434cc-d979-4283-bc66-9e995d9dde11 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-01T07:39:45.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "aai-ml",
  "timestamp": 1648798606517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798610584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "cds",
  "timestamp": 1648798607526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798611703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:45.709Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "aai-ml",
  "timestamp": 1648798606517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798610584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798611556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "cds",
  "timestamp": 1648798607526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "clamp",
  "timestamp": 1648798611049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "aai-ml",
  "timestamp": 1648798606517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798610584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.712Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.712Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798611556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.712Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "cds",
  "timestamp": 1648798607526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798612759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.713Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.713Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.713Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "clamp",
  "timestamp": 1648798611049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "aai-ml",
  "timestamp": 1648798606517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798610584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798611556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "cds",
  "timestamp": 1648798607526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798612759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "clamp",
  "timestamp": 1648798611049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798610584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798611556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "cds",
  "timestamp": 1648798607526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798612759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "aai-ml",
  "timestamp": 1648798615626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.718Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "clamp",
  "timestamp": 1648798611049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798610584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "policy-id",
  "timestamp": 1648798614436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798611556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798612759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "clamp",
  "timestamp": 1648798611049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "cds",
  "timestamp": 1648798615769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.720Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798610584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "policy-id",
  "timestamp": 1648798614436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798611556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798612759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "clamp",
  "timestamp": 1648798611049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "cds",
  "timestamp": 1648798616775,
  "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-01T07:39:45.736Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b667eff-6868-4020-ab7c-856b85880826
2022-04-01T07:39:45.736Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b667eff-6868-4020-ab7c-856b85880826 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-01T07:39:45.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798610584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.743Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "policy-id",
  "timestamp": 1648798614436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.744Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798611556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.745Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798612759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.745Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "clamp",
  "timestamp": 1648798611049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "policy-id",
  "timestamp": 1648798614436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798619487,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798612759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "clamp",
  "timestamp": 1648798611049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "policy-id",
  "timestamp": 1648798614436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798620594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.750Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "policy-id",
  "timestamp": 1648798614436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798621905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:45.751Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798621900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.751Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "policy-id",
  "timestamp": 1648798614436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798622910,
  "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-01T07:39:45.758Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a81434cc-d979-4283-bc66-9e995d9dde11
2022-04-01T07:39:45.758Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a81434cc-d979-4283-bc66-9e995d9dde11 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-01T07:39:45.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798623009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.768Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "policy-id",
  "timestamp": 1648798622260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798610584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798624031,
  "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-01T07:39:45.775Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b667eff-6868-4020-ab7c-856b85880826
2022-04-01T07:39:45.776Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b667eff-6868-4020-ab7c-856b85880826 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-01T07:39:45.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "policy-id",
  "timestamp": 1648798623266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:45.785Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798610584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798625034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:45.786Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "policy-id",
  "timestamp": 1648798624269,
  "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-01T07:39:45.792Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b667eff-6868-4020-ab7c-856b85880826
2022-04-01T07:39:45.792Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b667eff-6868-4020-ab7c-856b85880826 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-01T07:39:45.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798610584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "aai-ml",
  "timestamp": 1648798626316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:45.798Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "clamp",
  "timestamp": 1648798625629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.798Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798610584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "aai-ml",
  "timestamp": 1648798627320,
  "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-01T07:39:45.802Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a81434cc-d979-4283-bc66-9e995d9dde11
2022-04-01T07:39:45.802Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a81434cc-d979-4283-bc66-9e995d9dde11 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-01T07:39:45.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798610584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798610584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "clamp",
  "timestamp": 1648798628633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:45.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798610584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "clamp",
  "timestamp": 1648798629638,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:39:45.817Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a81434cc-d979-4283-bc66-9e995d9dde11
2022-04-01T07:39:45.817Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a81434cc-d979-4283-bc66-9e995d9dde11 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:39:45.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798631443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "clamp",
  "timestamp": 1648798611049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "clamp",
  "timestamp": 1648798611049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "clamp",
  "timestamp": 1648798611049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.826Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798633930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:45.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "clamp",
  "timestamp": 1648798611049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798634934,
  "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-01T07:39:45.831Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b667eff-6868-4020-ab7c-856b85880826
2022-04-01T07:39:45.831Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b667eff-6868-4020-ab7c-856b85880826 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-01T07:39:45.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798631556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798632761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "clamp",
  "timestamp": 1648798611049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798631556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798632761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "policy-id",
  "timestamp": 1648798634436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "cds",
  "timestamp": 1648798634737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "aai-ml",
  "timestamp": 1648798636518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "clamp",
  "timestamp": 1648798611049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798631556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798632761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "policy-id",
  "timestamp": 1648798634436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "cds",
  "timestamp": 1648798634737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "aai-ml",
  "timestamp": 1648798636518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "clamp",
  "timestamp": 1648798611049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798631556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798632761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "policy-id",
  "timestamp": 1648798634436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "cds",
  "timestamp": 1648798634737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "aai-ml",
  "timestamp": 1648798636518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798631556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798632761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "policy-id",
  "timestamp": 1648798634436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "cds",
  "timestamp": 1648798634737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "aai-ml",
  "timestamp": 1648798636518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798632761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798631556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "policy-id",
  "timestamp": 1648798634436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "cds",
  "timestamp": 1648798634737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "aai-ml",
  "timestamp": 1648798636518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798632761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798631556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798640584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "policy-id",
  "timestamp": 1648798634436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "cds",
  "timestamp": 1648798634737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.846Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "aai-ml",
  "timestamp": 1648798636518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798632761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798631556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798640584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "policy-id",
  "timestamp": 1648798634436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "cds",
  "timestamp": 1648798634737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "aai-ml",
  "timestamp": 1648798636518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.850Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798632761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.850Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798631556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.850Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798640584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.850Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "policy-id",
  "timestamp": 1648798634436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.850Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "cds",
  "timestamp": 1648798634737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "aai-ml",
  "timestamp": 1648798643904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798640584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "policy-id",
  "timestamp": 1648798634436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "cds",
  "timestamp": 1648798634737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.852Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798644485,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798640584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "policy-id",
  "timestamp": 1648798644454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "cds",
  "timestamp": 1648798644559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798645682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.853Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798640584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.854Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "policy-id",
  "timestamp": 1648798645458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:45.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "cds",
  "timestamp": 1648798645568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:39:45.867Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d888aca8-3325-42eb-a501-9b702b217990
2022-04-01T07:39:45.867Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d888aca8-3325-42eb-a501-9b702b217990 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-01T07:39:45.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "clamp",
  "timestamp": 1648798645633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798646994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798640584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "policy-id",
  "timestamp": 1648798646461,
  "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-01T07:39:45.895Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d888aca8-3325-42eb-a501-9b702b217990
2022-04-01T07:39:45.895Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d888aca8-3325-42eb-a501-9b702b217990 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-01T07:39:45.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798640584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798648193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "clamp",
  "timestamp": 1648798647641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:45.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798640584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798649222,
  "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-01T07:39:45.911Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d888aca8-3325-42eb-a501-9b702b217990
2022-04-01T07:39:45.911Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d888aca8-3325-42eb-a501-9b702b217990 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-01T07:39:45.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "clamp",
  "timestamp": 1648798648646,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:39:45.923Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9b667eff-6868-4020-ab7c-856b85880826
2022-04-01T07:39:45.923Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b667eff-6868-4020-ab7c-856b85880826 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:39:45.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798650224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:45.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798650495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:45.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "clamp",
  "timestamp": 1648798649650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "clamp",
  "timestamp": 1648798649650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798652899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:45.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "clamp",
  "timestamp": 1648798649650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798653902,
  "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-01T07:39:45.935Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d888aca8-3325-42eb-a501-9b702b217990
2022-04-01T07:39:45.935Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d888aca8-3325-42eb-a501-9b702b217990 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-01T07:39:45.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "aai-ml",
  "timestamp": 1648798654403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:45.942Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:39:45.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "clamp",
  "timestamp": 1648798649650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "aai-ml",
  "timestamp": 1648798655408,
  "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-01T07:39:45.951Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9b667eff-6868-4020-ab7c-856b85880826
2022-04-01T07:39:45.952Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b667eff-6868-4020-ab7c-856b85880826 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-01T07:39:45.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "clamp",
  "timestamp": 1648798649650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "clamp",
  "timestamp": 1648798649650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "clamp",
  "timestamp": 1648798649650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "clamp",
  "timestamp": 1648798649650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:39:45.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:45.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:39:45.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "clamp",
  "timestamp": 1648798649650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:39:45.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:39:46.210Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:39:46.211Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-01T07:39:46.211Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a7e8b264-6875-4431-8730-e72b4750471c, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-01T07:39:46.211Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-04-01T07:39:46.212Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-01T07:39:46.212Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-01T07:39:46.327Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17526072051132066649/Definitions/service-BasicCnfMacro-template.yml
2022-04-01T07:39:47.404Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-01T07:39:47.405Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-01T07:39:47.405Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-01T07:39:47.405Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-01T07:39:47.405Z|67b557e3-8453-46b7-a307-c0ff29829a08|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-BasicCnfMacro-csar.csar
2022-04-01T07:39:47.405Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-01T07:39:47.405Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-01T07:39:47.406Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-01T07:39:47.406Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-01T07:39:47.406Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:47.406Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:39:47.407Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-01T07:39:47.407Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-01T07:39:47.407Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:39:47.407Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:47.407Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:39:47.408Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-01T07:39:47.408Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-01T07:39:47.408Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:39:47.410Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:47.410Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:39:47.410Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:47.410Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-01T07:39:47.410Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-04-01T07:39:47.410Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-04-01T07:39:47.411Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-01T07:39:47.411Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:47.411Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-01T07:39:47.411Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:47.411Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-01T07:39:47.411Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:39:47.412Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:47.412Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-01T07:39:47.412Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:39:47.412Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:47.412Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-01T07:39:47.412Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:39:47.412Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:47.413Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-01T07:39:47.413Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:39:47.413Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:47.413Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-01T07:39:47.413Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-04-01T07:39:47.413Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=de7f40bc-cf96-4f80-ad6b-923850878dcd
2022-04-01T07:39:47.413Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:47.414Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:39:47.414Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:47.414Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:39:47.414Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:47.414Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:39:47.414Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:47.414Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:39:47.415Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:2709ea8f-6353-426b-9d57-649f2ea8dfc5
Model Version:NULL
Model InvariantUuid:904020c5-bee9-4ad2-8fc3-c4af2925e8c9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:d462c565-57c8-43a8-ba9c-7803d3d295c6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bcd022f0-e63f-48c1-9fbe-f6ce88fc177d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a0c3518f-47b3-48f7-9b47-0eee612c13c3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:36880d83-19c5-4918-9eb5-65aa430b5943
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:533c83b9-46e3-46fc-9625-ee5ec0c776b9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:e24eb6a2-c56c-45a3-a198-90acef68743f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:86e35ef7-f406-4ff4-8687-80c5ac0bfe05
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:de7f40bc-cf96-4f80-ad6b-923850878dcd
ModelInvariantUuid:a8244521-16ec-4ddf-8df4-a2b32a6caf81
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:3093e0d1-304a-42b8-9ad0-be0c6317b7c0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:d6d54a7c-0126-4de3-9570-ef061c2b7401
ModelInvariantUuid:c3de43e0-5e68-4fc2-a880-b2527ec6f16e
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:449fd63c-3678-4995-be9f-3a07335bb04a
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-01T07:39:47.422Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: aa10f521-0c00-4eaf-a57b-c5a3374039e1
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-01T07:39:47.425Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-04-01T07:39:47.425Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aa10f521-0c00-4eaf-a57b-c5a3374039e1
2022-04-01T07:39:47.425Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fefe90bf-2298-4ea8-bf29-92e1c0a0db17 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-01T07:39:47.425Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:39:47.426Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-01T07:39:47.880Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:39:47.880Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json fefe90bf-2298-4ea8-bf29-92e1c0a0db17 1565
2022-04-01T07:39:47.880Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-01T07:39:47.880Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-01T07:39:47.880Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:39:47.881Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:47.883Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:47.883Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798787880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:47.983Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:39:47.984Z||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-01T07:39:47.984Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:47.995Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:47.995Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:48.883Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e24eb6a2-c56c-45a3-a198-90acef68743f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "86e35ef7-f406-4ff4-8687-80c5ac0bfe05",
    "vfModuleModelCustomizationUUID": "59d60cf4-ec6c-4c58-8858-1874b12151f3",
    "isBase": true,
    "artifacts": [
      "909e6112-9560-4556-9f4f-e3fbbfc5cda1",
      "e5e56eff-14dd-427a-9ee5-c832fe1b161c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "36880d83-19c5-4918-9eb5-65aa430b5943",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "533c83b9-46e3-46fc-9625-ee5ec0c776b9",
    "vfModuleModelCustomizationUUID": "4063a96f-1285-4b81-b331-48ff0a59ef3f",
    "isBase": false,
    "artifacts": [
      "ea37eb8d-b5e7-4a28-b3e2-27ba759cc66c"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-01T07:39:48.892Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:86e35ef7-f406-4ff4-8687-80c5ac0bfe05
VfModuleModelInvariantUUID:e24eb6a2-c56c-45a3-a198-90acef68743f
VfModuleModelDescription:NULL
Artifacts UUID List:{
909e6112-9560-4556-9f4f-e3fbbfc5cda1
,
e5e56eff-14dd-427a-9ee5-c832fe1b161c

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:533c83b9-46e3-46fc-9625-ee5ec0c776b9
VfModuleModelInvariantUUID:36880d83-19c5-4918-9eb5-65aa430b5943
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea37eb8d-b5e7-4a28-b3e2-27ba759cc66c

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

isBase:false


}

2022-04-01T07:39:48.894Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e24eb6a2-c56c-45a3-a198-90acef68743f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "86e35ef7-f406-4ff4-8687-80c5ac0bfe05",
    "vfModuleModelCustomizationUUID": "59d60cf4-ec6c-4c58-8858-1874b12151f3",
    "isBase": true,
    "artifacts": [
      "909e6112-9560-4556-9f4f-e3fbbfc5cda1",
      "e5e56eff-14dd-427a-9ee5-c832fe1b161c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "36880d83-19c5-4918-9eb5-65aa430b5943",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "533c83b9-46e3-46fc-9625-ee5ec0c776b9",
    "vfModuleModelCustomizationUUID": "4063a96f-1285-4b81-b331-48ff0a59ef3f",
    "isBase": false,
    "artifacts": [
      "ea37eb8d-b5e7-4a28-b3e2-27ba759cc66c"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-01T07:39:48.894Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:86e35ef7-f406-4ff4-8687-80c5ac0bfe05
VfModuleModelInvariantUUID:e24eb6a2-c56c-45a3-a198-90acef68743f
VfModuleModelDescription:NULL
Artifacts UUID List:{
909e6112-9560-4556-9f4f-e3fbbfc5cda1
,
e5e56eff-14dd-427a-9ee5-c832fe1b161c

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:533c83b9-46e3-46fc-9625-ee5ec0c776b9
VfModuleModelInvariantUUID:36880d83-19c5-4918-9eb5-65aa430b5943
VfModuleModelDescription:NULL
Artifacts UUID List:{
ea37eb8d-b5e7-4a28-b3e2-27ba759cc66c

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

isBase:false


}

2022-04-01T07:39:48.895Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 909e6112-9560-4556-9f4f-e3fbbfc5cda1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-01T07:39:48.895Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:39:48.895Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-01T07:39:49.080Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:39:49.080Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 909e6112-9560-4556-9f4f-e3fbbfc5cda1 914
2022-04-01T07:39:49.081Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-01T07:39:49.081Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-01T07:39:49.081Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:39:49.082Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:49.084Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:49.084Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798789081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:49.184Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:39:49.185Z||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-01T07:39:49.185Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:49.196Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:49.197Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:50.085Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 77856bbd-633d-4832-b8a7-a3f18444ce4b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-01T07:39:50.085Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:39:50.086Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-01T07:39:50.878Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:39:50.879Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 77856bbd-633d-4832-b8a7-a3f18444ce4b 12
2022-04-01T07:39:50.879Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-01T07:39:50.879Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-01T07:39:50.879Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:39:50.880Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:50.882Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:50.882Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798790879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:50.982Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-01T07:39:50.983Z||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-01T07:39:50.983Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:50.995Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:50.995Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:51.883Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e5e56eff-14dd-427a-9ee5-c832fe1b161c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-01T07:39:51.884Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:39:51.884Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-01T07:39:52.140Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:39:52.141Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env e5e56eff-14dd-427a-9ee5-c832fe1b161c 96
2022-04-01T07:39:52.141Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-01T07:39:52.141Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-01T07:39:52.141Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:39:52.142Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:52.165Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:52.165Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798792141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:52.243Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2022-04-01T07:39:52.244Z||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-01T07:39:52.244Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:52.277Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:52.278Z||pool-81-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:53.166Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ea37eb8d-b5e7-4a28-b3e2-27ba759cc66c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-01T07:39:53.167Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:39:53.167Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-01T07:39:53.448Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:39:53.449Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ea37eb8d-b5e7-4a28-b3e2-27ba759cc66c 20206
2022-04-01T07:39:53.449Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-01T07:39:53.449Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-01T07:39:53.449Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:39:53.449Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:53.451Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:53.451Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798793449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:39:53.551Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:39:53.552Z||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-01T07:39:53.552Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:53.563Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:53.564Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:54.455Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2709ea8f-6353-426b-9d57-649f2ea8dfc5
2022-04-01T07:39:54.455Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 aa10f521-0c00-4eaf-a57b-c5a3374039e1 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:39:54.464Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49610afa, org.onap.sdc.toscaparser.api.parameters.Input@759e30fd, org.onap.sdc.toscaparser.api.parameters.Input@348738b9, org.onap.sdc.toscaparser.api.parameters.Input@68d03f94, org.onap.sdc.toscaparser.api.parameters.Input@2927deae]
2022-04-01T07:39:54.465Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:54.466Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:39:54.466Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-04-01T07:39:54.466Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a0c3518f-47b3-48f7-9b47-0eee612c13c3
2022-04-01T07:39:54.466Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a0c3518f-47b3-48f7-9b47-0eee612c13c3 matches Tosca VF Customization UUID: a0c3518f-47b3-48f7-9b47-0eee612c13c3
2022-04-01T07:39:54.466Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a0c3518f-47b3-48f7-9b47-0eee612c13c3  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-01T07:39:54.468Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:54.469Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:39:54.469Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a0c3518f-47b3-48f7-9b47-0eee612c13c3: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-04-01T07:39:54.469Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49b00a44
2022-04-01T07:39:54.469Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:54.470Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-01T07:39:54.470Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4063a96f-1285-4b81-b331-48ff0a59ef3f
2022-04-01T07:39:54.470Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4063a96f-1285-4b81-b331-48ff0a59ef3f
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-01T07:39:54.472Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:54.472Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-01T07:39:54.473Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:39:54.473Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:54.473Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-01T07:39:54.473Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:39:54.474Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:54.474Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-01T07:39:54.474Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a0c3518f-47b3-48f7-9b47-0eee612c13c3
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-01T07:39:54.476Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:54.476Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:39:54.476Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2709ea8f-6353-426b-9d57-649f2ea8dfc5: basic_cnf_macro
2022-04-01T07:39:54.476Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:54.476Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:39:54.477Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:54.477Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:39:54.477Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:54.477Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:39:54.477Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:54.478Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:39:54.478Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:39:54.478Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-01T07:39:54.478Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:39:54.513Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro aa10f521-0c00-4eaf-a57b-c5a3374039e1 2 ASDC deployResourceStructure
2022-04-01T07:39:54.513Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-01T07:39:54.513Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-01T07:39:54.514Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:39:54.514Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:54.515Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:54.515Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798794513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:54.616Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:39:54.616Z||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-01T07:39:54.616Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:54.627Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:54.628Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:55.516Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-01T07:39:55.517Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-01T07:39:55.517Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:39:55.517Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:55.520Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:55.520Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798795516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:55.620Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:39:55.621Z||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-01T07:39:55.621Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:55.632Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:55.632Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:39:56.527Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-01T07:39:56.527Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-04-01T07:39:56.527Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-01T07:39:56.527Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:56.529Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:56.529Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798796520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-01T07:39:56.630Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-01T07:39:56.631Z||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-01T07:39:56.631Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:56.644Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:56.645Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:57.530Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-01T07:39:57.530Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-01T07:39:57.531Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:39:57.531Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:57.533Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:57.533Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798797530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:57.633Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:39:57.634Z||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-01T07:39:57.634Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:57.646Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:57.646Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:58.534Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-01T07:39:58.534Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-01T07:39:58.534Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-01T07:39:58.535Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:58.536Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:58.536Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798798534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-01T07:39:58.636Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:39:58.637Z||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-01T07:39:58.637Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:58.654Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:58.655Z||pool-87-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:39:59.537Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-01T07:39:59.538Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-01T07:39:59.538Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:39:59.538Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:39:59.540Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:39:59.540Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798799537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:39:59.640Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:39:59.641Z||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-01T07:39:59.641Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:39:59.652Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:39:59.652Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:40:00.541Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67b557e3-8453-46b7-a307-c0ff29829a08
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:40:00.551Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67b557e3-8453-46b7-a307-c0ff29829a08
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-01T07:40:00.553Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:40:00.553Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-01T07:40:00.554Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-01T07:40:00.554Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-01T07:40:00.554Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:40:00.554Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:40:00.554Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:40:00.554Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:40:00.555Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:40:00.555Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:40:00.555Z|67b557e3-8453-46b7-a307-c0ff29829a08|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-01T07:40:00.559Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-01T07:40:30.560Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67b557e3-8453-46b7-a307-c0ff29829a08 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-01T07:40:30.574Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67b557e3-8453-46b7-a307-c0ff29829a08 and serviceModelVersionId: 2709ea8f-6353-426b-9d57-649f2ea8dfc5
2022-04-01T07:40:30.574Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 904020c5-bee9-4ad2-8fc3-c4af2925e8c9
2022-04-01T07:40:30.576Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/904020c5-bee9-4ad2-8fc3-c4af2925e8c9/model-vers/model-ver/2709ea8f-6353-426b-9d57-649f2ea8dfc5?depth=0
2022-04-01T07:40:30.586Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-01T07:40:30.641Z|67b557e3-8453-46b7-a307-c0ff29829a08|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/904020c5-bee9-4ad2-8fc3-c4af2925e8c9/model-vers/model-ver/2709ea8f-6353-426b-9d57-649f2ea8dfc5?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-01T07:40:30.643Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/904020c5-bee9-4ad2-8fc3-c4af2925e8c9/model-vers/model-ver/2709ea8f-6353-426b-9d57-649f2ea8dfc5?depth=0|INFO|500||Invoke
2022-04-01T07:40:30.675Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/904020c5-bee9-4ad2-8fc3-c4af2925e8c9/model-vers/model-ver/2709ea8f-6353-426b-9d57-649f2ea8dfc5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-01T07:40:30.967Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/904020c5-bee9-4ad2-8fc3-c4af2925e8c9/model-vers/model-ver/2709ea8f-6353-426b-9d57-649f2ea8dfc5?depth=0|INFO|500||InvokeReturn
2022-04-01T07:40:30.968Z|67b557e3-8453-46b7-a307-c0ff29829a08|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/904020c5-bee9-4ad2-8fc3-c4af2925e8c9/model-vers/model-ver/2709ea8f-6353-426b-9d57-649f2ea8dfc5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220401-07:40:30:377-9964], vertex-id=[254008], Content-Length=[0], Date=[Fri, 01 Apr 2022 07:40:30 GMT], Content-Type=[application/json]}
2022-04-01T07:40:30.969Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-04-01T07:40:30.969Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-01T07:40:30.969Z|67b557e3-8453-46b7-a307-c0ff29829a08|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-01T07:40:30.974Z|67b557e3-8453-46b7-a307-c0ff29829a08|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-01T07:40:30.975Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67b557e3-8453-46b7-a307-c0ff29829a08 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-01T07:40:30.975Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-01T07:40:30.976Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:40:30.979Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:40:30.980Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798830975,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:40:31.080Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-01T07:40:31.081Z||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-01T07:40:31.081Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:40:31.097Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:31.097Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-01T07:40:31.994Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-01T07:40:31.995Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a81434cc-d979-4283-bc66-9e995d9dde11","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"68500b46-3b90-4ff9-9b9d-7468a138fdc3","serviceDescription":"service","serviceInvariantUUID":"350b96f2-a88d-4186-b2ec-cf9b7e01f728","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c6cc837-12b6-4cf3-b701-b1e307e16008","resourceInvariantUUID":"c5644362-86dc-4607-82c9-ff2ceaa4248b","resourceCustomizationUUID":"11339adb-4ece-45a0-95ca-20d79db07fcf","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":"M2FmYTIwYjBkYjVkYWIyNGE3YmExNDgxNTVhNWEyMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a1d0e236-c53b-47af-b97a-092d464ca850","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":"ZDBlMDk0NDAxYmNjY2M1ZDg2ODA1ZTI1YjdkNDAyZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"03bc259f-113d-4bff-b223-b037ee29ed87","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":"40e6300e-4c59-4bc6-a7ff-2d3953da6604","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":"54fe17ac-4e5b-4af2-b37b-3f5ca951ee41","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":"88a8888a-10fa-4c1d-9c82-b3d9933c3b42","artifactVersion":"2","generatedFromUUID":"40e6300e-4c59-4bc6-a7ff-2d3953da6604"},{"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":"YjVkZTcyMTU0NGI2MDk1Y2RiY2JjMmYyOTU3NGViZDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"54313bd6-03fa-4f37-aba4-e5ecce82f0e5","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":"YmM1MDkyNzRhMTk4YWY2OTIxZTI1NDY4NmE3M2MxZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5521bd8c-5b47-48e1-8321-41f67921a398","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODc2ZTBmNmU1NGE4OWRmNDEzMTU4ODhkZDMzODc1NjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"177465b6-0eb4-4f47-aba3-fefbaa0d392b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-01T07:40:31.995Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:40:31.995Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:40:31.997Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:40:31.997Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:32.097Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:40:32.098Z||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-01T07:40:32.098Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:40:32.112Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:32.113Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:40:32.998Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:40:32.999Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:40:33.001Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:40:33.001Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:40:33.101Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:40:33.102Z||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-01T07:40:33.102Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:40:33.114Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:33.115Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:40:34.002Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:40:34.003Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:40:34.005Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:40:34.005Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:40:34.105Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:40:34.106Z||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-01T07:40:34.106Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:40:34.117Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:34.117Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:40:35.006Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:40:35.006Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:40:35.008Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:40:35.008Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:35.109Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:40:35.110Z||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-01T07:40:35.112Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:40:35.146Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:35.147Z||pool-93-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:40:36.009Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:40:36.010Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:40:36.012Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:40:36.012Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-01T07:40:36.113Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:40:36.114Z||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-01T07:40:36.114Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:40:36.126Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:36.126Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:40:37.013Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:40:37.015Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:40:37.017Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:40:37.017Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:37.118Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-01T07:40:37.119Z||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-01T07:40:37.119Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:40:37.129Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:37.130Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:40:38.018Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:40:38.019Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:40:38.021Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:40:38.021Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:38.121Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:40:38.122Z||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-01T07:40:38.122Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:40:38.148Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:38.149Z||pool-96-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:40:39.022Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:40:39.023Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:40:39.025Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:40:39.025Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:40:39.126Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:40:39.126Z||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-01T07:40:39.126Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:40:39.141Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:39.142Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:40:40.026Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "68500b46-3b90-4ff9-9b9d-7468a138fdc3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "350b96f2-a88d-4186-b2ec-cf9b7e01f728",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "11339adb-4ece-45a0-95ca-20d79db07fcf",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2c6cc837-12b6-4cf3-b701-b1e307e16008",
      "resourceInvariantUUID": "c5644362-86dc-4607-82c9-ff2ceaa4248b",
      "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": "ZDBlMDk0NDAxYmNjY2M1ZDg2ODA1ZTI1YjdkNDAyZTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "03bc259f-113d-4bff-b223-b037ee29ed87",
          "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": "40e6300e-4c59-4bc6-a7ff-2d3953da6604",
          "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": "88a8888a-10fa-4c1d-9c82-b3d9933c3b42",
            "generatedFromUUID": "40e6300e-4c59-4bc6-a7ff-2d3953da6604"
          },
          "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": "88a8888a-10fa-4c1d-9c82-b3d9933c3b42",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODc2ZTBmNmU1NGE4OWRmNDEzMTU4ODhkZDMzODc1NjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "177465b6-0eb4-4f47-aba3-fefbaa0d392b"
    }
  ],
  "workloadContext": "Production"
}
2022-04-01T07:40:40.027Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-01T07:40:40.027Z|67b557e3-8453-46b7-a307-c0ff29829a08|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68500b46-3b90-4ff9-9b9d-7468a138fdc3 ASDC
2022-04-01T07:40:40.027Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a81434cc-d979-4283-bc66-9e995d9dde11
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:68500b46-3b90-4ff9-9b9d-7468a138fdc3
ServiceInvariantUUID:350b96f2-a88d-4186-b2ec-cf9b7e01f728
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:177465b6-0eb4-4f47-aba3-fefbaa0d392b
ArtifactChecksum:ODc2ZTBmNmU1NGE4OWRmNDEzMTU4ODhkZDMzODc1NjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:11339adb-4ece-45a0-95ca-20d79db07fcf
ResourceInvariantUUID:c5644362-86dc-4607-82c9-ff2ceaa4248b
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:2c6cc837-12b6-4cf3-b701-b1e307e16008
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:03bc259f-113d-4bff-b223-b037ee29ed87
ArtifactChecksum:ZDBlMDk0NDAxYmNjY2M1ZDg2ODA1ZTI1YjdkNDAyZTY=
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:40e6300e-4c59-4bc6-a7ff-2d3953da6604
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:88a8888a-10fa-4c1d-9c82-b3d9933c3b42
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:88a8888a-10fa-4c1d-9c82-b3d9933c3b42
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-01T07:40:40.028Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68500b46-3b90-4ff9-9b9d-7468a138fdc3 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-01T07:40:40.083Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:40:40.084Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-01T07:40:40.084Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-01T07:40:40.084Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 177465b6-0eb4-4f47-aba3-fefbaa0d392b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-01T07:40:40.084Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:40:40.085Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:40.997Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:40:41.001Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 177465b6-0eb4-4f47-aba3-fefbaa0d392b 78824
2022-04-01T07:40:41.001Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:41.001Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:41.001Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:40:41.002Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:40:41.003Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:40:41.003Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798841001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:40:41.104Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:40:41.104Z||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-01T07:40:41.105Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:40:41.116Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:41.117Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:40:42.004Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:40:42.009Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-01T07:40:42.009Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 177465b6-0eb4-4f47-aba3-fefbaa0d392b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-01T07:40:42.009Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-01T07:40:42.010Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-01T07:40:42.010Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-01T07:40:42.179Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1758972133273066465/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-01T07:40:43.407Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-01T07:40:43.408Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-01T07:40:43.408Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-01T07:40:43.408Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-01T07:40:43.408Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.408Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.408Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.408Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.408Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.408Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.408Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.408Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.409Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.409Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-01T07:40:43.409Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:43.409Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.409Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-01T07:40:43.409Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-01T07:40:43.409Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.410Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:43.410Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.410Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-01T07:40:43.410Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-01T07:40:43.410Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.410Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:43.410Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.411Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:43.411Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-01T07:40:43.411Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-01T07:40:43.411Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-01T07:40:43.411Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-01T07:40:43.411Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-01T07:40:43.411Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-01T07:40:43.411Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:43.412Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.412Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:43.412Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-01T07:40:43.412Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:40:43.412Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:43.412Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-01T07:40:43.412Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:40:43.413Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:43.413Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-01T07:40:43.413Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:40:43.413Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:43.413Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-01T07:40:43.413Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-01T07:40:43.413Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-01T07:40:43.414Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d7393163-00df-4c57-8794-6ab125a107e1
2022-04-01T07:40:43.414Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:43.414Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.414Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:43.414Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.414Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:43.414Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.415Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:43.415Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.415Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:68500b46-3b90-4ff9-9b9d-7468a138fdc3
Model Version:NULL
Model InvariantUuid:350b96f2-a88d-4186-b2ec-cf9b7e01f728
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:326a155b-48db-464c-b274-40e74ad34a67
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c5644362-86dc-4607-82c9-ff2ceaa4248b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:11339adb-4ece-45a0-95ca-20d79db07fcf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:267c2f98-a5de-4a0e-a420-061493aa96d1
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:50e90944-d034-416c-88d4-766f57866076
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d7393163-00df-4c57-8794-6ab125a107e1
ModelInvariantUuid:051d20da-0bf1-48cc-85ae-838f6d589f14
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:df799902-ac37-49f1-ad0b-2c58c893d3e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4f232114-0880-4b95-8f78-1c4d2139e5e7
ModelInvariantUuid:6df2bf5c-e32a-4b72-a980-9d2b8fe8fcba
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:37c9d661-5e7d-4f10-a387-2991c3500560
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-01T07:40:43.423Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 2c6cc837-12b6-4cf3-b701-b1e307e16008
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-01T07:40:43.425Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-04-01T07:40:43.425Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2c6cc837-12b6-4cf3-b701-b1e307e16008
2022-04-01T07:40:43.426Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 03bc259f-113d-4bff-b223-b037ee29ed87 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-01T07:40:43.426Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:40:43.426Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.792Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:40:43.793Z|a81434cc-d979-4283-bc66-9e995d9dde11|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 03bc259f-113d-4bff-b223-b037ee29ed87 792
2022-04-01T07:40:43.793Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.793Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:43.793Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:40:43.793Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:40:43.795Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:40:43.795Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798843793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:40:43.895Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:40:43.896Z||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-01T07:40:43.896Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:40:43.907Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:43.908Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:40:44.796Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "267c2f98-a5de-4a0e-a420-061493aa96d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "50e90944-d034-416c-88d4-766f57866076",
    "vfModuleModelCustomizationUUID": "8405bac6-c893-42be-b227-f0820c500774",
    "isBase": true,
    "artifacts": [
      "40e6300e-4c59-4bc6-a7ff-2d3953da6604",
      "88a8888a-10fa-4c1d-9c82-b3d9933c3b42"
    ],
    "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-01T07:40:44.801Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:50e90944-d034-416c-88d4-766f57866076
VfModuleModelInvariantUUID:267c2f98-a5de-4a0e-a420-061493aa96d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
40e6300e-4c59-4bc6-a7ff-2d3953da6604
,
88a8888a-10fa-4c1d-9c82-b3d9933c3b42

}
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-01T07:40:44.804Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "267c2f98-a5de-4a0e-a420-061493aa96d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "50e90944-d034-416c-88d4-766f57866076",
    "vfModuleModelCustomizationUUID": "8405bac6-c893-42be-b227-f0820c500774",
    "isBase": true,
    "artifacts": [
      "40e6300e-4c59-4bc6-a7ff-2d3953da6604",
      "88a8888a-10fa-4c1d-9c82-b3d9933c3b42"
    ],
    "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-01T07:40:44.805Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:50e90944-d034-416c-88d4-766f57866076
VfModuleModelInvariantUUID:267c2f98-a5de-4a0e-a420-061493aa96d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
40e6300e-4c59-4bc6-a7ff-2d3953da6604
,
88a8888a-10fa-4c1d-9c82-b3d9933c3b42

}
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-01T07:40:44.805Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 40e6300e-4c59-4bc6-a7ff-2d3953da6604 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-01T07:40:44.805Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:40:44.805Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:45.302Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:40:45.304Z|a81434cc-d979-4283-bc66-9e995d9dde11|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 40e6300e-4c59-4bc6-a7ff-2d3953da6604 5033
2022-04-01T07:40:45.304Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:45.305Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:45.305Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:40:45.305Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:40:45.307Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:40:45.307Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798845304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:40:45.408Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-01T07:40:45.409Z||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-01T07:40:45.409Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:40:45.420Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:45.421Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:40:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:40:45.597Z||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-01T07:40:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:40:45.620Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:45.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "aai-ml",
  "timestamp": 1648798666517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "clamp",
  "timestamp": 1648798666637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:40:45.622Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:40:45.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "aai-ml",
  "timestamp": 1648798666517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "aai-ml",
  "timestamp": 1648798666517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "clamp",
  "timestamp": 1648798668644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:40:45.623Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:40:45.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "aai-ml",
  "timestamp": 1648798666517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "clamp",
  "timestamp": 1648798669649,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:40:45.631Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d888aca8-3325-42eb-a501-9b702b217990
2022-04-01T07:40:45.631Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d888aca8-3325-42eb-a501-9b702b217990 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:40:45.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "aai-ml",
  "timestamp": 1648798666517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "aai-ml",
  "timestamp": 1648798666517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.640Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "aai-ml",
  "timestamp": 1648798666517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.640Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "aai-ml",
  "timestamp": 1648798666517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "aai-ml",
  "timestamp": 1648798666517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:40:45.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "aai-ml",
  "timestamp": 1648798676301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:40:45.641Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:40:45.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "aai-ml",
  "timestamp": 1648798684999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:40:45.642Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:40:45.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "aai-ml",
  "timestamp": 1648798686003,
  "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-01T07:40:45.646Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d888aca8-3325-42eb-a501-9b702b217990
2022-04-01T07:40:45.646Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d888aca8-3325-42eb-a501-9b702b217990 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-01T07:40:45.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798711557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "cds",
  "timestamp": 1648798709737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798712759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "cds",
  "timestamp": 1648798709737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798711557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798712759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "cds",
  "timestamp": 1648798709737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798711557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798712759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798711557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "cds",
  "timestamp": 1648798709737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "policy-id",
  "timestamp": 1648798714436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798712759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798711557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "cds",
  "timestamp": 1648798709737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.657Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "policy-id",
  "timestamp": 1648798714436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798712759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798711557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "cds",
  "timestamp": 1648798709737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "policy-id",
  "timestamp": 1648798714436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798712759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798711557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:40:45.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "cds",
  "timestamp": 1648798709737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "policy-id",
  "timestamp": 1648798714436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798712759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798711557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "cds",
  "timestamp": 1648798709737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "policy-id",
  "timestamp": 1648798714436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798712759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798711557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "cds",
  "timestamp": 1648798709737,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:40:45.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "policy-id",
  "timestamp": 1648798714436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648798712759,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:40:45.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "policy-id",
  "timestamp": 1648798714436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "cds",
  "timestamp": 1648798721813,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:40:45.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:40:45.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798722989,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:40:45.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:40:45.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "policy-id",
  "timestamp": 1648798714436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:40:45.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798724015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-01T07:40:45.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:40:45.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "cds",
  "timestamp": 1648798723115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:40:45.676Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e20b49b-49eb-4953-8b60-1b2a8d3d234f
2022-04-01T07:40:45.676Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e20b49b-49eb-4953-8b60-1b2a8d3d234f 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-01T07:40:45.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "policy-id",
  "timestamp": 1648798714436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:40:45.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:40:45.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:40:45.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648798725018,
  "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-01T07:40:45.687Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2e20b49b-49eb-4953-8b60-1b2a8d3d234f
2022-04-01T07:40:45.688Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e20b49b-49eb-4953-8b60-1b2a8d3d234f 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-01T07:40:46.310Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 88a8888a-10fa-4c1d-9c82-b3d9933c3b42 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-01T07:40:46.311Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:40:46.311Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:47.088Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:40:47.089Z|a81434cc-d979-4283-bc66-9e995d9dde11|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 88a8888a-10fa-4c1d-9c82-b3d9933c3b42 903
2022-04-01T07:40:47.089Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:47.089Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:47.089Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:40:47.090Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:40:47.091Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:40:47.092Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798847089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:40:47.192Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:40:47.193Z||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-01T07:40:47.193Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:40:47.204Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:47.205Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:40:48.092Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 68500b46-3b90-4ff9-9b9d-7468a138fdc3
2022-04-01T07:40:48.094Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 2c6cc837-12b6-4cf3-b701-b1e307e16008 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-01T07:40:48.108Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5493a4d2, org.onap.sdc.toscaparser.api.parameters.Input@2c9d702c, org.onap.sdc.toscaparser.api.parameters.Input@7a2df9fc, org.onap.sdc.toscaparser.api.parameters.Input@4482fab8, org.onap.sdc.toscaparser.api.parameters.Input@dfe73ce]
2022-04-01T07:40:48.110Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:48.110Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:48.110Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-04-01T07:40:48.111Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 11339adb-4ece-45a0-95ca-20d79db07fcf
2022-04-01T07:40:48.111Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 11339adb-4ece-45a0-95ca-20d79db07fcf matches Tosca VF Customization UUID: 11339adb-4ece-45a0-95ca-20d79db07fcf
2022-04-01T07:40:48.111Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 11339adb-4ece-45a0-95ca-20d79db07fcf  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-01T07:40:48.113Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:48.113Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:48.114Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 11339adb-4ece-45a0-95ca-20d79db07fcf: {\"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-01T07:40:48.114Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@cd6fa94
2022-04-01T07:40:48.115Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:48.115Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:48.115Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8405bac6-c893-42be-b227-f0820c500774
2022-04-01T07:40:48.115Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8405bac6-c893-42be-b227-f0820c500774
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-01T07:40:48.118Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:48.118Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-01T07:40:48.118Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:40:48.119Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:48.119Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-01T07:40:48.119Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:40:48.120Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:48.120Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-01T07:40:48.120Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-01T07:40:48.120Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-01T07:40:48.121Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d7393163-00df-4c57-8794-6ab125a107e1
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-01T07:40:48.124Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:48.124Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-01T07:40:48.125Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:40:48.125Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:48.125Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-01T07:40:48.126Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=11339adb-4ece-45a0-95ca-20d79db07fcf
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-01T07:40:48.127Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:48.128Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:48.128Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 68500b46-3b90-4ff9-9b9d-7468a138fdc3: basic_vm_macro
2022-04-01T07:40:48.128Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:48.128Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:48.128Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:48.129Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:48.129Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:48.129Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:48.129Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:48.130Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:48.130Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:40:48.130Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:48.130Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:48.204Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 2c6cc837-12b6-4cf3-b701-b1e307e16008 1 ASDC deployResourceStructure
2022-04-01T07:40:48.204Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:48.205Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:48.205Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:40:48.205Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:40:48.208Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:40:48.208Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798848204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:40:48.308Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:40:48.309Z||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-01T07:40:48.309Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:40:48.326Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:48.326Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:40:49.209Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:49.210Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:49.210Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:40:49.211Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:40:49.213Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:40:49.213Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798849209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-01T07:40:49.313Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:40:49.314Z||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-01T07:40:49.315Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:40:49.326Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:49.326Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:40:50.214Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:50.214Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:50.214Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:40:50.215Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:40:50.216Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:40:50.216Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798850214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-01T07:40:50.317Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:40:50.318Z||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-01T07:40:50.318Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:40:50.331Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:50.332Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:40:51.218Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:51.218Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:51.218Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:40:51.218Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:40:51.224Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:40:51.224Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798851217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:40:51.321Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-01T07:40:51.321Z||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-01T07:40:51.322Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:40:51.333Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:40:51.333Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:40:52.227Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a81434cc-d979-4283-bc66-9e995d9dde11
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:40:52.245Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a81434cc-d979-4283-bc66-9e995d9dde11
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-01T07:40:52.250Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:40:52.250Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-01T07:40:52.250Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-01T07:40:52.250Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-01T07:40:52.250Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:40:52.250Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:40:52.250Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:40:52.250Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:40:52.251Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:40:52.251Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:40:52.251Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:40:52.262Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-01T07:41:22.263Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a81434cc-d979-4283-bc66-9e995d9dde11 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-01T07:41:22.270Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a81434cc-d979-4283-bc66-9e995d9dde11 and serviceModelVersionId: 68500b46-3b90-4ff9-9b9d-7468a138fdc3
2022-04-01T07:41:22.270Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 350b96f2-a88d-4186-b2ec-cf9b7e01f728
2022-04-01T07:41:22.271Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/350b96f2-a88d-4186-b2ec-cf9b7e01f728/model-vers/model-ver/68500b46-3b90-4ff9-9b9d-7468a138fdc3?depth=0
2022-04-01T07:41:22.275Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-01T07:41:22.316Z|a81434cc-d979-4283-bc66-9e995d9dde11|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/350b96f2-a88d-4186-b2ec-cf9b7e01f728/model-vers/model-ver/68500b46-3b90-4ff9-9b9d-7468a138fdc3?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-01T07:41:22.317Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/350b96f2-a88d-4186-b2ec-cf9b7e01f728/model-vers/model-ver/68500b46-3b90-4ff9-9b9d-7468a138fdc3?depth=0|INFO|500||Invoke
2022-04-01T07:41:22.336Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/350b96f2-a88d-4186-b2ec-cf9b7e01f728/model-vers/model-ver/68500b46-3b90-4ff9-9b9d-7468a138fdc3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-01T07:41:22.734Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/350b96f2-a88d-4186-b2ec-cf9b7e01f728/model-vers/model-ver/68500b46-3b90-4ff9-9b9d-7468a138fdc3?depth=0|INFO|500||InvokeReturn
2022-04-01T07:41:22.735Z|a81434cc-d979-4283-bc66-9e995d9dde11|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/350b96f2-a88d-4186-b2ec-cf9b7e01f728/model-vers/model-ver/68500b46-3b90-4ff9-9b9d-7468a138fdc3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220401-07:41:22:038-5989], vertex-id=[188624], Content-Length=[0], Date=[Fri, 01 Apr 2022 07:41:22 GMT], Content-Type=[application/json]}
2022-04-01T07:41:22.735Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-04-01T07:41:22.736Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-01T07:41:22.736Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:41:22.742Z|a81434cc-d979-4283-bc66-9e995d9dde11|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-01T07:41:22.742Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a81434cc-d979-4283-bc66-9e995d9dde11 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-01T07:41:22.742Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-01T07:41:22.742Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:41:22.744Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:41:22.744Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798882742,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:41:22.844Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:41:22.845Z||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-01T07:41:22.845Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:41:22.869Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:41:22.869Z||pool-106-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-01T07:41:23.758Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-01T07:41:23.758Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b667eff-6868-4020-ab7c-856b85880826","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3c4e3d4a-b113-4dc1-b238-1a5417aefd9b","serviceDescription":"service","serviceInvariantUUID":"014de0e3-2922-4f78-af46-cb0cdca7cb34","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"70c5d1fa-1230-42dc-b1e2-ad68fbe9a84e","resourceInvariantUUID":"0a252612-a35a-4622-bfd2-6f374a01972d","resourceCustomizationUUID":"f3a74e9c-e722-452c-aeed-fa1422123907","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":"OGU0YTAzNDRmM2FiODhjYTNlM2MyZjQyNzU0ZDI3NjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8c48241-d519-40ad-b43c-4a3d0670fdc0","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":"OTFlZWI5ZGQ1NWEzODBmNmUzNjRhMWY1MGY2MTUyOTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7503ff83-bbd3-4002-acb5-8198f01d392c","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":"573f0c6b-b132-494c-8e16-04e447c669bd","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":"8caf0060-dc30-476e-acb2-c9f29b4f74f9","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":"26e11996-521a-4004-9358-64aeeda165e6","artifactVersion":"2","generatedFromUUID":"573f0c6b-b132-494c-8e16-04e447c669bd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzdiYTBiZWRmOTIyYzNjNGM5YWVkNGIzMjNlNzU2MmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"04ba5848-3aad-46c1-9e6f-ee10f224f843","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmQ3NWJiZDYzNWFjMjdmMGVkNGQzMjIyM2UxYmQxYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ee2d595-7ad4-47e3-a460-f6898c282ba9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-01T07:41:23.758Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:41:23.759Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:41:23.760Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:41:23.761Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:23.861Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:41:23.861Z||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-01T07:41:23.861Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:41:23.879Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:41:23.879Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:41:24.761Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:41:24.761Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:41:24.763Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:41:24.764Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:41:24.865Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-01T07:41:24.866Z||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-01T07:41:24.866Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:41:24.877Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:41:24.877Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:41:25.765Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:41:25.766Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:41:25.768Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:41:25.768Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:41:25.868Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-01T07:41:25.869Z||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-01T07:41:25.869Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:41:25.882Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:41:25.882Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:41:26.769Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:41:26.770Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:41:26.772Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:41:26.772Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:26.872Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:41:26.872Z||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-01T07:41:26.873Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:41:26.885Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:41:26.885Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:41:27.772Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:41:27.773Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:41:27.775Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:41:27.775Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-01T07:41:27.875Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:41:27.876Z||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-01T07:41:27.876Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:41:27.890Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:41:27.891Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:41:28.775Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:41:28.776Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:41:28.778Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:41:28.778Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:28.878Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:41:28.879Z||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-01T07:41:28.879Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:41:28.891Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:41:28.891Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:41:29.778Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:41:29.779Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:41:29.781Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:41:29.781Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:41:29.882Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-01T07:41:29.882Z||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-01T07:41:29.882Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:41:29.903Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:41:29.904Z||pool-113-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:41:30.783Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3c4e3d4a-b113-4dc1-b238-1a5417aefd9b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "014de0e3-2922-4f78-af46-cb0cdca7cb34",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f3a74e9c-e722-452c-aeed-fa1422123907",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "70c5d1fa-1230-42dc-b1e2-ad68fbe9a84e",
      "resourceInvariantUUID": "0a252612-a35a-4622-bfd2-6f374a01972d",
      "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": "OTFlZWI5ZGQ1NWEzODBmNmUzNjRhMWY1MGY2MTUyOTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7503ff83-bbd3-4002-acb5-8198f01d392c",
          "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": "573f0c6b-b132-494c-8e16-04e447c669bd",
          "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": "26e11996-521a-4004-9358-64aeeda165e6",
            "generatedFromUUID": "573f0c6b-b132-494c-8e16-04e447c669bd"
          },
          "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": "26e11996-521a-4004-9358-64aeeda165e6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MmQ3NWJiZDYzNWFjMjdmMGVkNGQzMjIyM2UxYmQxYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6ee2d595-7ad4-47e3-a460-f6898c282ba9"
    }
  ],
  "workloadContext": "Production"
}
2022-04-01T07:41:30.783Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-01T07:41:30.783Z|a81434cc-d979-4283-bc66-9e995d9dde11|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3c4e3d4a-b113-4dc1-b238-1a5417aefd9b ASDC
2022-04-01T07:41:30.784Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:9b667eff-6868-4020-ab7c-856b85880826
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3c4e3d4a-b113-4dc1-b238-1a5417aefd9b
ServiceInvariantUUID:014de0e3-2922-4f78-af46-cb0cdca7cb34
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:6ee2d595-7ad4-47e3-a460-f6898c282ba9
ArtifactChecksum:MmQ3NWJiZDYzNWFjMjdmMGVkNGQzMjIyM2UxYmQxYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f3a74e9c-e722-452c-aeed-fa1422123907
ResourceInvariantUUID:0a252612-a35a-4622-bfd2-6f374a01972d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:70c5d1fa-1230-42dc-b1e2-ad68fbe9a84e
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:7503ff83-bbd3-4002-acb5-8198f01d392c
ArtifactChecksum:OTFlZWI5ZGQ1NWEzODBmNmUzNjRhMWY1MGY2MTUyOTI=
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:573f0c6b-b132-494c-8e16-04e447c669bd
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:26e11996-521a-4004-9358-64aeeda165e6
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:26e11996-521a-4004-9358-64aeeda165e6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-01T07:41:30.784Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c4e3d4a-b113-4dc1-b238-1a5417aefd9b 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-01T07:41:30.835Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:41:30.835Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-01T07:41:30.835Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-01T07:41:30.836Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6ee2d595-7ad4-47e3-a460-f6898c282ba9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-01T07:41:30.836Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:41:30.836Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:31.005Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:41:31.008Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6ee2d595-7ad4-47e3-a460-f6898c282ba9 71068
2022-04-01T07:41:31.009Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:31.009Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:31.009Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:41:31.009Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:41:31.011Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:41:31.011Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798891009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:41:31.111Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:41:31.112Z||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-01T07:41:31.112Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:41:31.122Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:41:31.122Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:41:32.011Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:41:32.013Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-01T07:41:32.013Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6ee2d595-7ad4-47e3-a460-f6898c282ba9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-01T07:41:32.013Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-01T07:41:32.014Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-01T07:41:32.014Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-01T07:41:32.211Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2344777786245934322/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-01T07:41:33.298Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-01T07:41:33.298Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-01T07:41:33.298Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-01T07:41:33.298Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-01T07:41:33.298Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.298Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.298Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.299Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.299Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.299Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.299Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.299Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.299Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.299Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-01T07:41:33.300Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:33.300Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.300Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-01T07:41:33.300Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-01T07:41:33.301Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:41:33.301Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:33.301Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.301Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-01T07:41:33.302Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-01T07:41:33.302Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:41:33.302Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:33.302Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.302Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:33.303Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-01T07:41:33.303Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-01T07:41:33.303Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-01T07:41:33.303Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-01T07:41:33.304Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-01T07:41:33.304Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-01T07:41:33.304Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:33.304Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.305Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:33.305Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-01T07:41:33.305Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:41:33.305Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:33.306Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-01T07:41:33.306Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:41:33.306Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:33.306Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-01T07:41:33.307Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:41:33.307Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:33.307Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-01T07:41:33.307Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-01T07:41:33.308Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-01T07:41:33.308Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8b7bf0ed-8e0b-42f3-a84e-53a92f9e4c18
2022-04-01T07:41:33.308Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:33.308Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.309Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:33.309Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.309Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:33.309Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.310Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:33.310Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.310Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:3c4e3d4a-b113-4dc1-b238-1a5417aefd9b
Model Version:NULL
Model InvariantUuid:014de0e3-2922-4f78-af46-cb0cdca7cb34
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:bf9f1e1a-925d-4c58-8830-76fe3eb3d0ae
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0a252612-a35a-4622-bfd2-6f374a01972d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f3a74e9c-e722-452c-aeed-fa1422123907
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:08d72139-2328-4f38-9bcf-f9806957a282
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:9e92da1f-cf74-43d1-ad3a-aba32fb5f2fe
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8b7bf0ed-8e0b-42f3-a84e-53a92f9e4c18
ModelInvariantUuid:0fa676de-6553-43a9-9a23-abf356da14ab
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9b6704c6-e09e-46f2-92dc-c654a631d5f2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e4ca5ca5-48f7-4261-84ed-7e108822dfa2
ModelInvariantUuid:79c74e7c-1c32-489e-90b9-342122b9fe8e
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:f6e57d13-be8e-4468-89ce-9dcb38bdbe71
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-01T07:41:33.316Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 70c5d1fa-1230-42dc-b1e2-ad68fbe9a84e
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-01T07:41:33.318Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-04-01T07:41:33.318Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 70c5d1fa-1230-42dc-b1e2-ad68fbe9a84e
2022-04-01T07:41:33.319Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7503ff83-bbd3-4002-acb5-8198f01d392c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-01T07:41:33.319Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:41:33.319Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.371Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:41:33.372Z|9b667eff-6868-4020-ab7c-856b85880826|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 7503ff83-bbd3-4002-acb5-8198f01d392c 787
2022-04-01T07:41:33.372Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.372Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:33.372Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:41:33.372Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:41:33.374Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:41:33.374Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798893372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:41:33.475Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-01T07:41:33.475Z||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-01T07:41:33.476Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:41:33.486Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:41:33.487Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:41:34.375Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "08d72139-2328-4f38-9bcf-f9806957a282",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9e92da1f-cf74-43d1-ad3a-aba32fb5f2fe",
    "vfModuleModelCustomizationUUID": "83bd40ad-2c99-4b14-b489-180528ec431e",
    "isBase": true,
    "artifacts": [
      "573f0c6b-b132-494c-8e16-04e447c669bd",
      "26e11996-521a-4004-9358-64aeeda165e6"
    ],
    "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-01T07:41:34.379Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9e92da1f-cf74-43d1-ad3a-aba32fb5f2fe
VfModuleModelInvariantUUID:08d72139-2328-4f38-9bcf-f9806957a282
VfModuleModelDescription:NULL
Artifacts UUID List:{
573f0c6b-b132-494c-8e16-04e447c669bd
,
26e11996-521a-4004-9358-64aeeda165e6

}
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-01T07:41:34.381Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "08d72139-2328-4f38-9bcf-f9806957a282",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9e92da1f-cf74-43d1-ad3a-aba32fb5f2fe",
    "vfModuleModelCustomizationUUID": "83bd40ad-2c99-4b14-b489-180528ec431e",
    "isBase": true,
    "artifacts": [
      "573f0c6b-b132-494c-8e16-04e447c669bd",
      "26e11996-521a-4004-9358-64aeeda165e6"
    ],
    "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-01T07:41:34.381Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9e92da1f-cf74-43d1-ad3a-aba32fb5f2fe
VfModuleModelInvariantUUID:08d72139-2328-4f38-9bcf-f9806957a282
VfModuleModelDescription:NULL
Artifacts UUID List:{
573f0c6b-b132-494c-8e16-04e447c669bd
,
26e11996-521a-4004-9358-64aeeda165e6

}
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-01T07:41:34.381Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 573f0c6b-b132-494c-8e16-04e447c669bd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-01T07:41:34.382Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:41:34.382Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:34.428Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:41:34.429Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 573f0c6b-b132-494c-8e16-04e447c669bd 5033
2022-04-01T07:41:34.429Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:34.430Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:34.430Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:41:34.430Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:41:34.432Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:41:34.432Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798894429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:41:34.533Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:41:34.533Z||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-01T07:41:34.534Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:41:34.547Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:41:34.548Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:41:35.433Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 26e11996-521a-4004-9358-64aeeda165e6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-01T07:41:35.434Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:41:35.434Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:35.486Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:41:35.486Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 26e11996-521a-4004-9358-64aeeda165e6 903
2022-04-01T07:41:35.487Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:35.487Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:35.487Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:41:35.487Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:41:35.489Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:41:35.489Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798895486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:41:35.590Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:41:35.590Z||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-01T07:41:35.590Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:41:35.602Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:41:35.602Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:41:36.490Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3c4e3d4a-b113-4dc1-b238-1a5417aefd9b
2022-04-01T07:41:36.491Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 70c5d1fa-1230-42dc-b1e2-ad68fbe9a84e 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-01T07:41:36.501Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@79d476f4, org.onap.sdc.toscaparser.api.parameters.Input@1c5a1917, org.onap.sdc.toscaparser.api.parameters.Input@6cd545fe, org.onap.sdc.toscaparser.api.parameters.Input@5acbe618, org.onap.sdc.toscaparser.api.parameters.Input@f24863]
2022-04-01T07:41:36.502Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:36.502Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:36.503Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-04-01T07:41:36.503Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f3a74e9c-e722-452c-aeed-fa1422123907
2022-04-01T07:41:36.503Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f3a74e9c-e722-452c-aeed-fa1422123907 matches Tosca VF Customization UUID: f3a74e9c-e722-452c-aeed-fa1422123907
2022-04-01T07:41:36.503Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f3a74e9c-e722-452c-aeed-fa1422123907  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-01T07:41:36.504Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:36.505Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:36.505Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f3a74e9c-e722-452c-aeed-fa1422123907: {\"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-01T07:41:36.505Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@feee179
2022-04-01T07:41:36.505Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:36.506Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:36.506Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 83bd40ad-2c99-4b14-b489-180528ec431e
2022-04-01T07:41:36.506Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 83bd40ad-2c99-4b14-b489-180528ec431e
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-01T07:41:36.508Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:36.508Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-01T07:41:36.508Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:41:36.508Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:36.509Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-01T07:41:36.509Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:41:36.509Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:36.509Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-01T07:41:36.509Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-01T07:41:36.509Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-01T07:41:36.510Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8b7bf0ed-8e0b-42f3-a84e-53a92f9e4c18
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-01T07:41:36.511Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:36.512Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-01T07:41:36.512Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:41:36.512Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:36.512Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-01T07:41:36.512Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=f3a74e9c-e722-452c-aeed-fa1422123907
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-01T07:41:36.514Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:36.514Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:36.514Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3c4e3d4a-b113-4dc1-b238-1a5417aefd9b: basic_vm
2022-04-01T07:41:36.514Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:36.514Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:36.515Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:36.515Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:36.515Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:36.515Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:36.515Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:36.515Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:36.516Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:41:36.516Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:36.516Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:36.620Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 70c5d1fa-1230-42dc-b1e2-ad68fbe9a84e 1 ASDC deployResourceStructure
2022-04-01T07:41:36.621Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:36.621Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:36.621Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:41:36.621Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:41:36.624Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:41:36.624Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798896621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:41:36.724Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:41:36.726Z||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-01T07:41:36.726Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:41:36.737Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:41:36.738Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:41:37.625Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:37.626Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:37.626Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:41:37.626Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:41:37.628Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:41:37.628Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798897625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-01T07:41:37.729Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:41:37.730Z||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-01T07:41:37.730Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:41:37.741Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:41:37.741Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:41:38.629Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:38.629Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:38.630Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:41:38.630Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:41:38.632Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:41:38.632Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798898629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-01T07:41:38.735Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-01T07:41:38.736Z||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-01T07:41:38.736Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:41:38.750Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:41:38.751Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:41:39.633Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:39.633Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:39.633Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:41:39.634Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:41:39.635Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:41:39.636Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798899632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:41:39.736Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:41:39.737Z||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-01T07:41:39.737Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:41:39.748Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:41:39.749Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:41:40.637Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b667eff-6868-4020-ab7c-856b85880826
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:41:40.648Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b667eff-6868-4020-ab7c-856b85880826
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-01T07:41:40.651Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:41:40.651Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-01T07:41:40.651Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-01T07:41:40.651Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-01T07:41:40.651Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:41:40.651Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:41:40.652Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:41:40.652Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:41:40.652Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:41:40.652Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:41:40.652Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:41:40.657Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-01T07:41:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:41:45.597Z||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-01T07:41:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:41:45.622Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:41:45.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "policy-id",
  "timestamp": 1648798724507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:41:45.623Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:41:45.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "policy-id",
  "timestamp": 1648798725511,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:41:45.624Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:41:45.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "aai-ml",
  "timestamp": 1648798726517,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.624Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "policy-id",
  "timestamp": 1648798726515,
  "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-01T07:41:45.632Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e20b49b-49eb-4953-8b60-1b2a8d3d234f
2022-04-01T07:41:45.632Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e20b49b-49eb-4953-8b60-1b2a8d3d234f 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-01T07:41:45.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "aai-ml",
  "timestamp": 1648798726517,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.640Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "aai-ml",
  "timestamp": 1648798726517,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.640Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "aai-ml",
  "timestamp": 1648798726517,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "aai-ml",
  "timestamp": 1648798726517,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798730584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "aai-ml",
  "timestamp": 1648798726517,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798730584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "clamp",
  "timestamp": 1648798731049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "aai-ml",
  "timestamp": 1648798726517,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798730584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "clamp",
  "timestamp": 1648798731049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "aai-ml",
  "timestamp": 1648798726517,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798730584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "clamp",
  "timestamp": 1648798731049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "aai-ml",
  "timestamp": 1648798726517,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:41:45.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798730584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "clamp",
  "timestamp": 1648798731049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798730584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "aai-ml",
  "timestamp": 1648798736398,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:41:45.645Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:41:45.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "clamp",
  "timestamp": 1648798731049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798730584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "clamp",
  "timestamp": 1648798731049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798730584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "clamp",
  "timestamp": 1648798731049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798730584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:41:45.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "clamp",
  "timestamp": 1648798731049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798740410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:41:45.647Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:41:45.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "clamp",
  "timestamp": 1648798731049,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:41:45.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798742422,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:41:45.647Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:41:45.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648798743427,
  "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-01T07:41:45.651Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e20b49b-49eb-4953-8b60-1b2a8d3d234f
2022-04-01T07:41:45.652Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e20b49b-49eb-4953-8b60-1b2a8d3d234f 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-01T07:41:45.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "aai-ml",
  "timestamp": 1648798743714,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:41:45.659Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:41:45.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "aai-ml",
  "timestamp": 1648798744718,
  "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-01T07:41:45.663Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2e20b49b-49eb-4953-8b60-1b2a8d3d234f
2022-04-01T07:41:45.663Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e20b49b-49eb-4953-8b60-1b2a8d3d234f 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-01T07:41:45.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "clamp",
  "timestamp": 1648798751650,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:41:45.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:41:45.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "clamp",
  "timestamp": 1648798752668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:41:45.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:41:45.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "clamp",
  "timestamp": 1648798753672,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-01T07:41:45.675Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2e20b49b-49eb-4953-8b60-1b2a8d3d234f
2022-04-01T07:41:45.675Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e20b49b-49eb-4953-8b60-1b2a8d3d234f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-01T07:41:45.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0aa3649c-e31a-4c0d-936d-9ca84467b1cb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798768248,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:41:45.683Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:41:45.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:41:45.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:41:45.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-01T07:41:45.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-01T07:41:45.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-01T07:41:45.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:41:45.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:41:45.685Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:41:45.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:41:45.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798785206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:41:45.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:42:10.657Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b667eff-6868-4020-ab7c-856b85880826 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-01T07:42:10.715Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b667eff-6868-4020-ab7c-856b85880826 and serviceModelVersionId: 3c4e3d4a-b113-4dc1-b238-1a5417aefd9b
2022-04-01T07:42:10.716Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 014de0e3-2922-4f78-af46-cb0cdca7cb34
2022-04-01T07:42:10.717Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/014de0e3-2922-4f78-af46-cb0cdca7cb34/model-vers/model-ver/3c4e3d4a-b113-4dc1-b238-1a5417aefd9b?depth=0
2022-04-01T07:42:10.720Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-01T07:42:10.761Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/014de0e3-2922-4f78-af46-cb0cdca7cb34/model-vers/model-ver/3c4e3d4a-b113-4dc1-b238-1a5417aefd9b?depth=0|INFO|500||Invoke
2022-04-01T07:42:10.762Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/014de0e3-2922-4f78-af46-cb0cdca7cb34/model-vers/model-ver/3c4e3d4a-b113-4dc1-b238-1a5417aefd9b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/014de0e3-2922-4f78-af46-cb0cdca7cb34/model-vers/model-ver/3c4e3d4a-b113-4dc1-b238-1a5417aefd9b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9b667eff-6868-4020-ab7c-856b85880826], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[74985e70-fca6-4db3-902b-e2c3345a704d], X-ECOMP-RequestID=[9b667eff-6868-4020-ab7c-856b85880826], X-TransactionId=[], X-ONAP-RequestID=[9b667eff-6868-4020-ab7c-856b85880826], Content-Type=[application/merge-patch+json]}
2022-04-01T07:42:10.780Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/014de0e3-2922-4f78-af46-cb0cdca7cb34/model-vers/model-ver/3c4e3d4a-b113-4dc1-b238-1a5417aefd9b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-01T07:42:11.266Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/014de0e3-2922-4f78-af46-cb0cdca7cb34/model-vers/model-ver/3c4e3d4a-b113-4dc1-b238-1a5417aefd9b?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/014de0e3-2922-4f78-af46-cb0cdca7cb34/model-vers/model-ver/3c4e3d4a-b113-4dc1-b238-1a5417aefd9b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220401-07:42:10:481-61395], vertex-id=[282680], Content-Length=[0], Date=[Fri, 01 Apr 2022 07:42:10 GMT], Content-Type=[application/json]}
2022-04-01T07:42:11.266Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/014de0e3-2922-4f78-af46-cb0cdca7cb34/model-vers/model-ver/3c4e3d4a-b113-4dc1-b238-1a5417aefd9b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-01T07:42:11.267Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/014de0e3-2922-4f78-af46-cb0cdca7cb34/model-vers/model-ver/3c4e3d4a-b113-4dc1-b238-1a5417aefd9b?depth=0|INFO|500||InvokeReturn
2022-04-01T07:42:11.267Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-01T07:42:11.267Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:42:11.271Z|9b667eff-6868-4020-ab7c-856b85880826|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-01T07:42:11.271Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b667eff-6868-4020-ab7c-856b85880826 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-01T07:42:11.271Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-01T07:42:11.271Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:11.273Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:11.273Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798931271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:42:11.373Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:42:11.374Z||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-01T07:42:11.374Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:11.389Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:11.389Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-01T07:42:12.289Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-01T07:42:12.289Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d888aca8-3325-42eb-a501-9b702b217990","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c9d6f6e7-06c2-4c80-be3d-71f7470271f7","serviceDescription":"service","serviceInvariantUUID":"7003ae4c-d9ff-44a3-b67f-ea5b77f74094","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04d72a20-fc1a-4244-ab51-f00e16055036","resourceInvariantUUID":"f722758a-1d11-4743-81f6-664d96d74b65","resourceCustomizationUUID":"81242279-13f8-4ed3-94df-cf3a5c64683f","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":"NjNkZWRlN2RiODljYjc3ZmRhMDk2ODgyZTc3NTg2OGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ea21d38-625c-4156-8dee-5aa74f2abb44","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":"1916fa3b-76fe-4a69-a83b-6c5ccb7ed112","artifactVersion":"2","generatedFromUUID":"d257aa7b-f228-4cba-b237-6d29c6e59302"},{"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":"d257aa7b-f228-4cba-b237-6d29c6e59302","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":"MDcwN2JjOTc1Mzk4YTJlNzFhODhmNzkwODFjMjM1NDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"38574375-508f-4315-9761-a93805545e52","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":"289d95ac-7ae7-4d12-9009-bc8a294cfb35","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":"855c0207-8227-4c15-b104-2dff0831e455","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":"26d6c642-5c7b-44b9-9f03-a13a62663702","artifactVersion":"2","generatedFromUUID":"289d95ac-7ae7-4d12-9009-bc8a294cfb35"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTdkMmJkNzYyY2ZlMzg5OGNhOWE3MDI4OTRlNDllMmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ee914673-7225-4a8a-945b-132b5b763fd1","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWE2YjI2MmVhMDkzN2RiODgwNjhkNTczYzViNWYxMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e20451-eeaf-43f9-bbc3-e9f19f147d5a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-01T07:42:12.290Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:42:12.291Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:12.293Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:12.293Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:42:12.393Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:42:12.394Z||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-01T07:42:12.394Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:12.405Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:12.405Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:13.294Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:42:13.294Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:13.296Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:13.297Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-01T07:42:13.399Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-01T07:42:13.400Z||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-01T07:42:13.400Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:13.410Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:13.410Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:14.297Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:42:14.299Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:14.301Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:14.301Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-01T07:42:14.402Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-01T07:42:14.402Z||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-01T07:42:14.402Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:14.413Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:14.414Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:15.302Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:42:15.302Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:15.304Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:15.304Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:42:15.404Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:42:15.405Z||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-01T07:42:15.405Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:15.419Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:15.419Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:42:16.305Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:42:16.306Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:16.308Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:16.308Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:42:16.408Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:42:16.409Z||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-01T07:42:16.409Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:16.421Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:16.422Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:17.309Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:42:17.310Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:17.312Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:17.312Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:42:17.412Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:42:17.413Z||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-01T07:42:17.413Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:17.425Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:17.426Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:18.312Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:42:18.313Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:18.318Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:18.318Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-01T07:42:18.420Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-01T07:42:18.421Z||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-01T07:42:18.421Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:18.434Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:18.434Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:19.319Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:42:19.320Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:19.322Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:19.322Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:42:19.422Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:42:19.423Z||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-01T07:42:19.423Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:19.434Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:19.435Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:20.323Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:42:20.324Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:20.325Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:20.325Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:42:20.426Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:42:20.427Z||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-01T07:42:20.427Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:20.439Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:20.439Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:21.326Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "c9d6f6e7-06c2-4c80-be3d-71f7470271f7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7003ae4c-d9ff-44a3-b67f-ea5b77f74094",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "81242279-13f8-4ed3-94df-cf3a5c64683f",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "04d72a20-fc1a-4244-ab51-f00e16055036",
      "resourceInvariantUUID": "f722758a-1d11-4743-81f6-664d96d74b65",
      "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": "1916fa3b-76fe-4a69-a83b-6c5ccb7ed112",
          "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": "d257aa7b-f228-4cba-b237-6d29c6e59302",
          "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": "MDcwN2JjOTc1Mzk4YTJlNzFhODhmNzkwODFjMjM1NDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "38574375-508f-4315-9761-a93805545e52",
          "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": "289d95ac-7ae7-4d12-9009-bc8a294cfb35",
          "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": "26d6c642-5c7b-44b9-9f03-a13a62663702",
            "generatedFromUUID": "289d95ac-7ae7-4d12-9009-bc8a294cfb35"
          },
          "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": "26d6c642-5c7b-44b9-9f03-a13a62663702",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NWE2YjI2MmVhMDkzN2RiODgwNjhkNTczYzViNWYxMzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "11e20451-eeaf-43f9-bbc3-e9f19f147d5a"
    }
  ],
  "workloadContext": "Production"
}
2022-04-01T07:42:21.327Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-01T07:42:21.327Z|9b667eff-6868-4020-ab7c-856b85880826|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c9d6f6e7-06c2-4c80-be3d-71f7470271f7 ASDC
2022-04-01T07:42:21.327Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:d888aca8-3325-42eb-a501-9b702b217990
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:c9d6f6e7-06c2-4c80-be3d-71f7470271f7
ServiceInvariantUUID:7003ae4c-d9ff-44a3-b67f-ea5b77f74094
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:11e20451-eeaf-43f9-bbc3-e9f19f147d5a
ArtifactChecksum:NWE2YjI2MmVhMDkzN2RiODgwNjhkNTczYzViNWYxMzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:81242279-13f8-4ed3-94df-cf3a5c64683f
ResourceInvariantUUID:f722758a-1d11-4743-81f6-664d96d74b65
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:04d72a20-fc1a-4244-ab51-f00e16055036
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:1916fa3b-76fe-4a69-a83b-6c5ccb7ed112
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:d257aa7b-f228-4cba-b237-6d29c6e59302
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:38574375-508f-4315-9761-a93805545e52
ArtifactChecksum:MDcwN2JjOTc1Mzk4YTJlNzFhODhmNzkwODFjMjM1NDY=
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:289d95ac-7ae7-4d12-9009-bc8a294cfb35
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:26d6c642-5c7b-44b9-9f03-a13a62663702
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:26d6c642-5c7b-44b9-9f03-a13a62663702
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-01T07:42:21.327Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9d6f6e7-06c2-4c80-be3d-71f7470271f7 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-01T07:42:21.361Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:42:21.362Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-01T07:42:21.362Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-01T07:42:21.362Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 11e20451-eeaf-43f9-bbc3-e9f19f147d5a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-01T07:42:21.362Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:42:21.362Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:22.049Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:42:22.053Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 11e20451-eeaf-43f9-bbc3-e9f19f147d5a 68957
2022-04-01T07:42:22.053Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:22.054Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:22.054Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:42:22.054Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:22.056Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:22.056Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798942053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:42:22.156Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:42:22.157Z||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-01T07:42:22.157Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:22.167Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:22.167Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:23.056Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:42:23.057Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-01T07:42:23.057Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 11e20451-eeaf-43f9-bbc3-e9f19f147d5a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-01T07:42:23.058Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-01T07:42:23.058Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-01T07:42:23.058Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-01T07:42:23.200Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8873498199641924507/Definitions/service-BasicCnf-template.yml
2022-04-01T07:42:24.223Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-01T07:42:24.224Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-01T07:42:24.224Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-01T07:42:24.224Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-01T07:42:24.224Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:24.224Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:24.224Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:24.224Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:24.224Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-01T07:42:24.225Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:24.225Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:24.225Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-01T07:42:24.225Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-01T07:42:24.225Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:42:24.225Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:24.225Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:24.226Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-01T07:42:24.226Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-01T07:42:24.226Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:42:24.226Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:24.226Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:24.226Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:24.226Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-01T07:42:24.226Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-01T07:42:24.227Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-01T07:42:24.227Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-01T07:42:24.227Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:24.227Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:24.227Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:24.227Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-01T07:42:24.227Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:42:24.228Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:24.228Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-01T07:42:24.228Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:42:24.228Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:24.228Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-01T07:42:24.228Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:42:24.228Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:24.229Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-01T07:42:24.229Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-01T07:42:24.229Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3fba04a3-6b4a-4ccb-99d4-892c18f5657d
2022-04-01T07:42:24.229Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:24.230Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:24.230Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:24.230Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:24.230Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:24.230Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:24.230Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:24.230Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:24.230Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:c9d6f6e7-06c2-4c80-be3d-71f7470271f7
Model Version:NULL
Model InvariantUuid:7003ae4c-d9ff-44a3-b67f-ea5b77f74094
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:fd02e649-ec1a-4529-ac6c-03f6c379236e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f722758a-1d11-4743-81f6-664d96d74b65
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:81242279-13f8-4ed3-94df-cf3a5c64683f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee74d312-8898-4426-84e3-64d1f3ea3678
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:0e6e0063-64ac-4c52-824c-04b956df7c6d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3fba04a3-6b4a-4ccb-99d4-892c18f5657d
ModelInvariantUuid:17267560-231e-4bf4-b773-2665004ea8a3
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:4ec5a56c-d66c-4771-9710-6cd06bba0b37
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:e2c73079-7632-48db-8283-cb2b701be2fd
ModelInvariantUuid:48f9ca7f-faa2-428d-848b-5093c3d765c4
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ab68d226-9cba-427b-b97f-cb3ca2fc3069
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-01T07:42:24.237Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 04d72a20-fc1a-4244-ab51-f00e16055036
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-01T07:42:24.239Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-04-01T07:42:24.240Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 04d72a20-fc1a-4244-ab51-f00e16055036
2022-04-01T07:42:24.240Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1916fa3b-76fe-4a69-a83b-6c5ccb7ed112 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-01T07:42:24.240Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:42:24.240Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:24.538Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:42:24.539Z|d888aca8-3325-42eb-a501-9b702b217990|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 1916fa3b-76fe-4a69-a83b-6c5ccb7ed112 12
2022-04-01T07:42:24.539Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:24.539Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:24.539Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:42:24.540Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:24.541Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:24.542Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798944539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:42:24.642Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:42:24.643Z||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-01T07:42:24.643Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:24.653Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:24.654Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:25.542Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d257aa7b-f228-4cba-b237-6d29c6e59302 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-01T07:42:25.543Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:42:25.543Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:25.649Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:42:25.650Z|d888aca8-3325-42eb-a501-9b702b217990|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 d257aa7b-f228-4cba-b237-6d29c6e59302 2688
2022-04-01T07:42:25.650Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:25.650Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:25.650Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:42:25.650Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:25.652Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:25.652Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798945650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:42:25.752Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:42:25.753Z||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-01T07:42:25.754Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:25.767Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:25.768Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:26.656Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 38574375-508f-4315-9761-a93805545e52 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-01T07:42:26.657Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:42:26.657Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:26.936Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:42:26.936Z|d888aca8-3325-42eb-a501-9b702b217990|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 38574375-508f-4315-9761-a93805545e52 828
2022-04-01T07:42:26.936Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:26.937Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:26.937Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:42:26.937Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:26.938Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:26.939Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798946936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:42:27.039Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:42:27.039Z||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-01T07:42:27.040Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:27.052Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:27.052Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:42:27.939Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ee74d312-8898-4426-84e3-64d1f3ea3678",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0e6e0063-64ac-4c52-824c-04b956df7c6d",
    "vfModuleModelCustomizationUUID": "5ffae6a6-b9d5-4a9d-9a22-0ef56c55dff4",
    "isBase": true,
    "artifacts": [
      "289d95ac-7ae7-4d12-9009-bc8a294cfb35",
      "d257aa7b-f228-4cba-b237-6d29c6e59302",
      "26d6c642-5c7b-44b9-9f03-a13a62663702"
    ],
    "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-01T07:42:27.942Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e6e0063-64ac-4c52-824c-04b956df7c6d
VfModuleModelInvariantUUID:ee74d312-8898-4426-84e3-64d1f3ea3678
VfModuleModelDescription:NULL
Artifacts UUID List:{
289d95ac-7ae7-4d12-9009-bc8a294cfb35
,
d257aa7b-f228-4cba-b237-6d29c6e59302
,
26d6c642-5c7b-44b9-9f03-a13a62663702

}
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-01T07:42:27.945Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "ee74d312-8898-4426-84e3-64d1f3ea3678",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0e6e0063-64ac-4c52-824c-04b956df7c6d",
    "vfModuleModelCustomizationUUID": "5ffae6a6-b9d5-4a9d-9a22-0ef56c55dff4",
    "isBase": true,
    "artifacts": [
      "289d95ac-7ae7-4d12-9009-bc8a294cfb35",
      "d257aa7b-f228-4cba-b237-6d29c6e59302",
      "26d6c642-5c7b-44b9-9f03-a13a62663702"
    ],
    "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-01T07:42:27.945Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0e6e0063-64ac-4c52-824c-04b956df7c6d
VfModuleModelInvariantUUID:ee74d312-8898-4426-84e3-64d1f3ea3678
VfModuleModelDescription:NULL
Artifacts UUID List:{
289d95ac-7ae7-4d12-9009-bc8a294cfb35
,
d257aa7b-f228-4cba-b237-6d29c6e59302
,
26d6c642-5c7b-44b9-9f03-a13a62663702

}
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-01T07:42:27.945Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 289d95ac-7ae7-4d12-9009-bc8a294cfb35 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-01T07:42:27.945Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:42:27.945Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:28.165Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:42:28.166Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 289d95ac-7ae7-4d12-9009-bc8a294cfb35 1164
2022-04-01T07:42:28.166Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:28.166Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:28.166Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:42:28.166Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:28.168Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:28.168Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798948166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:42:28.268Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:42:28.269Z||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-01T07:42:28.269Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:28.282Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:28.282Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:42:29.168Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 26d6c642-5c7b-44b9-9f03-a13a62663702 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-01T07:42:29.169Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:42:29.169Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:29.247Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:42:29.248Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 26d6c642-5c7b-44b9-9f03-a13a62663702 200
2022-04-01T07:42:29.248Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:29.248Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:29.248Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:42:29.249Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:29.250Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:29.250Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798949248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:42:29.351Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-01T07:42:29.352Z||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-01T07:42:29.352Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:29.363Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:29.364Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:30.251Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c9d6f6e7-06c2-4c80-be3d-71f7470271f7
2022-04-01T07:42:30.251Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 04d72a20-fc1a-4244-ab51-f00e16055036 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2022-04-01T07:42:30.261Z|d888aca8-3325-42eb-a501-9b702b217990|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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-01T07:42:30.267Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15912cdf, org.onap.sdc.toscaparser.api.parameters.Input@5fc6deec, org.onap.sdc.toscaparser.api.parameters.Input@69b5a3f5, org.onap.sdc.toscaparser.api.parameters.Input@1ad399e8, org.onap.sdc.toscaparser.api.parameters.Input@6b8a9b9]
2022-04-01T07:42:30.268Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:30.268Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:30.268Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-04-01T07:42:30.268Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 81242279-13f8-4ed3-94df-cf3a5c64683f
2022-04-01T07:42:30.268Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 81242279-13f8-4ed3-94df-cf3a5c64683f matches Tosca VF Customization UUID: 81242279-13f8-4ed3-94df-cf3a5c64683f
2022-04-01T07:42:30.268Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 81242279-13f8-4ed3-94df-cf3a5c64683f  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-01T07:42:30.270Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:30.270Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:30.271Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 81242279-13f8-4ed3-94df-cf3a5c64683f: {\"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-01T07:42:30.271Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d144a6e
2022-04-01T07:42:30.271Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:30.271Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:30.271Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5ffae6a6-b9d5-4a9d-9a22-0ef56c55dff4
2022-04-01T07:42:30.271Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5ffae6a6-b9d5-4a9d-9a22-0ef56c55dff4
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-01T07:42:30.273Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:30.274Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-01T07:42:30.274Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:42:30.274Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:30.274Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-01T07:42:30.274Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:42:30.274Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:30.275Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-01T07:42:30.275Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-01T07:42:30.275Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3fba04a3-6b4a-4ccb-99d4-892c18f5657d
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-01T07:42:30.276Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:30.277Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-01T07:42:30.277Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-01T07:42:30.277Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:30.277Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-01T07:42:30.277Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=81242279-13f8-4ed3-94df-cf3a5c64683f
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-01T07:42:30.279Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:30.279Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:30.279Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c9d6f6e7-06c2-4c80-be3d-71f7470271f7: basic_cnf
2022-04-01T07:42:30.279Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:30.279Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:30.280Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:30.280Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:30.280Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:30.280Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:30.280Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:30.280Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:30.280Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:42:30.281Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:30.281Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:30.345Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 04d72a20-fc1a-4244-ab51-f00e16055036 1 ASDC deployResourceStructure
2022-04-01T07:42:30.346Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:30.346Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:30.346Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-01T07:42:30.346Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:30.348Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:30.348Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798950346,
  "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-01T07:42:30.448Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:42:30.449Z||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-01T07:42:30.449Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:30.466Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:30.466Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:31.349Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:31.349Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:31.349Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-01T07:42:31.350Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:31.351Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:31.352Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798951349,
  "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-01T07:42:31.452Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:42:31.453Z||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-01T07:42:31.453Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:31.484Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:31.484Z||pool-139-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:32.352Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:32.353Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:32.353Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:42:32.353Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:32.359Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:32.359Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798952352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:42:32.459Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:42:32.460Z||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-01T07:42:32.460Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:32.471Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:32.472Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:33.364Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:33.364Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:33.364Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:42:33.364Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:33.366Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:33.366Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798953360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-01T07:42:33.467Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-01T07:42:33.468Z||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-01T07:42:33.468Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:33.481Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:33.481Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:34.367Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:34.368Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:34.368Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:42:34.368Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:34.370Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:34.370Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798954367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-01T07:42:34.470Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:42:34.471Z||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-01T07:42:34.471Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:34.483Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:34.484Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:35.371Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:35.371Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:35.371Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:42:35.373Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:42:35.375Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:42:35.375Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798955371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:42:35.476Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-01T07:42:35.477Z||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-01T07:42:35.477Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:42:35.489Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:35.489Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:42:36.376Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d888aca8-3325-42eb-a501-9b702b217990
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:42:36.388Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d888aca8-3325-42eb-a501-9b702b217990
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-01T07:42:36.390Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:42:36.391Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-01T07:42:36.391Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-01T07:42:36.391Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-01T07:42:36.391Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:42:36.392Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:42:36.392Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:42:36.392Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:42:36.392Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:42:36.392Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:42:36.393Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:42:36.398Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-01T07:42:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:42:45.597Z||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-01T07:42:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:42:45.637Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:42:45.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798787880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:42:45.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:42:45.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798789081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:42:45.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:42:45.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798790879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:42:45.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:42:45.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798792141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:42:45.641Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:42:45.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798793449,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:42:45.641Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:42:45.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798794513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:42:45.642Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:42:45.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798795516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-01T07:42:45.643Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:42:45.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798796520,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-01T07:42:45.643Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:42:45.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798797530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-01T07:42:45.643Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:42:45.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798798534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-01T07:42:45.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:42:45.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798799537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:42:45.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:42:45.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "67b557e3-8453-46b7-a307-c0ff29829a08",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798830975,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:42:45.645Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:42:45.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:42:45.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:42:45.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:42:45.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:42:45.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:42:45.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:42:45.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:42:45.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:42:45.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-01T07:42:45.649Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:42:45.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:42:45.649Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:42:45.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:42:45.650Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:42:45.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:42:45.651Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:42:45.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798841001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:42:45.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:42:45.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798843793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:42:45.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:42:45.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:42:45.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798845304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:42:45.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:43:06.398Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d888aca8-3325-42eb-a501-9b702b217990 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-01T07:43:06.403Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d888aca8-3325-42eb-a501-9b702b217990 and serviceModelVersionId: c9d6f6e7-06c2-4c80-be3d-71f7470271f7
2022-04-01T07:43:06.404Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7003ae4c-d9ff-44a3-b67f-ea5b77f74094
2022-04-01T07:43:06.404Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7003ae4c-d9ff-44a3-b67f-ea5b77f74094/model-vers/model-ver/c9d6f6e7-06c2-4c80-be3d-71f7470271f7?depth=0
2022-04-01T07:43:06.407Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-01T07:43:06.451Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7003ae4c-d9ff-44a3-b67f-ea5b77f74094/model-vers/model-ver/c9d6f6e7-06c2-4c80-be3d-71f7470271f7?depth=0|INFO|500||Invoke
2022-04-01T07:43:06.451Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7003ae4c-d9ff-44a3-b67f-ea5b77f74094/model-vers/model-ver/c9d6f6e7-06c2-4c80-be3d-71f7470271f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7003ae4c-d9ff-44a3-b67f-ea5b77f74094/model-vers/model-ver/c9d6f6e7-06c2-4c80-be3d-71f7470271f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d888aca8-3325-42eb-a501-9b702b217990], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0bbc4dd-f22f-474b-b0be-9358e6ed79e9], X-ECOMP-RequestID=[d888aca8-3325-42eb-a501-9b702b217990], X-TransactionId=[], X-ONAP-RequestID=[d888aca8-3325-42eb-a501-9b702b217990], Content-Type=[application/merge-patch+json]}
2022-04-01T07:43:06.470Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7003ae4c-d9ff-44a3-b67f-ea5b77f74094/model-vers/model-ver/c9d6f6e7-06c2-4c80-be3d-71f7470271f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-01T07:43:06.576Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7003ae4c-d9ff-44a3-b67f-ea5b77f74094/model-vers/model-ver/c9d6f6e7-06c2-4c80-be3d-71f7470271f7?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/7003ae4c-d9ff-44a3-b67f-ea5b77f74094/model-vers/model-ver/c9d6f6e7-06c2-4c80-be3d-71f7470271f7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220401-07:43:06:174-9213], vertex-id=[450776], Content-Length=[0], Date=[Fri, 01 Apr 2022 07:43:06 GMT], Content-Type=[application/json]}
2022-04-01T07:43:06.577Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7003ae4c-d9ff-44a3-b67f-ea5b77f74094/model-vers/model-ver/c9d6f6e7-06c2-4c80-be3d-71f7470271f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-01T07:43:06.577Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7003ae4c-d9ff-44a3-b67f-ea5b77f74094/model-vers/model-ver/c9d6f6e7-06c2-4c80-be3d-71f7470271f7?depth=0|INFO|500||InvokeReturn
2022-04-01T07:43:06.578Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-01T07:43:06.578Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:43:06.584Z|d888aca8-3325-42eb-a501-9b702b217990|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-01T07:43:06.584Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d888aca8-3325-42eb-a501-9b702b217990 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-01T07:43:06.584Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-01T07:43:06.585Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:43:06.587Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:43:06.587Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798986584,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:43:06.687Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:43:06.688Z||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-01T07:43:06.689Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:43:06.702Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:43:06.703Z||pool-144-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-01T07:43:07.598Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-01T07:43:07.598Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2e20b49b-49eb-4953-8b60-1b2a8d3d234f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"e0bf5256-c749-4999-9e07-48171275cae1","serviceDescription":"service","serviceInvariantUUID":"931b3991-c844-48cf-980b-d31703edb9d3","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a1605541-acd2-4ffe-836b-736362e0383d","resourceInvariantUUID":"20ccf80d-6640-4fed-9f13-bc9b33ae3e2d","resourceCustomizationUUID":"8b417c79-2261-4e9e-930e-14fadef98992","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":"OTY0ZjQ5N2Q2MTAzYjllOTQyZGVmZTBkYTljMTExMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1b687345-65aa-459f-9217-0087df81f5f3","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":"8e27bb91-db68-4e5e-a53b-e62444b162f9","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":"fd84ecfd-09a0-4dc2-b366-0e99d98a5a3c","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":"ODJkM2EzZjYxOTY5OTA5NWI2OGZkNGE0OWZkMmQ1MTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d5f60e88-6612-4ad6-a4bb-25d188e6a0e8","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":"eab857d7-76f8-420c-9dfd-809d3ce9f9b1","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":"0e8e8538-0583-4704-89b1-057d30613d31","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":"9947353a-4f42-4cac-842e-8d1942d513bc","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":"MThkMDQwNTA2YTBmNzI3MWFmYTY1ZGEyYjg3YjRiZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae6decd4-698c-471c-977e-269c624252db","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDc3ZTllZjM0N2E5ZjVkOWFmNTUyMTA2NjZjM2NmMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5fc569f8-431c-40f1-a5cf-ff3c03da82fd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-01T07:43:07.599Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:43:07.599Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:43:07.601Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:43:07.601Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:43:07.701Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:43:07.702Z||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-01T07:43:07.702Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:43:07.714Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:43:07.714Z||pool-145-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:43:08.602Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:43:08.602Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:43:08.604Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:43:08.604Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:43:08.706Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-01T07:43:08.706Z||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-01T07:43:08.707Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:43:08.720Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:43:08.720Z||pool-146-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:43:09.605Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:43:09.605Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:43:09.607Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:43:09.607Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:43:09.707Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:43:09.708Z||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-01T07:43:09.708Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:43:09.721Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:43:09.721Z||pool-147-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:43:10.611Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:43:10.611Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:43:10.613Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:43:10.613Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:43:10.713Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:43:10.714Z||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-01T07:43:10.714Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:43:10.727Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:43:10.728Z||pool-148-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:43:11.618Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:43:11.619Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:43:11.621Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:43:11.621Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:43:11.721Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:43:11.722Z||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-01T07:43:11.722Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:43:11.736Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:43:11.736Z||pool-149-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:43:12.621Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:43:12.622Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:43:12.624Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:43:12.624Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:43:12.725Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-01T07:43:12.726Z||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-01T07:43:12.726Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:43:12.740Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:43:12.741Z||pool-150-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:43:13.625Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:43:13.626Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:43:13.628Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:43:13.628Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:43:13.728Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:43:13.728Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:43:13.729Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:43:13.740Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:43:13.740Z||pool-151-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:43:14.628Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:43:14.629Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:43:14.631Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:43:14.631Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:43:14.731Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:43:14.732Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:43:14.732Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:43:14.745Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:43:14.746Z||pool-152-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:43:15.632Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-01T07:43:15.633Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:43:15.635Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:43:15.635Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:43:15.735Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:43:15.736Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:43:15.737Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:43:15.752Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:43:15.753Z||pool-153-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:43:16.636Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e0bf5256-c749-4999-9e07-48171275cae1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "931b3991-c844-48cf-980b-d31703edb9d3",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "8b417c79-2261-4e9e-930e-14fadef98992",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a1605541-acd2-4ffe-836b-736362e0383d",
      "resourceInvariantUUID": "20ccf80d-6640-4fed-9f13-bc9b33ae3e2d",
      "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": "NDc3ZTllZjM0N2E5ZjVkOWFmNTUyMTA2NjZjM2NmMzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5fc569f8-431c-40f1-a5cf-ff3c03da82fd"
    }
  ],
  "workloadContext": "Production"
}
2022-04-01T07:43:16.637Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-01T07:43:16.637Z|d888aca8-3325-42eb-a501-9b702b217990|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e0bf5256-c749-4999-9e07-48171275cae1 ASDC
2022-04-01T07:43:16.637Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2e20b49b-49eb-4953-8b60-1b2a8d3d234f
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:e0bf5256-c749-4999-9e07-48171275cae1
ServiceInvariantUUID:931b3991-c844-48cf-980b-d31703edb9d3
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:5fc569f8-431c-40f1-a5cf-ff3c03da82fd
ArtifactChecksum:NDc3ZTllZjM0N2E5ZjVkOWFmNTUyMTA2NjZjM2NmMzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:8b417c79-2261-4e9e-930e-14fadef98992
ResourceInvariantUUID:20ccf80d-6640-4fed-9f13-bc9b33ae3e2d
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:a1605541-acd2-4ffe-836b-736362e0383d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-01T07:43:16.637Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e0bf5256-c749-4999-9e07-48171275cae1 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-01T07:43:16.668Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:43:16.668Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-01T07:43:16.668Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-01T07:43:16.668Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5fc569f8-431c-40f1-a5cf-ff3c03da82fd from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-01T07:43:16.668Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-01T07:43:16.669Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:17.603Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-01T07:43:17.608Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5fc569f8-431c-40f1-a5cf-ff3c03da82fd 105659
2022-04-01T07:43:17.608Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:17.608Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:17.608Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-01T07:43:17.609Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:43:17.611Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:43:17.611Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798997608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:43:17.711Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:43:17.712Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:43:17.712Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:43:17.723Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:43:17.724Z||pool-154-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-01T07:43:18.611Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-01T07:43:18.613Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-01T07:43:18.613Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5fc569f8-431c-40f1-a5cf-ff3c03da82fd, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-01T07:43:18.613Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-04-01T07:43:18.614Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-01T07:43:18.614Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-01T07:43:18.745Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2490825648830195313/Definitions/service-TestPnfMacro-template.yml
2022-04-01T07:43:19.395Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-01T07:43:19.396Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-01T07:43:19.396Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-01T07:43:19.396Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-01T07:43:19.396Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.396Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.396Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.396Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.396Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.397Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.397Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.397Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-01T07:43:19.397Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:43:19.397Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.397Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-01T07:43:19.397Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-01T07:43:19.397Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:43:19.398Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:43:19.398Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.398Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-01T07:43:19.398Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-01T07:43:19.398Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-01T07:43:19.398Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:43:19.398Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.398Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:43:19.399Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.399Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:43:19.399Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.399Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:43:19.399Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.399Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:43:19.399Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.399Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:e0bf5256-c749-4999-9e07-48171275cae1
Model Version:NULL
Model InvariantUuid:931b3991-c844-48cf-980b-d31703edb9d3
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-01T07:43:19.406Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: a1605541-acd2-4ffe-836b-736362e0383d
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-01T07:43:19.408Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-04-01T07:43:19.409Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a1605541-acd2-4ffe-836b-736362e0383d
2022-04-01T07:43:19.409Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e0bf5256-c749-4999-9e07-48171275cae1
2022-04-01T07:43:19.409Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e0bf5256-c749-4999-9e07-48171275cae1
2022-04-01T07:43:19.409Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a1605541-acd2-4ffe-836b-736362e0383d 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-01T07:43:19.413Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a2a2312, org.onap.sdc.toscaparser.api.parameters.Input@2095818c, org.onap.sdc.toscaparser.api.parameters.Input@6ffbbf53, org.onap.sdc.toscaparser.api.parameters.Input@2da591d6, org.onap.sdc.toscaparser.api.parameters.Input@764c15c3]
2022-04-01T07:43:19.413Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:43:19.413Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.413Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e0bf5256-c749-4999-9e07-48171275cae1: test-pnf
2022-04-01T07:43:19.413Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||Processing PNF resource: a1605541-acd2-4ffe-836b-736362e0383d
2022-04-01T07:43:19.413Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-01T07:43:19.413Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.414Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||Resource customization UUID: 8b417c79-2261-4e9e-930e-14fadef98992 is the same as notified resource customizationUUID: 8b417c79-2261-4e9e-930e-14fadef98992
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-01T07:43:19.443Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a1605541-acd2-4ffe-836b-736362e0383d 0 ASDC deployResourceStructure
2022-04-01T07:43:19.443Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.443Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:19.443Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-01T07:43:19.444Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:43:19.445Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:43:19.445Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798999443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:43:19.546Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-01T07:43:19.546Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:43:19.547Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:43:19.559Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:43:19.559Z||pool-155-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-01T07:43:20.446Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e20b49b-49eb-4953-8b60-1b2a8d3d234f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01T07:43:20.459Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e20b49b-49eb-4953-8b60-1b2a8d3d234f
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-01T07:43:20.461Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-01T07:43:20.461Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-01T07:43:20.461Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-01T07:43:20.461Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-01T07:43:20.462Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:43:20.462Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:43:20.462Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:43:20.462Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:43:20.462Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:43:20.462Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:43:20.462Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-01T07:43:20.462Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:20.466Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-01T07:43:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:43:45.597Z||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-01T07:43:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:43:45.660Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:43:45.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798847089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:43:45.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:43:45.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798848204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:43:45.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:43:45.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798849209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-01T07:43:45.663Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:43:45.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798850214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-01T07:43:45.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:43:45.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798851217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:43:45.664Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:43:45.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a81434cc-d979-4283-bc66-9e995d9dde11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798882742,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:43:45.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:43:45.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:43:45.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:43:45.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:43:45.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:43:45.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:43:45.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:43:45.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:43:45.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:43:45.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-01T07:43:45.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:43:45.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:43:45.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:43:45.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:43:45.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:43:45.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798891009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:43:45.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:43:45.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798893372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:43:45.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:43:45.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798894429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:43:45.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:43:45.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798895486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:43:45.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:43:45.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798896621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:43:45.673Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:43:45.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798897625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-01T07:43:45.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:43:45.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798898629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-01T07:43:45.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:43:45.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:43:45.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798899632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:43:45.675Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:43:50.466Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e20b49b-49eb-4953-8b60-1b2a8d3d234f 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-01T07:43:50.473Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e20b49b-49eb-4953-8b60-1b2a8d3d234f and serviceModelVersionId: e0bf5256-c749-4999-9e07-48171275cae1
2022-04-01T07:43:50.473Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 931b3991-c844-48cf-980b-d31703edb9d3
2022-04-01T07:43:50.474Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/931b3991-c844-48cf-980b-d31703edb9d3/model-vers/model-ver/e0bf5256-c749-4999-9e07-48171275cae1?depth=0
2022-04-01T07:43:50.479Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-01T07:43:50.528Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/931b3991-c844-48cf-980b-d31703edb9d3/model-vers/model-ver/e0bf5256-c749-4999-9e07-48171275cae1?depth=0|INFO|500||Invoke
2022-04-01T07:43:50.528Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/931b3991-c844-48cf-980b-d31703edb9d3/model-vers/model-ver/e0bf5256-c749-4999-9e07-48171275cae1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/931b3991-c844-48cf-980b-d31703edb9d3/model-vers/model-ver/e0bf5256-c749-4999-9e07-48171275cae1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2e20b49b-49eb-4953-8b60-1b2a8d3d234f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[294ec576-fec9-4f65-802d-1b431091cbba], X-ECOMP-RequestID=[2e20b49b-49eb-4953-8b60-1b2a8d3d234f], X-TransactionId=[], X-ONAP-RequestID=[2e20b49b-49eb-4953-8b60-1b2a8d3d234f], Content-Type=[application/merge-patch+json]}
2022-04-01T07:43:50.550Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/931b3991-c844-48cf-980b-d31703edb9d3/model-vers/model-ver/e0bf5256-c749-4999-9e07-48171275cae1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-01T07:43:51.163Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/931b3991-c844-48cf-980b-d31703edb9d3/model-vers/model-ver/e0bf5256-c749-4999-9e07-48171275cae1?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/931b3991-c844-48cf-980b-d31703edb9d3/model-vers/model-ver/e0bf5256-c749-4999-9e07-48171275cae1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220401-07:43:50:253-49917], vertex-id=[249984], Content-Length=[0], Date=[Fri, 01 Apr 2022 07:43:50 GMT], Content-Type=[application/json]}
2022-04-01T07:43:51.163Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/931b3991-c844-48cf-980b-d31703edb9d3/model-vers/model-ver/e0bf5256-c749-4999-9e07-48171275cae1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-01T07:43:51.164Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/931b3991-c844-48cf-980b-d31703edb9d3/model-vers/model-ver/e0bf5256-c749-4999-9e07-48171275cae1?depth=0|INFO|500||InvokeReturn
2022-04-01T07:43:51.165Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-01T07:43:51.165Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:51.170Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:51.170Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e20b49b-49eb-4953-8b60-1b2a8d3d234f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-01T07:43:51.171Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-01T07:43:51.171Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-01T07:43:51.172Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-01T07:43:51.172Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648799031170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:43:51.273Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-01T07:43:51.274Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-01T07:43:51.274Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as nMevPcYffJqnjF77) ...
2022-04-01T07:43:51.290Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:43:51.290Z||pool-156-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-01T07:43:52.182Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:43:52.183Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:43:52.183Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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 nMevPcYffJqnjF77) ...
2022-04-01T07:44:02.508Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:44:02.509Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:44:02.510Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:44:02.510Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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 nMevPcYffJqnjF77) ...
2022-04-01T07:44:12.111Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:44:12.112Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:44:12.113Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:44:12.113Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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 nMevPcYffJqnjF77) ...
2022-04-01T07:44:21.653Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:44:21.654Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:44:21.655Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:44:21.655Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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 nMevPcYffJqnjF77) ...
2022-04-01T07:44:31.288Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:44:31.288Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:44:31.289Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:44:31.289Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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 nMevPcYffJqnjF77) ...
2022-04-01T07:44:40.865Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:44:40.865Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:44:40.866Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:44:40.866Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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 nMevPcYffJqnjF77) ...
2022-04-01T07:44:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:44:45.597Z||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-01T07:44:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:44:45.626Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:44:45.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b667eff-6868-4020-ab7c-856b85880826",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798931271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:44:45.627Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:44:45.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:44:45.627Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:44:45.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-01T07:44:45.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:44:45.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-01T07:44:45.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:44:45.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-01T07:44:45.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:44:45.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-01T07:44:45.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:44:45.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:44:45.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:44:45.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-01T07:44:45.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:44:45.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:44:45.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:44:45.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:44:45.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:44:45.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798942053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:44:45.629Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:44:45.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798944539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:44:45.630Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:44:45.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798945650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:44:45.630Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:44:45.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798946936,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:44:45.630Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:44:45.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798948166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:44:45.631Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:44:45.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798949248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:44:45.631Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:44:45.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798950346,
  "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-01T07:44:45.631Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:44:45.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798951349,
  "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-01T07:44:45.631Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:44:45.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798952352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-01T07:44:45.632Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:44:45.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798953360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-01T07:44:45.632Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:44:45.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798954367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-01T07:44:45.632Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:44:45.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:44:45.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798955371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:44:45.632Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:44:50.414Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:44:50.415Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:44:50.415Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:44:50.416Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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 nMevPcYffJqnjF77) ...
2022-04-01T07:45:00.037Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:45:00.038Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:45:00.038Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:45:00.038Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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 nMevPcYffJqnjF77) ...
2022-04-01T07:45:09.604Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:45:45.594Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:45:45.595Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:45:45.595Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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 nMevPcYffJqnjF77) ...
2022-04-01T07:45:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:45:45.596Z||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-01T07:45:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:45:45.624Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:45:45.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:45:45.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d888aca8-3325-42eb-a501-9b702b217990",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798986584,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:45:45.625Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:45:45.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:45:45.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:45:45.626Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:45:45.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:45:45.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:45:45.626Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:45:45.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:45:45.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:45:45.626Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:45:45.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:45:45.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:45:45.627Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:45:45.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:45:45.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:45:45.627Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:45:45.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:45:45.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:45:45.627Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:45:45.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:45:45.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:45:45.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:45:45.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:45:45.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-01T07:45:45.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:45:45.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:45:45.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798769263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-01T07:45:45.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-01T07:45:45.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:45:45.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798997608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-01T07:45:45.629Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:45:45.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-01T07:45:45.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648798999443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-01T07:45:45.630Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:45:55.148Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:46:45.594Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:46:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:46:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:46:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:46:45.596Z||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-01T07:46:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:46:46.131Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:46:46.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-01T07:46:46.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2e20b49b-49eb-4953-8b60-1b2a8d3d234f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648799031170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-01T07:46:46.132Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-01T07:46:55.145Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:47:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:47:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:47:45.596Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:47:45.596Z||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-01T07:47:45.596Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:47:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:47:55.152Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:47:55.153Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:48:45.594Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:48:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:48:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:48:45.596Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:48:45.597Z||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-01T07:48:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:48:55.254Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:48:55.319Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:49:45.594Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:49:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:49:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:49:45.596Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:49:45.596Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:49:45.597Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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 nMevPcYffJqnjF77) ...
2022-04-01T07:49:55.141Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:49:55.141Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:50:45.594Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:50:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:50:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:50:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:50:45.596Z||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-01T07:50:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:50:55.148Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:50:55.161Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:51:45.596Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:51:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:51:45.597Z||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-01T07:51:45.597Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:51:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:51:45.597Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:51:55.148Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:51:55.151Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:52:45.594Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:52:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:52:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:52:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:52:45.597Z||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-01T07:52:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:52:55.150Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:52:55.150Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:53:45.594Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:53:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:53:45.596Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:53:45.596Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:53:45.597Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:53:45.597Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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 nMevPcYffJqnjF77) ...
2022-04-01T07:53:55.150Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:53:55.207Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:54:45.594Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:54:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:54:45.596Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:54:45.596Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:54:45.596Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:54:45.596Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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 nMevPcYffJqnjF77) ...
2022-04-01T07:54:55.144Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:54:55.146Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:55:45.594Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:55:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:55:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:55:45.596Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:55:45.596Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:55:45.596Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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 nMevPcYffJqnjF77) ...
2022-04-01T07:55:55.166Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:55:55.165Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:56:45.594Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:56:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:56:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:56:45.596Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:56:45.597Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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-01T07:56:45.597Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|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 nMevPcYffJqnjF77) ...
2022-04-01T07:56:55.147Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:56:55.151Z|2e20b49b-49eb-4953-8b60-1b2a8d3d234f|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:57:45.594Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:57:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:57:45.596Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:57:45.596Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:57:45.597Z||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-01T07:57:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:57:55.155Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:57:55.158Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:58:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:58:45.596Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:58:45.596Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:58:45.596Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:58:45.597Z||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-01T07:58:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:58:55.142Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:58:55.156Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:59:45.594Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:59:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T07:59:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T07:59:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T07:59:45.596Z||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-01T07:59:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T07:59:55.147Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T07:59:55.165Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T08:00:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T08:00:45.596Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T08:00:45.596Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T08:00:45.596Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T08:00:45.596Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|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-01T08:00:45.597Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|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 nMevPcYffJqnjF77) ...
2022-04-01T08:00:55.146Z|0aa3649c-e31a-4c0d-936d-9ca84467b1cb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T08:00:55.160Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T08:01:45.596Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T08:01:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T08:01:45.599Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T08:01:45.599Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T08:01:45.599Z||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-01T08:01:45.599Z||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 nMevPcYffJqnjF77) ...
2022-04-01T08:01:55.155Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T08:01:55.155Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T08:02:45.594Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T08:02:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T08:02:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T08:02:45.596Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T08:02:45.596Z||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-01T08:02:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T08:02:55.148Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T08:02:55.158Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T08:03:45.594Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T08:03:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T08:03:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T08:03:45.596Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T08:03:45.596Z||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-01T08:03:45.597Z||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 nMevPcYffJqnjF77) ...
2022-04-01T08:03:48.479Z||http-nio-8085-exec-10|||||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-01T08:03:55.148Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T08:03:55.154Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T08:04:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T08:04:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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-01T08:04:45.595Z|0d101870-dde0-4842-abca-b6c2287718ad|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 nMevPcYffJqnjF77) ...
2022-04-01T08:04:45.596Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-01T08:04:45.596Z||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-01T08:04:45.596Z||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 nMevPcYffJqnjF77) ...
2022-04-01T08:04:55.164Z|0d101870-dde0-4842-abca-b6c2287718ad|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-01T08:04:55.169Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK